Don't copy mirrorlist

This commit is contained in:
Timothy Redaelli 2015-06-27 14:41:33 +02:00
parent 6a7f2df648
commit ca065ec550

View file

@ -88,7 +88,7 @@ delete_all() {
install_packages() { install_packages() {
local packages="base grub openssh" local packages="base grub openssh"
# You can't use chroot_exec here, because the root filesystem was deleted! # You can't use chroot_exec here, because the root filesystem was deleted!
"/root.$cpu_type/usr/bin/busybox" chroot "/root.$cpu_type" /usr/bin/pacstrap /mnt $packages "/root.$cpu_type/usr/bin/busybox" chroot "/root.$cpu_type" /usr/bin/pacstrap -M /mnt $packages
cp -L "/root.$cpu_type/etc/resolv.conf" /etc cp -L "/root.$cpu_type/etc/resolv.conf" /etc
} }