2c9e4e6260
- Add kernel copy step in %pre to ensure vmlinuz-linux is available for mkinitcpio - Refactor xinitrc post-install log detection to use /tmp/fws-post-chroot.log copied by kickstart - Add success detection based on mkinitcpio and grub-install log markers - Display success screen and poweroff on successful installation, show debug logs on failure - Add load_policy and setstatus stub scripts to suppress SELinux-related Anaconda warnings - Force MBR partition table (--disklabel=msdos) for BIOS boot compatibility - Create standard mkinitcpio preset to replace archiso-specific configuration - Automatically inject lvm2 hook when root is on LVM - Fix GRUB installation to properly extract disk path from lsblk output - Downgrade version to 0.5.3 (development/testing release)
9 lines
355 B
Bash
Executable File
9 lines
355 B
Bash
Executable File
#!/bin/sh
|
|
# FWS — stub no-op de setstatus.
|
|
#
|
|
# Le script Fedora « liveinst » appelle « setstatus » (ligne ~154) pour publier
|
|
# un statut SELinux/systemd. Cet outil n'existe pas sur Arch →
|
|
# « /usr/bin/liveinst: line 154: setstatus: command not found » (cosmétique,
|
|
# liveinst continue). Ce stub renvoie 0 → l'avertissement disparaît.
|
|
exit 0
|