Recover default boot-config into /mnt/onl/boot.

This commit is contained in:
Jeffrey Townsend
2016-11-09 21:45:37 +00:00
parent 04658945c5
commit eca7a60349

View File

@@ -90,6 +90,7 @@ if [ ! -f /etc/onl/abort ]; then
elif [ -f /etc/onl/boot-config-default ]; then
# Use default boot-config.
cp /etc/onl/boot-config-default /etc/onl/boot-config
cp /etc/onl/boot-config-default /mnt/onl/boot/boot-config
fi
fi