aboutsummaryrefslogtreecommitdiff
path: root/utils/mkiso.d/include
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:25:08 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:25:08 +0000
commitac02af34e6938758c236ee87e99a65e9d7318c43 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /utils/mkiso.d/include
parent495bfcc4011c3eb286cb5e4d57aef27af6b8751e (diff)
downloadalicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.tar.gz
alicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.zip
Woodpecker CI 495bfcc4011c3eb286cb5e4d57aef27af6b8751e [SKIP CI]
Diffstat (limited to 'utils/mkiso.d/include')
-rw-r--r--utils/mkiso.d/include/etc/issue21
-rw-r--r--utils/mkiso.d/include/etc/skel/.profile9
2 files changed, 0 insertions, 30 deletions
diff --git a/utils/mkiso.d/include/etc/issue b/utils/mkiso.d/include/etc/issue
deleted file mode 100644
index e8f879f5..00000000
--- a/utils/mkiso.d/include/etc/issue
+++ /dev/null
@@ -1,21 +0,0 @@
-Alice Linux \r (\l)
-
-Project page : https://codeberg.org/emmett1/alicelinux
-
-user login : live
-user password: live
-
-root login : root
-root password: root
-
-run 'sway' after login to start gui
-
-Some default sway keybindsym reminder:
-
- Super + Enter : foot terminal
- Super + d : menu launcher
- Super + Shift + q : quit program
- Super + Shift + e : exit sway
-
-run 'doas poweroff' to poweroff live system
-
diff --git a/utils/mkiso.d/include/etc/skel/.profile b/utils/mkiso.d/include/etc/skel/.profile
deleted file mode 100644
index e425b03b..00000000
--- a/utils/mkiso.d/include/etc/skel/.profile
+++ /dev/null
@@ -1,9 +0,0 @@
-# ~/.profile
-
-export ENV=~/.ashrc
-
-if [ -z "$XDG_RUNTIME_DIR" ]; then
- XDG_RUNTIME_DIR="/tmp/$(id -u)-runtime-dir"
- mkdir -pm 0700 "$XDG_RUNTIME_DIR"
- export XDG_RUNTIME_DIR
-fi