Black Magic is not easy, fix dfacf4fd
on x86_64 container.
This commit is contained in:
parent
31dcc966bf
commit
a01af5d8ac
1 changed files with 1 additions and 1 deletions
2
vps2arch
2
vps2arch
|
@ -96,7 +96,7 @@ install_packages() {
|
||||||
local packages="base openssh"
|
local packages="base openssh"
|
||||||
[ "$bootloader" != "none" ] && packages="$packages $bootloader"
|
[ "$bootloader" != "none" ] && packages="$packages $bootloader"
|
||||||
# Black magic!
|
# Black magic!
|
||||||
"/root.$cpu_type/usr/lib/ld-linux.so."* --library-path "/root.$cpu_type/usr/lib" \
|
"/root.$cpu_type/usr/lib"/ld-*.so --library-path "/root.$cpu_type/usr/lib" \
|
||||||
"/root.$cpu_type/usr/bin/chroot" "/root.$cpu_type" /usr/bin/pacstrap -M /mnt $packages
|
"/root.$cpu_type/usr/bin/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