mirror of
https://github.com/terem42/zfs-hetzner-vm.git
synced 2025-12-23 15:28:33 +00:00
Compare commits
1 Commits
new_os
...
terem42-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c29270339 |
@@ -460,11 +460,8 @@ for kver in $(find /lib/modules/* -maxdepth 0 -type d | grep -v "$(uname -r)" |
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo "======= installing zfs on rescue system =========="
|
echo "======= installing zfs on rescue system =========="
|
||||||
apt-get install --yes software-properties-common
|
|
||||||
gpg --keyid-format long --keyserver hkp://keyserver.ubuntu.com --recv-keys 0x871920D1991BC93C
|
|
||||||
gpg --export 871920D1991BC93C > /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
|
||||||
apt --only-upgrade -t bullseye-backports install debootstrap
|
|
||||||
echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections
|
echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections
|
||||||
|
apt-get install --yes software-properties-common
|
||||||
echo "y" | zfs
|
echo "y" | zfs
|
||||||
zfs --version
|
zfs --version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user