Create missing /etc/fstab
Some things (e.g. systemd-remount-api-vfs) fail if /etc/fstab is missing, but work fine if it's empty. So create it.
This commit is contained in:
parent
24a6430098
commit
68f97a3cfd
@ -35,6 +35,7 @@ removefrom mdadm */lib/systemd/system/*
|
||||
|
||||
## install some basic configuration files
|
||||
append etc/resolv.conf ""
|
||||
append etc/fstab ""
|
||||
copy usr/share/anaconda/lang-table etc
|
||||
install ${configdir}/i18n etc/sysconfig
|
||||
install ${configdir}/rsyslog.conf etc
|
||||
|
Loading…
Reference in New Issue
Block a user