Skip to content

Instantly share code, notes, and snippets.

@kelbyers
Created July 1, 2012 20:00
Show Gist options
  • Save kelbyers/3029402 to your computer and use it in GitHub Desktop.
Save kelbyers/3029402 to your computer and use it in GitHub Desktop.
Fedora 17 Kickstart snippet to install with btrfs subvolumes
clearpart --all
part biosboot --fstype=biosboot --size=1
part swap --size=4096
part /boot --size=500
part btrfs.01 --size=500 --grow
btrfs none --label=system/ btrfs.01
btrfs / --subvol --name=@ LABEL=system/
btrfs /home --subvol --name=@home LABEL=system/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment