diff --git a/dib/ironic-python-agent-ramdisk/cleanup.d/99-ramdisk-create b/dib/ironic-python-agent-ramdisk/cleanup.d/99-ramdisk-create index 3db28bc..03c8363 100755 --- a/dib/ironic-python-agent-ramdisk/cleanup.d/99-ramdisk-create +++ b/dib/ironic-python-agent-ramdisk/cleanup.d/99-ramdisk-create @@ -49,10 +49,5 @@ sudo find . -xdev \ select_boot_kernel_initrd $TARGET_ROOT sudo cp $BOOTDIR/$KERNEL ${IMAGE_PATH}.kernel sudo chown $USER: ${IMAGE_PATH}.kernel - -# TODO(lucasagomes): Create a hard link for the .vmlinuz file to keep -# it backward compatible. Remove it after it has been consistent and -# documented in both places for at least one full OpenStack release cycle -echo "WARNING: The kernel extension .vmlinuz has been deprecated. Please rely on the file with the extension .kernel instead." -sudo rm -f ${IMAGE_PATH}.vmlinuz -ln ${IMAGE_PATH}.kernel ${IMAGE_PATH}.vmlinuz +# Output image sizes for debugging +sudo ls -lh ${IMAGE_PATH}.*