This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadkeys uk | |
wifi-menu | |
lsblk | |
cgdisk /dev/sda #100M EF01 boot | |
cryptsetup -y -v luksFormat /dev/sdaX | |
cryptsetup open /dev/sdaX cryptroot | |
mkfs -t ext4 /dev/mapper/cryptroot | |
mount -t ext4 /dev/mapper/cryptroot /mnt | |
mkfs -t ext4 /dev/sdaY | |
mkdir /mnt/boot |