mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
appliance: Add IBM850 iconv converter for syslinux
$ guestfish -N fs:vfat:2G syslinux /dev/sda1 libguestfs: error: syslinux: Error converting to codepage 850 Invalid argument ... This happens because of the default codepage requested by syslinux (code page 850) combined with the appliance missing the iconv converter for this codepage. Reported-by: Yongkui Guo Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1990720
This commit is contained in:
@@ -28,6 +28,7 @@ ifelse(REDHAT,1,
|
||||
dhclient
|
||||
gfs-utils
|
||||
gfs2-utils
|
||||
glibc-gconv-extra dnl syslinux requires IBM850 iconv converter
|
||||
grub
|
||||
hfsplus-tools
|
||||
iproute
|
||||
|
||||
Reference in New Issue
Block a user