diff --git a/Linux/README.md b/Linux/README.md index 1c72862..88c88b1 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -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 diff --git a/Linux/tree-armv7l/init b/Linux/tree-armv7l/init index 8149080..a1fd271 100755 --- a/Linux/tree-armv7l/init +++ b/Linux/tree-armv7l/init @@ -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 "" diff --git a/Linux/tree-armv7l/usr/bin/continue-boot b/Linux/tree-armv7l/usr/bin/continue-boot new file mode 100755 index 0000000..0d508ce --- /dev/null +++ b/Linux/tree-armv7l/usr/bin/continue-boot @@ -0,0 +1,3 @@ +#!/bin/sh + +> /continue