Don't copy mirrorlist
This commit is contained in:
parent
6a7f2df648
commit
ca065ec550
1 changed files with 1 additions and 1 deletions
2
vps2arch
2
vps2arch
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue