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 | |
parent | 04f8734630c15c71ce1334898594a8ee68b30a30 (diff) | |
download | arch-boxes32-94a2ad8818d02a2edf2cb74e1ddd7b1fff13e24b.tar.xz |
-rw-r--r-- | http/install.sh | 3 | ||||
-rw-r--r-- | vagrant.json | 8 |
2 files changed, 7 insertions, 4 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 diff --git a/vagrant.json b/vagrant.json index 7ef2b34..7333643 100644 --- a/vagrant.json +++ b/vagrant.json @@ -143,27 +143,27 @@ { "type": "vagrant", "keep_input_artifact": false, - "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box" + "output": "Archlinux32-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box" }, { "type": "vagrant-cloud", "only": ["virtualbox-iso"], "access_token": "{{user `atlas_token`}}", - "box_tag": "archlinux/archlinux", + "box_tag": "archlinux32/archlinux32", "version": "{{isotime \"2006.01.02\"}}" }, { "type": "vagrant-cloud", "only": ["qemu"], "access_token": "{{user `atlas_token`}}", - "box_tag": "archlinux/archlinux", + "box_tag": "archlinux32/archlinux32", "version": "{{isotime \"2006.01.02\"}}" }, { "type": "vagrant-cloud", "only": ["vmware-iso"], "access_token": "{{user `atlas_token`}}", - "box_tag": "archlinux/archlinux", + "box_tag": "archlinux32/archlinux32", "version": "{{isotime \"2006.01.02\"}}" } ] |