Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@goneri
Last active January 3, 2016 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goneri/d0267206f25a0275abc8 to your computer and use it in GitHub Desktop.
Save goneri/d0267206f25a0275abc8 to your computer and use it in GitHub Desktop.
Create deploy-ramdisk-ironic RAM disk
env DIB_LOCAL_IMAGE=/home/goneri/Downloads/rhel-guest-image-7.2-20151102.0.x86_64.qcow2 ./bin/ramdisk-image-create -o deploy.ramdisk --ramdisk-element dracut-ramdisk ironic-agent rhel7
mv deploy.ramdisk.vmlinuz deploy-ramdisk-ironic.kernel
mv deploy.ramdisk.initramfs deploy-ramdisk-ironic.initramfs
tar cfv deploy-ramdisk-ironic.tar deploy-ramdisk-ironic.initramfs deploy-ramdisk-ironic.kernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment