diff options
| author | Jonathan Bauer | 2015-04-07 17:43:23 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2015-04-07 17:43:23 +0200 |
| commit | b1074927e6848d7370c6d4a1b11b7149d6660a77 (patch) | |
| tree | 89dfef802d48522d297632cb77fe13825707ff3e /doc/boot_config_vars | |
| parent | [pam-common-share] rudimentary nfs-support for common share (diff) | |
| parent | [hdd-boot] michi's werk (diff) | |
| download | tm-scripts-mergetest.tar.gz tm-scripts-mergetest.tar.xz tm-scripts-mergetest.zip | |
Merge remote-tracking branch 'remotes/origin/test' into mergetestmergetest
Diffstat (limited to 'doc/boot_config_vars')
| -rw-r--r-- | doc/boot_config_vars | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/boot_config_vars b/doc/boot_config_vars index 7890ecc2..1ea182d4 100644 --- a/doc/boot_config_vars +++ b/doc/boot_config_vars @@ -64,3 +64,33 @@ SLX_SHARE_n_AUTH_PASS Only required if SLX_SHARE_n_AUTH_TYPE is 'user'. Defin password to use for authenticating the mount of the share. SLX_SHARE_n_PERM Permissions for the share. Supports 'rw' and 'ro'. Defaults to 'ro'. + +partitioner & setup partitions: +SLX_PARTITION_TYPE='GPT|msdos' #Choose partition table type, if variable is not set partitioner + #will ask user or in silent mode use 'msdos' as default + +SLX_CHOOSEN_DISK='sda' #If no HDD is specified, the partitioner will either ask the user + #or in silent mode choose the only HDD available or abort if more + #then one HDD is present. + +SLX_AUTOMATIC_PARTITIONING='yes' #silent mode, restarts the machine automatically after partitioning + +SLX_PARTITION_TABLE=' #The partition table variable is used by both the partitioner and + 44,1G,/tmp #setup-partition script. The values per partition are as follows: + 43,1G,/boot,bootable #unique ID, size, [mountpoint], [options] + 42,1G,/cache/export/dnbd3 #The ID is used as is for msdos and for GPT concatenated with trailing + 41,1G,/home #zeros, example: msdos: 44 GPT: 44000000-0000-0000-0000-000000000000 + 82,1G' #Attention: without a mount point, the setup-partition script won't mount + #the partition. Swap partition doesn't need a mount point + #Existing linux partitions will automatically be mountet under /media + #and don't need to be specified here. + #The only optional argument currently used at the moment is 'bootable' + #to mark a partition as such + +#If no partition table variable was specifies, the partitioner and setup-scripts will assume +#the following default partition table: + +SLX_PARTITION_TABLE=' + 44,10G,/tmp + 45,10G,/var/scratch + 82,4G' |
