d7691994db
- /root/.zprofile launches tanin-installer on tty1 (root shell is zsh, so .bash_profile was ignored); striplive removes .zprofile on the target - profiledef: MERGE releng's file_permissions (lost .automated_script.sh +x -> the 'permission denied' message) + keep our entries - branding: TANINUX os-release/hostname/motd; bootstrap rebrands the boot menus Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
---
|
|
dontChroot: false
|
|
timeout: 30
|
|
# Remove the live-only installer bits from the installed target so it boots the
|
|
# desktop (greetd) instead of auto-launching Calamares.
|
|
script:
|
|
- "rm -f /etc/systemd/system/getty@tty1.service.d/autologin.conf"
|
|
- "rmdir --ignore-fail-on-non-empty /etc/systemd/system/getty@tty1.service.d 2>/dev/null || true"
|
|
- "rm -f /root/.zprofile"
|
|
- "rm -f /usr/local/bin/tanin-installer"
|
|
- "systemctl set-default graphical.target"
|