b385cd6d75
- Update to version 2.29.1: * lscpu: add aarch64 specific names * lubmount: Disable disable ro/rw mtab checks (bsc#1012632) * More details at: https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ReleaseNotes - Replace raw initscript by a systemd service doing the same thing. Based on previous work of fcrozat@suse.com (FATE#321122). OBS-URL: https://build.opensuse.org/request/show/455350 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=329
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
|
|
#
|
|
# ...
|