Merge pull request #352 from nathanleclaire/cloud_arch

Migrate script to new arch dir layout
This commit is contained in:
Justin Cormack 2016-07-25 23:42:58 +01:00 committed by GitHub
commit a8389c8410

View File

@ -98,7 +98,7 @@ configure_syslinux_on_device_partition()
# Get files needed to boot in place.
cp ${MOBY_SRC_ROOT}/cloud/${PROVIDER}/syslinux.cfg ${ROOT_PARTITION_MOUNT}
cat ${ROOT_PARTITION_MOUNT}/syslinux.cfg
cp ${MOBY_SRC_ROOT}/kernel/vmlinuz64 ${ROOT_PARTITION_MOUNT}
cp ${MOBY_SRC_ROOT}/kernel/x86_64/vmlinuz64 ${ROOT_PARTITION_MOUNT}
cp ${MOBY_SRC_ROOT}/initrd.img ${ROOT_PARTITION_MOUNT}
# From http://www.syslinux.org/wiki/index.php?title=EXTLINUX: