diff options
Diffstat (limited to 'utils/mkiso.d/live_script.sh')
| -rw-r--r-- | utils/mkiso.d/live_script.sh | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/utils/mkiso.d/live_script.sh b/utils/mkiso.d/live_script.sh index 61c42eec..bb470dc1 100644 --- a/utils/mkiso.d/live_script.sh +++ b/utils/mkiso.d/live_script.sh @@ -24,35 +24,3 @@ echo $LIVEHOSTNAME > /etc/hostname if [ -f /etc/doas.conf ]; then echo "permit nopass $LIVEUSER" >> /etc/doas.conf fi - -cat <<'EOF' > /etc/skel/.profile -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 -EOF - -cat <<'EOF' > /etc/issue -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 - -EOF |