From 0a75745f69b82d3429a31dfdf6f491dc986e296f Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Mon, 5 Jun 2017 13:54:43 +0200 Subject: BUGFIX: This is a fix for #2 This commit fixes the 'file not found: `fsck.btrfs''-Error during system upgrade. --- http/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http') diff --git a/http/install.sh b/http/install.sh index 682bdd5..c69fe08 100644 --- a/http/install.sh +++ b/http/install.sh @@ -28,7 +28,7 @@ mount "${device}2" /mnt cp /etc/pacman.d/mirrorlist /tmp/mirrorlist.backup sed -i 's/^#Server/Server/' /tmp/mirrorlist.backup rankmirrors -vn 6 /tmp/mirrorlist.backup > /etc/pacman.d/mirrorlist -pacstrap /mnt base grub openssh sudo polkit +pacstrap /mnt base grub openssh sudo polkit btrfs-progs swapon "${device}1" genfstab -p /mnt >> /mnt/etc/fstab swapoff "${device}1" -- cgit v1.2.3