++examples

Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-04 16:33:58 +02:00
parent 8ac691f4ac
commit 919f251759
1 changed files with 5 additions and 7 deletions

View File

@ -36,20 +36,18 @@ EXAMPLES
--------
--------------------------------------------------------------------------------
# 128MB linux, bootable
# 128MB, linux, bootable
__partition_msdos /dev/sda1 --type 83 --size 128M --bootable true
# 512MB swap
# 512MB, swap
__partition_msdos /dev/sda2 --type 82 --size 512M
# extended
# 100GB, extended
__partition_msdos /dev/sda3 --type extended --size 100G
# 10GB, linux
__partition_msdos /dev/sda5 --type 83 --size 10G
# 50% of free space, linux
# 50% of the free space of the extended partition, linux
__partition_msdos /dev/sda6 --type 83 --size 50%
# rest of disk, linux
# rest of the extended partition, linux
__partition_msdos /dev/sda7 --type 83 --size +
# same thing as
__partition_msdos /dev/sda7 --type 83
--------------------------------------------------------------------------------