master
Dessa Simpson 2023-12-07 17:44:27 -07:00
parent 9708fc1744
commit 2e334bd106
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ coredns "$COREDNS_QUIET" -conf /Corefile &
echo "Configuring simh..."
# Allow overriding boot.ini.template
[ -f /mnt/boot.ini.template ] && cp -f /mnt/boot.ini.template /mnt/boot.ini.template
[ -f /mnt/boot.ini.template ] && cp -f /mnt/boot.ini.template /boot.ini.template
sed -e "s/<DISK_FILENAME>/${DISK_FILENAME}/" \
-e "s/<EXIT>/${EXIT_CMD}/" /boot.ini.template > /boot.ini