diff options
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 1e874170..07fc0ed2 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -157,6 +157,16 @@ Files in /etc/sysconfig SILENT=yes|no EXPORT_GATEWAY=yes|no + +/etc/sysconfig/rawdevices: + + This is used for setting up raw device to block device mappings. + It has the format: + <rawdev> <major> <minor> + <rawdev> <blockdev> + For example: + /dev/raw/raw1 /dev/sda1 + /dev/raw/raw2 8 5 /etc/sysconfig/pcmcia: |