diff options
author | Bill Nottingham <notting@redhat.com> | 2004-10-18 21:07:17 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-10-18 21:07:17 +0000 |
commit | cd27d10e64d61f2649e58cbee0239a1f6749a87a (patch) | |
tree | 9590f53bf50889b494afa87ea7945c94212184b3 /sysconfig | |
parent | 403925ef3f35e12b9ae16480098bfe9f827d856f (diff) | |
download | initscripts-cd27d10e64d61f2649e58cbee0239a1f6749a87a.tar initscripts-cd27d10e64d61f2649e58cbee0239a1f6749a87a.tar.gz initscripts-cd27d10e64d61f2649e58cbee0239a1f6749a87a.tar.bz2 initscripts-cd27d10e64d61f2649e58cbee0239a1f6749a87a.tar.xz initscripts-cd27d10e64d61f2649e58cbee0239a1f6749a87a.zip |
add rawdevices stuff back
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/rawdevices | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysconfig/rawdevices b/sysconfig/rawdevices new file mode 100644 index 00000000..69360f0e --- /dev/null +++ b/sysconfig/rawdevices @@ -0,0 +1,8 @@ +# This file and interface are deprecated. +# Applications needing raw device access should open regular +# block devices with O_DIRECT. +# raw device bindings +# format: <rawdev> <major> <minor> +# <rawdev> <blockdev> +# example: /dev/raw/raw1 /dev/sda1 +# /dev/raw/raw2 8 5 |