12 lines
119 B
Plaintext
12 lines
119 B
Plaintext
|
|
|
|
# Final init steps
|
|
|
|
echo "rebooting"
|
|
reboot -f
|
|
|
|
echo "failed to reboot"
|
|
echo "Starting troubleshooting shell."
|
|
bash
|
|
|