diff options
Diffstat (limited to 'scripts/settings00.sh')
-rw-r--r-- | scripts/settings00.sh | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/scripts/settings00.sh b/scripts/settings00.sh index f8823c5..b0c5159 100644 --- a/scripts/settings00.sh +++ b/scripts/settings00.sh @@ -3,30 +3,33 @@ # # For Debian debootstrap tar ball # -STRAPROOT=/data/debian10/debootstrap -ZFSDEBDIR=`readlink -f ../zfs-linux-0.7.13-debian10-amd64` +STRAPROOT=/data/debian11/debootstrap +ZFSDEBDIR=`readlink -f ../zfs-linux-0.8.4-1-debian11-amd64` # # For All # -STRAPBALL=`readlink -f ../debian10-zfs-debootstrap.tar.bz2` +STRAPBALL_PLAIN=`readlink -f ../debian11-zfs-debootstrap.tar` +STRAPBALL=`readlink -f ../debian11-zfs-debootstrap.tar.xz` MYHOSTNAME="debian-zfs" -MYUSERNAME="sven" +MYUSERNAME="test01" # # For Debian ZFS Live Installation # -KVERSION="4.19.0-5-amd64" -LIVEROOT=/data/debian10/live_boot +KVERSION="5.7.0-1-amd64" +LIVEROOT=/data/debian11/live_boot LIVECHROOT=$LIVEROOT/chroot +LIVEIMAGE_BASENAME=debian11-zfs-live-amd64.iso +LIVEIMAGE=$LIVEROOT/$LIVEIMAGE_BASENAME # # For ZFS System Installation # POOL=tpool DISK1=ata-WDC_WD2003FYYS-02W0B1_WD-WCAY00187731 -DISK2=ata-WDC_WD2003FYYS-02W0B1_WD-WCAY00187732 -DISK3=ata-WDC_WD2003FYYS-02W0B1_WD-WCAY00187733 +DISK2=ata-WDC_WD2002FYPS-02W3B0_WD-WCAVY7137063 +DISK3=ata-WDC_WD30EFRX-68EUZN0_WD-WCC4N2STURAK MYSWAPSIZE=33G |