pxe: we know the server host, is in the config

This commit is contained in:
pedro 2024-09-26 12:21:24 -03:00
parent 2fd0d2fdb9
commit 93a86a8b11
1 changed files with 1 additions and 2 deletions

View File

@ -279,8 +279,7 @@ if [ -d /run/live/medium ]; 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
nfs_host="\$(df -hT | grep nfs | cut -f1 -d: | head -n1)" mount ${server_ip}:/snapshots /run/live/medium/snapshots
mount \${nfs_host}:/snapshots /run/live/medium/snapshots
else else
fi fi
# clearly specify the right working directory, used in the python script as os.getcwd() # clearly specify the right working directory, used in the python script as os.getcwd()