diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-02-19 01:34:48 +0100 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-02-19 01:34:48 +0100 |
commit | 47d81890b46e19edce97beee6fb99d855e053751 (patch) | |
tree | 0fe1a8625f046f0e3f3d164c28b1996186a3183a /guest | |
parent | dd4c68907e6d967df63c73918ce4bdf990a0265a (diff) | |
download | freebsd-wifibox-alpine-47d81890b46e19edce97beee6fb99d855e053751.zip |
Remove the redundant fstab entry for /var/run/chrony.
The `/var/run` directory already points to `/run`, which is mounted
as `tmpfs`.
Diffstat (limited to 'guest')
-rw-r--r-- | guest/etc/fstab | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guest/etc/fstab b/guest/etc/fstab index 1cb358c..c36a899 100644 --- a/guest/etc/fstab +++ b/guest/etc/fstab @@ -2,4 +2,3 @@ root / 9p trans=virtio,ro,noatime,nodiratime,norelatime 0 0 tmpfs /tmp tmpfs size=1M 0 0 config /media/etc 9p trans=virtio,ro,noatime,nodiratime,norelatime 0 0 var /var 9p trans=virtio,rw 0 0 -tmpfs /var/run/chrony tmpfs size=128K,uid=100,gid=101,mode=0750 0 0 |