Make bootstrap run at the very end

This commit is contained in:
Girish Ramakrishnan
2014-09-17 14:42:22 -07:00
parent 89ccfe3895
commit 8b3ee3e0df
+1 -1
View File
@@ -167,7 +167,7 @@ update-rc.d bootstrap remove
echo "[II] Done"
EOF
chmod +x /etc/init.d/bootstrap
update-rc.d bootstrap defaults
update-rc.d bootstrap defaults 99
sync