Read-only root compatibility (#86)
* Read-only root compatibility * remove complain Co-authored-by: nobodysu <nobodysu@users.noreply.github.com>
This commit is contained in:
parent
5fdbc2d00e
commit
f94faf697e
13 changed files with 26 additions and 27 deletions
|
|
@ -23,8 +23,8 @@ profile blkid @{exec_path} {
|
|||
@{run}/blkid/blkid.tab{,-*} rw,
|
||||
@{run}/blkid/blkid.tab.old rwl -> @{run}/blkid/blkid.tab,
|
||||
# When the system doesn't have the /run/ dir, the cache file is placed under /etc/
|
||||
/etc/blkid.tab{,-*} rw,
|
||||
/etc/blkid.tab.old rwl -> /etc/blkid.tab,
|
||||
@{etc_rw}/blkid.tab{,-*} rw,
|
||||
@{etc_rw}/blkid.tab.old rwl -> /etc/blkid.tab,
|
||||
|
||||
# For the EVALUATE=scan method
|
||||
@{PROC}/partitions r,
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@ profile dhclient-script @{exec_path} {
|
|||
/etc/fstab r,
|
||||
/etc/iproute2/rt_tables r,
|
||||
/etc/iproute2/rt_tables.d/{,*} r,
|
||||
/etc/resolv.conf rw,
|
||||
/etc/resolv.conf.dhclient-new.@{pid} rw,
|
||||
/etc/samba/dhcp.conf{,.new} rw,
|
||||
@{etc_rw}/resolv.conf rw,
|
||||
@{etc_rw}/resolv.conf.dhclient-new.@{pid} rw,
|
||||
@{etc_rw}/samba/dhcp.conf{,.new} rw,
|
||||
|
||||
/var/lib/dhcp/dhclient.leases r,
|
||||
/var/lib/samba/dhcp.conf{,.new} rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue