diff options
author | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-21 10:38:40 -0400 |
---|---|---|
committer | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-21 10:38:40 -0400 |
commit | 94a2ad8818d02a2edf2cb74e1ddd7b1fff13e24b (patch) | |
tree | a422b38b90228a4000a60c2ba2e52311cc8c8421 /http | |
parent | 04f8734630c15c71ce1334898594a8ee68b30a30 (diff) | |
download | arch-boxes32-master.tar.xz |
Diffstat (limited to 'http')
-rw-r--r-- | http/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/http/install.sh b/http/install.sh index c69fe08..f59a368 100644 --- a/http/install.sh +++ b/http/install.sh @@ -28,6 +28,9 @@ 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 + +pacman --noconfirm -Sy archlinux32-keyring + pacstrap /mnt base grub openssh sudo polkit btrfs-progs swapon "${device}1" genfstab -p /mnt >> /mnt/etc/fstab |