fix path for ldlinux.c32

This fixes the path for ldlinux.c32. It should be in the absolute
path /usr/..., not the relative path usr/...
Related-Bug: #1694394
This is a followup to ead3b90655
Change-Id: I0aaae7e337b1ac631f789c11b3bf6e944e395456
This commit is contained in:
Ruby Loo
2017年06月05日 11:36:57 -04:00
parent ead3b90655
commit a7ffa7db98

View File

@@ -119,7 +119,7 @@ fi
v_print "Copying ldlinux.c32"
if [ -f /usr/share/syslinux/ldlinux.c32 ]
then
cp usr/share/syslinux/ldlinux.c32 "$TMP_IMAGE_DIR/isolinux"
cp /usr/share/syslinux/ldlinux.c32 "$TMP_IMAGE_DIR/isolinux"
elif [ -f /usr/lib/syslinux/modules/bios/ldlinux.c32 ]
then
cp /usr/lib/syslinux/modules/bios/ldlinux.c32 "$TMP_IMAGE_DIR/isolinux"
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.