OSDN Git Service

[add] : Added core.
authorhayao <shun819.mail@gmail.com>
Fri, 20 Mar 2020 05:00:52 +0000 (14:00 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 20 Mar 2020 05:00:52 +0000 (14:00 +0900)
channels/core/airootfs/skel/.bash_profile [new file with mode: 0644]
channels/core/airootfs/skel/.config/openbox/autostart [new file with mode: 0644]
channels/core/airootfs/skel/.xinitrc [new file with mode: 0644]
channels/core/packages/openbox.x86_64 [new file with mode: 0644]

diff --git a/channels/core/airootfs/skel/.bash_profile b/channels/core/airootfs/skel/.bash_profile
new file mode 100644 (file)
index 0000000..750345f
--- /dev/null
@@ -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 (file)
index 0000000..bad661a
--- /dev/null
@@ -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 (file)
index 0000000..a8eebc0
--- /dev/null
@@ -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 (file)
index 0000000..ee27f4b
--- /dev/null
@@ -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