Update 'scripts/1-archinstaller.sh'
This commit is contained in:
parent
d1134600cb
commit
f686e649b5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ KEY="$2"
|
|||
|
||||
loadkeys ca
|
||||
|
||||
fdisk /dev/nvme0n1p$PART
|
||||
cryptsetup -y -v luksFormat --type luks1 /dev/nvme0n1p$PART
|
||||
cryptsetup open /dev/nvme0n1p$PART root
|
||||
mkfs.btrfs /dev/mapper/root
|
||||
|
|
Loading…
Reference in a new issue