tazinst rev 115
tazint: restore grub_password_command
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 23 15:17:11 2021 +0000 (2021-10-23) |
parents | 9839929d4295 |
children | ca5a7537bf0c |
files | tazinst |
line diff
1.1 --- a/tazinst Sat Oct 23 15:06:52 2021 +0000 1.2 +++ b/tazinst Sat Oct 23 15:17:11 2021 +0000 1.3 @@ -1623,7 +1623,7 @@ 1.4 # For booting SliTaz Live from : $ROOT_UUID 1.5 # 1.6 title SliTaz GNU/Linux rescue $(cat $TARGET_ROOT/etc/slitaz-release) (Kernel $KERNEL) 1.7 -lock 1.8 +$(grub_password_command) 1.9 root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID)) 1.10 kernel /boot/$KERNEL $(sed 's|.*gz ||' /proc/cmdline) 1.11 initrd /boot/$ROOTFS 1.12 @@ -1638,7 +1638,7 @@ 1.13 # For booting SliTaz Live from the web 1.14 # 1.15 title SliTaz GNU/Linux web boot 1.16 -lock 1.17 +$(grub_password_command) 1.18 root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID)) 1.19 kernel /boot/$IPXE 1.20