From: hayao Date: Fri, 20 Mar 2020 05:00:52 +0000 (+0900) Subject: [add] : Added core. X-Git-Tag: beta3-alpha3~426^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=14685f9b0cdd610c02d935267d360c17c06fbcb4;p=alterlinux%2Falterlinux.git [add] : Added core. --- diff --git a/channels/core/airootfs/skel/.bash_profile b/channels/core/airootfs/skel/.bash_profile new file mode 100644 index 00000000..750345f3 --- /dev/null +++ b/channels/core/airootfs/skel/.bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# +[[ -f ~/.bashrc ]] && . ~/.bashrc +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx diff --git a/channels/core/airootfs/skel/.config/openbox/autostart b/channels/core/airootfs/skel/.config/openbox/autostart new file mode 100644 index 00000000..bad661a0 --- /dev/null +++ b/channels/core/airootfs/skel/.config/openbox/autostart @@ -0,0 +1 @@ +(sleep 2s && sudo calamares_polkit) && \ No newline at end of file diff --git a/channels/core/airootfs/skel/.xinitrc b/channels/core/airootfs/skel/.xinitrc new file mode 100644 index 00000000..a8eebc0e --- /dev/null +++ b/channels/core/airootfs/skel/.xinitrc @@ -0,0 +1,3 @@ +export ZIPINFOOPT=-OCP932 +export UNZIPOPT=-OCP932 +exec openbox-session \ No newline at end of file diff --git a/channels/core/packages/openbox.x86_64 b/channels/core/packages/openbox.x86_64 new file mode 100644 index 00000000..ee27f4bd --- /dev/null +++ b/channels/core/packages/openbox.x86_64 @@ -0,0 +1,20 @@ +# +# Alter Linux package list +# +# Yamada Hayao +# Twitter: @Hayao0819 +# Email : hayao@fascone.net +# +# (c) 2019-2020 Fascode Network. +# +# OpenBox + + +#-- openbox --# +openbox + + +#-- xorg --# +gpm +xorg-server +xorg-xinit \ No newline at end of file