Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
pedro | 3e5e151bef |
|
@ -280,7 +280,7 @@ if [ "\${nfs_host}" ]; then
|
||||||
mount --bind /run/live/medium /mnt
|
mount --bind /run/live/medium /mnt
|
||||||
# debian live nfs path is readonly, do a trick
|
# debian live nfs path is readonly, do a trick
|
||||||
# to make snapshots subdir readwrite
|
# to make snapshots subdir readwrite
|
||||||
mount \${nfs_host}:/snapshots /run/live/medium/snapshots
|
mount -v \${nfs_host}:/snapshots /run/live/medium/snapshots
|
||||||
# reload mounts on systemd
|
# reload mounts on systemd
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue