bos/iso
Breadway 337d280f2b
All checks were successful
Mirror to GitHub / mirror (push) Successful in 4s
Add live-environment config so the ISO boots straight to the session
The fixed initramfs boots into userspace, but systemd-firstboot
(ConditionFirstBoot=yes, --prompt-locale --prompt-keymap-auto
--prompt-timezone --prompt-root-password) then blocked the console
waiting for interactive input, and root was locked (no /etc/shadow),
so the live medium never reached the autologin getty + Hyprland.

Ship the same base files releng uses to satisfy firstboot and unlock
root for autologin:
- etc/locale.conf  (LANG=C.UTF-8)        -> no locale prompt
- etc/localtime    (-> UTC)              -> no timezone prompt
- etc/vconsole.conf (KEYMAP=us)          -> no keymap prompt
- etc/hostname     (bos)
- etc/shadow       (root unlocked, empty pw, perms 0400 via profiledef)
- etc/passwd       (root shell = bash; system users are appended by the
                    systemd-sysusers pacman hook during pacstrap)

The overlay is applied before pacstrap (mkarchiso _make_custom_airootfs
precedes _make_packages) and these are pacman backup files, so the
static passwd/shadow act as the base and package scriptlets add the
rest — no clobbering of polkitd/pipewire/etc. users.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 03:13:54 +08:00
..
airootfs Add live-environment config so the ISO boots straight to the session 2026-06-14 03:13:54 +08:00
efiboot/loader Add bootloader configs to archiso profile (syslinux/efiboot/grub) 2026-06-13 23:03:54 +08:00
grub Add bootloader configs to archiso profile (syslinux/efiboot/grub) 2026-06-13 23:03:54 +08:00
syslinux Add bootloader configs to archiso profile (syslinux/efiboot/grub) 2026-06-13 23:03:54 +08:00
packages.x86_64 Add archiso initramfs hooks so the live ISO can switch root 2026-06-14 02:55:53 +08:00
pacman.conf Set [breadway] SigLevel=Never (Forgejo db key unavailable to pacman) 2026-06-13 23:34:51 +08:00
profiledef.sh Fix archiso bootmodes and add syslinux to package list 2026-06-13 23:32:25 +08:00