Remove unneded part
parent
8dfa9d9a1e
commit
1df8151ebf
|
@ -190,16 +190,6 @@ Even if you prefer a non-English system language, always ensure that `en_US.UTF-
|
||||||
|
|
||||||
# apt install --yes zfs-dkms zfs-initramfs
|
# apt install --yes zfs-dkms zfs-initramfs
|
||||||
|
|
||||||
# vi /usr/share/initramfs-tools/conf.d/zfs
|
|
||||||
for x in $(cat /proc/cmdline)
|
|
||||||
do
|
|
||||||
case $x in
|
|
||||||
root=ZFS=*)
|
|
||||||
BOOT=zfs
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
4.6 Install GRUB
|
4.6 Install GRUB
|
||||||
|
|
||||||
Choose one of the following options:
|
Choose one of the following options:
|
||||||
|
|
Loading…
Reference in New Issue