disable the stage1.sh script when extroot is set up

should fix #27.
This commit is contained in:
Attila Lendvai 2023-11-20 23:01:54 +01:00
parent 1744fe9531
commit 3c30f5f34e
No known key found for this signature in database
GPG Key ID: FEFA9FE55CF6E3CD

View File

@ -115,9 +115,28 @@ EOF
# ln -s /tmp state
# cd -
disableStage1
log "Finished setting up extroot"
}
disableStage1()
{
# FIXME it would be more future-proof to transform the rc.local file
# instead of overwriting it.
cat >/etc/rc.local <<EOF
# If you want to re-run the initialization of the extroot once again,
# then remove the comment from before the stage1.sh script below,
# reboot the router without the extroot pendrive, and when it's booted
# then insert the pendrive. It will then be reformatted and
# reinitialized.
#/root/autoprovision-stage1.sh
exit 0
EOF
}
autoprovisionStage1()
{
signalAutoprovisionWorking