diff options
author | Bill Nottingham <notting@redhat.com> | 2000-07-25 04:34:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-07-25 04:34:38 +0000 |
commit | 388413615cce14fb70e2f4d0772343d6e471d7bc (patch) | |
tree | 4fe836b22a8e103a8fe94d23e8f4bc6073750984 /sysconfig.txt | |
parent | 8cd59fa2f6ea28c9884a4bda6c354a73dc085337 (diff) | |
download | initscripts-388413615cce14fb70e2f4d0772343d6e471d7bc.tar initscripts-388413615cce14fb70e2f4d0772343d6e471d7bc.tar.gz initscripts-388413615cce14fb70e2f4d0772343d6e471d7bc.tar.bz2 initscripts-388413615cce14fb70e2f4d0772343d6e471d7bc.tar.xz initscripts-388413615cce14fb70e2f4d0772343d6e471d7bc.zip |
add raw device support from karsten
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: |