# HG changeset patch # User Pascal Bellard # Date 1635001612 0 # Node ID 9839929d4295c2e2dbfdfa6df5d18b1d02e5292d # Parent 55a8e9fe5627485e5cae6e12ec8eea539abe64e0 installer.cgi: disable TAZINST_MAXIMUM_VERSION diff -r 55a8e9fe5627 -r 9839929d4295 installer.cgi --- a/installer.cgi Thu Feb 25 12:02:27 2021 +0000 +++ b/installer.cgi Sat Oct 23 15:06:52 2021 +0000 @@ -25,7 +25,7 @@ # tazinst required version TAZINST_MINIMUM_VERSION="3.8" -TAZINST_MAXIMUM_VERSION="4.99" +TAZINST_MAXIMUM_VERSION="999" # tazinst setup file INSTFILE=/root/tazinst.conf diff -r 55a8e9fe5627 -r 9839929d4295 tazinst --- a/tazinst Thu Feb 25 12:02:27 2021 +0000 +++ b/tazinst Sat Oct 23 15:06:52 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) -$(grub_password_command) +lock 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 -$(grub_password_command) +lock root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID)) kernel /boot/$IPXE