# HG changeset patch # User Pascal Bellard # Date 1635002231 0 # Node ID 6b79681fa9ec5cf731ed41de204abe9f33cd7383 # Parent 9839929d4295c2e2dbfdfa6df5d18b1d02e5292d tazint: restore grub_password_command diff -r 9839929d4295 -r 6b79681fa9ec tazinst --- a/tazinst Sat Oct 23 15:06:52 2021 +0000 +++ b/tazinst Sat Oct 23 15:17:11 2021 +0000 @@ -1623,7 +1623,7 @@ # For booting SliTaz Live from : $ROOT_UUID # title SliTaz GNU/Linux rescue $(cat $TARGET_ROOT/etc/slitaz-release) (Kernel $KERNEL) -lock +$(grub_password_command) root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID)) kernel /boot/$KERNEL $(sed 's|.*gz ||' /proc/cmdline) initrd /boot/$ROOTFS @@ -1638,7 +1638,7 @@ # For booting SliTaz Live from the web # title SliTaz GNU/Linux web boot -lock +$(grub_password_command) root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID)) kernel /boot/$IPXE