Skip to content
Snippets Groups Projects
Commit 2b384ffe authored by Christian Rebischke's avatar Christian Rebischke
Browse files

replace btrfs with ext4

parent 3cdd3b4d
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,10 @@ size=${swap_size_in_kilobytes}KiB, type=82
EOF
mkswap "${device}1"
mkfs.btrfs -L "rootfs" "${device}2"
mkfs.ext4 -L "rootfs" "${device}2"
mount "${device}2" /mnt
pacstrap /mnt base grub openssh sudo polkit btrfs-progs haveged
pacstrap /mnt base grub openssh sudo polkit haveged
swapon "${device}1"
genfstab -p /mnt >> /mnt/etc/fstab
swapoff "${device}1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment