Skip to content

Commit 2b384ff

Browse files
author
Christian Rebischke
committed
replace btrfs with ext4
This fixes https://github.com/archlinux/arch-boxes/issues/51 Signed-off-by: Christian Rebischke <[email protected]>
1 parent 3cdd3b4 commit 2b384ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: http/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ size=${swap_size_in_kilobytes}KiB, type=82
2222
EOF
2323

2424
mkswap "${device}1"
25-
mkfs.btrfs -L "rootfs" "${device}2"
25+
mkfs.ext4 -L "rootfs" "${device}2"
2626
mount "${device}2" /mnt
2727

28-
pacstrap /mnt base grub openssh sudo polkit btrfs-progs haveged
28+
pacstrap /mnt base grub openssh sudo polkit haveged
2929
swapon "${device}1"
3030
genfstab -p /mnt >> /mnt/etc/fstab
3131
swapoff "${device}1"

0 commit comments

Comments
 (0)