From 27715eeee4f98c2fcff7b10618082deb68cb3c8d Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Mon, 25 Jul 2016 15:41:35 -0700 Subject: [PATCH] Migrate script to new arch dir layout Signed-off-by: Nathan LeClaire --- alpine/cloud/build-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/cloud/build-common.sh b/alpine/cloud/build-common.sh index 952bcd060..4ecc3c7fd 100755 --- a/alpine/cloud/build-common.sh +++ b/alpine/cloud/build-common.sh @@ -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: