Skip to content

Instantly share code, notes, and snippets.

@mmgaggle
Last active May 6, 2016 19:02
Show Gist options
  • Save mmgaggle/39bc2736197b6ff70d86e9df8ee0bee3 to your computer and use it in GitHub Desktop.
Save mmgaggle/39bc2736197b6ff70d86e9df8ee0bee3 to your computer and use it in GitHub Desktop.
CentOS Atomic Host 7 on 2014 Mac Mini
Edit /usr/lib/python2.7/site-packages/blivet/arch.py. Modify isMactel() function to always return False
hdiutil convert -format UDRW -o ~/Downloads/CentOS-6.5-x86_64-bin-DVD1.img ~/Downloads/CentOS-6.5-x86_64-bin-DVD1.iso
sudo dd if=~/Downloads/centos-7.img.dmg of=/dev/sdb bs=1M
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x20Atomic\x20Host\x207\x20x86_64 text noapic
initrdefi /images/pxeboot/initrd.img
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment