Skip to content

Instantly share code, notes, and snippets.

@rust
Created May 19, 2009 06:29
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 rust/113944 to your computer and use it in GitHub Desktop.
Save rust/113944 to your computer and use it in GitHub Desktop.
d-i partman-auto/expert_recipe string \
boot-root :: \
50 100000 100 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
100 10000 5000 ext3 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /home } \
. \
500 100000 1000000000 ext3 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /opt } \
. \
200 10000 50000 ext3 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ / } \
. \
64 2048 8192 linux-swap \
method{ swap } format{ } \
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment