add (possible) config partition to 'partition' plugin
This commit is contained in:
parent
1c8db28989
commit
3cc64e84f3
9 changed files with 257 additions and 48 deletions
|
@ -4,12 +4,16 @@
|
|||
# beware: .e.g "/dev/hd" grants access to _all_ harddisks
|
||||
AllowedDevices = /dev/loop
|
||||
|
||||
|
||||
# the default name prefix of not unnamed containers
|
||||
DefaultVolumePrefix = "Data "
|
||||
|
||||
# which cipher should cryptsetup-luks use?
|
||||
DefaultCipher = aes-cbc-essiv:sha256
|
||||
|
||||
# label of the configuration partition (you should never change this)
|
||||
ConfigVolumeLabel = cbox_config
|
||||
|
||||
|
||||
[Locations]
|
||||
# where should we mount volumes?
|
||||
|
@ -70,7 +74,6 @@ DocLanguage = de
|
|||
[Programs]
|
||||
cryptsetup = /sbin/cryptsetup
|
||||
mkfs-data = /sbin/mkfs.ext3
|
||||
mkfs-config = /sbin/mkfs.ext2
|
||||
blkid = /sbin/blkid
|
||||
mount = /bin/mount
|
||||
umount = /bin/umount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue