* floppy disks are now unsupported
* ram disks are supported
This commit is contained in:
parent
5aba14b469
commit
22eaddc496
3 changed files with 9 additions and 14 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# comma separated list of possible prefixes for accesible devices
|
||||
# beware: .e.g "/dev/hd" grants access to _all_ harddisks
|
||||
AllowedDevices = /dev/loop, /dev/ubdb, /dev/md_d127
|
||||
#AllowedDevices = /dev/
|
||||
# (floppy disks are not supported, does anyone still use them?)
|
||||
AllowedDevices = /dev/ram, /dev/ubdb, /dev/md_d127
|
||||
|
||||
# use separate config partition? (1=yes / 0=no)
|
||||
UseConfigPartition = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue