#! /bin/sh # # For Debian debootstrap tar ball # STRAPROOT=/data/debian10/debootstrap ZFSDEBDIR=`readlink -f ../zfs-linux-0.7.13-debian10-amd64` # # For All # STRAPBALL=`readlink -f ../debian10-zfs-debootstrap.tar.bz2` MYHOSTNAME="debian-zfs" MYUSERNAME="sven" # # For Debian ZFS Live Installation # KVERSION="4.19.0-5-amd64" LIVEROOT=/data/debian10/live_boot LIVECHROOT=$LIVEROOT/chroot # # 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 MYSWAPSIZE=33G