Skip to content

Instantly share code, notes, and snippets.

@brookemckim
Created August 22, 2011 15:02
Show Gist options
  • Save brookemckim/1162577 to your computer and use it in GitHub Desktop.
Save brookemckim/1162577 to your computer and use it in GitHub Desktop.
d-i partman-auto-lvm/guided_size string max
d-i partman-auto/expert_recipe string \
boot-root :: \
500 50 500 ext4 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /boot } \
. \
12000 2 12000 linux-swap \
$lvmok{ } \
method{ swap } format{ } \
. \
1 4 100% ext4 \
method{ format } format{ } $lvmok{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment