pxe: ensure systemd is aware of mounts
This commit is contained in:
parent
97b8de7fd3
commit
2e57351e1a
|
@ -280,6 +280,8 @@ if [ -d /run/live/medium ]; then
|
|||
# to make snapshots subdir readwrite
|
||||
nfs_host="\$(df -hT | grep nfs | cut -f1 -d: | head -n1)"
|
||||
mount \${nfs_host}:/snapshots /run/live/medium/snapshots
|
||||
# reload mounts on systemd
|
||||
systemctl daemon-reload
|
||||
fi
|
||||
# clearly specify the right working directory, used in the python script as os.getcwd()
|
||||
cd /mnt
|
||||
|
|
Loading…
Reference in New Issue