forked from pool/util-linux
13a5039daf
1 OBS-URL: https://build.opensuse.org/request/show/457450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=216
16 lines
221 B
Plaintext
16 lines
221 B
Plaintext
# /etc/raw
|
|
#
|
|
# sample configuration to bind raw devices
|
|
# to block devices
|
|
#
|
|
# The format of this file is:
|
|
# raw<N>:<blockdev>
|
|
#
|
|
# example:
|
|
# ---------
|
|
# raw1:sdb1
|
|
#
|
|
# this means: bind /dev/raw/raw1 to /dev/sdb1
|
|
#
|
|
# ...
|