add_headers
This commit is contained in:
parent
494d4bfe77
commit
2a88d2389e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ lsblk
|
||||||
read -p "Enter partition to encrypt:" PARTITION
|
read -p "Enter partition to encrypt:" PARTITION
|
||||||
|
|
||||||
echo "Installing requirements"
|
echo "Installing requirements"
|
||||||
pacman -S --noconfirm cryptsetup ecryptfs-utils $(pacman -Q linux | tail -n 1 | awk {'print $1'})-zfs parted
|
pacman -S --noconfirm cryptsetup ecryptfs-utils $(pacman -Q linux | tail -n 1 | awk {'print $1'})-zfs $(pacman -Q linux | tail -n 1 | awk {'print $1'})-headers parted
|
||||||
|
|
||||||
echo "Loading ZFS kernel module"
|
echo "Loading ZFS kernel module"
|
||||||
modprobe zfs
|
modprobe zfs
|
||||||
|
|
Loading…
Reference in a new issue