diff options
author | Sven Gothel <[email protected]> | 2021-02-04 02:57:32 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-02-04 02:57:32 +0100 |
commit | a453bbb9cd398d6b0570cc7542a4a9ad61a366b4 (patch) | |
tree | 1cbb9ee3357391e80fba9e622829f8ae9f88b64e /scripts | |
parent | 3048ee5112dc72dcd5e8d9d50939e8a2308f431a (diff) |
Bummp name Debian10 -> Debian11
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 \ |