diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/deblive03-isolinux-boot.txt | 4 | ||||
-rw-r--r-- | scripts/deblive04-iso.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/deblive03-isolinux-boot.txt b/scripts/deblive03-isolinux-boot.txt index abf1c0e..0506fb4 100644 --- a/scripts/deblive03-isolinux-boot.txt +++ b/scripts/deblive03-isolinux-boot.txt @@ -1,5 +1,5 @@ -1 - Debian10 ZFS Live Graphical -2 - Debian10 ZFS Live Console +1 - Debian11 ZFS Live Graphical +2 - Debian11 ZFS Live Console 3 - HDT low-level hardware info 4 - memtest86+ diff --git a/scripts/deblive04-iso.sh b/scripts/deblive04-iso.sh index 84da2df..3a2e37c 100644 --- a/scripts/deblive04-iso.sh +++ b/scripts/deblive04-iso.sh @@ -47,7 +47,7 @@ rm -f $LIVEIMAGE # $LIVEROOT/image xorriso \ - -volid "DEBIAN10_ZFSLIVE" \ + -volid "DEBIAN11_ZFSLIVE" \ -as mkisofs -r -J -joliet-long -l -cache-inodes \ -isohybrid-mbr $LIVECHROOT/usr/lib/ISOLINUX/isohdpfx.bin \ -partition_offset 16 \ |