tazinst rev 114

installer.cgi: disable TAZINST_MAXIMUM_VERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 15:06:52 2021 +0000 (2021-10-23)
parents 55a8e9fe5627
children 6b79681fa9ec
files installer.cgi tazinst
line diff
     1.1 --- a/installer.cgi	Thu Feb 25 12:02:27 2021 +0000
     1.2 +++ b/installer.cgi	Sat Oct 23 15:06:52 2021 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  
     1.5  # tazinst required version
     1.6  TAZINST_MINIMUM_VERSION="3.8"
     1.7 -TAZINST_MAXIMUM_VERSION="4.99"
     1.8 +TAZINST_MAXIMUM_VERSION="999"
     1.9  
    1.10  # tazinst setup file
    1.11  INSTFILE=/root/tazinst.conf
     2.1 --- a/tazinst	Thu Feb 25 12:02:27 2021 +0000
     2.2 +++ b/tazinst	Sat Oct 23 15:06:52 2021 +0000
     2.3 @@ -1623,7 +1623,7 @@
     2.4  # For booting SliTaz Live from : $ROOT_UUID
     2.5  #
     2.6  title SliTaz GNU/Linux rescue $(cat $TARGET_ROOT/etc/slitaz-release) (Kernel $KERNEL)
     2.7 -$(grub_password_command)
     2.8 +lock
     2.9  root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID))
    2.10  kernel /boot/$KERNEL $(sed 's|.*gz ||' /proc/cmdline)
    2.11  initrd /boot/$ROOTFS
    2.12 @@ -1638,7 +1638,7 @@
    2.13  # For booting SliTaz Live from the web
    2.14  #
    2.15  title SliTaz GNU/Linux web boot
    2.16 -$(grub_password_command)
    2.17 +lock
    2.18  root (hd$(disknum $ROOT_UUID),$(partnum $ROOT_UUID))
    2.19  kernel /boot/$IPXE
    2.20