syslinux-install_update needs gptfdisk to work correctly on GPT systems
To be reverted when FS#45029 will be closed
This commit is contained in:
parent
a01af5d8ac
commit
191a04696b
1 changed files with 2 additions and 0 deletions
2
vps2arch
2
vps2arch
|
@ -95,6 +95,8 @@ delete_all() {
|
||||||
install_packages() {
|
install_packages() {
|
||||||
local packages="base openssh"
|
local packages="base openssh"
|
||||||
[ "$bootloader" != "none" ] && packages="$packages $bootloader"
|
[ "$bootloader" != "none" ] && packages="$packages $bootloader"
|
||||||
|
# XXX Install gptdisk for syslinux. To be removed then FS#45029 will be closed
|
||||||
|
[ "$bootloader" = "syslinux" ] && packages="$packages gptfdisk"
|
||||||
# Black magic!
|
# Black magic!
|
||||||
"/root.$cpu_type/usr/lib"/ld-*.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
|
||||||
|
|
Loading…
Add table
Reference in a new issue