diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-03 23:37:45 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-03 23:37:45 +0800 |
| commit | 3f80bb67166389b3acabf8f024ee1ad1a4364c1f (patch) | |
| tree | 152bb8e6dd003022d2546f96e94e10d4682f8590 /utils/mkiso.d/live_script.sh | |
| parent | d6de06e35bbcc9199ae34a27895f31f194ae45bc (diff) | |
| download | alicelinux-3f80bb67166389b3acabf8f024ee1ad1a4364c1f.tar.gz alicelinux-3f80bb67166389b3acabf8f024ee1ad1a4364c1f.zip | |
utils updated
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 |