9e59be79c3
Add a new EFI boot loader entry for FWS recovery mode that boots the live system without the installer and launches the recovery assistant console. This enables system repair functionality including GRUB reinstallation, initramfs regeneration, and pacman repair.
10 lines
553 B
Plaintext
10 lines
553 B
Plaintext
# « Réparer FWS » : boote le live SANS installateur et lance l'assistant de
|
|
# réparation en console (fws-recovery, via le hook fws.recovery=1 du
|
|
# .zprofile) : réinstaller GRUB, régénérer l'initramfs, réparer pacman,
|
|
# shell chroot — le point de restauration FWS.
|
|
title FWS - Reparer une installation (recovery)
|
|
sort-key 01d
|
|
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
|
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
|
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% udev.event_timeout=45 fws.recovery=1
|