updated scripts

This commit is contained in:
terem42
2023-04-21 12:18:42 +02:00
parent 801191b7fc
commit ae9ad231b5
3 changed files with 3 additions and 11 deletions

View File

@@ -494,7 +494,6 @@ done
echo "======= installing zfs on rescue system =========="
echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections
apt-get install --yes software-properties-common
apt-get install --yes software-properties-common
echo "y" | zfs
zfs --version

View File

@@ -462,13 +462,7 @@ done
echo "======= installing zfs on rescue system =========="
echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections
apt-get install --yes software-properties-common
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8CF63AD3F06FC659
add-apt-repository 'deb http://ppa.launchpad.net/jonathonf/zfs/ubuntu focal main'
apt update
apt install --yes zfs-dkms zfsutils-linux
add-apt-repository -r 'deb http://ppa.launchpad.net/jonathonf/zfs/ubuntu focal main'
apt update
find /usr/local/sbin/ -type l -exec rm {} +
echo "y" | zfs
zfs --version
echo "======= partitioning the disk =========="

View File

@@ -461,9 +461,8 @@ done
echo "======= installing zfs on rescue system =========="
echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections
apt update
apt install -t bullseye-backports --yes zfs-dkms zfsutils-linux
find /usr/local/sbin/ -type l -exec rm {} +
apt-get install --yes software-properties-common
echo "y" | zfs
zfs --version
echo "======= partitioning the disk =========="