Skip to content

Commit

Permalink
Added continue-boot helper
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Aug 24, 2015
1 parent c6c875f commit f1e3762
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ Here are the availble *initrd variables*:
## Changelog
### v3
### v3.1 (2015-08-24)
* Improved debug/info/warn messages
* Added 'continue-boot' helper
### v3 (2015-08-18)
- Worked on the fancyness
- Added multiple boot mode: nfs, live, nbd, rescue
Expand Down
2 changes: 1 addition & 1 deletion Linux/tree-armv7l/init
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ if [ "$(get_any INITRD_DROPBEAR)" = "1" ]; then

ewarn ""
ewarn "**DEBUG DROPBEAR** (requested from the TAGS metadata of the server)"
ewarn "To continue the initrd process, just type '1 > /continue' from the ssh server"
ewarn "To continue the initrd process, just type 'continue-boot'"
ewarn ""
ewarn "You can connect to your serveur using: 'scw exec $(oc-metadata --cached ID)'"
ewarn ""
Expand Down
3 changes: 3 additions & 0 deletions Linux/tree-armv7l/usr/bin/continue-boot
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

> /continue

0 comments on commit f1e3762

Please sign in to comment.