X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F25configure_init;h=b82d2aab98b460f1db6a36e446e11c72684d618f;hb=refs%2Ftags%2Fupstream%2F2.0_a5;hp=c06617f0dfa100187156b9646bd1e352aa0e89f6;hpb=35667bd4deb41faa9247fb7321a4d15e7f524cf7;p=live-boot-grml.git diff --git a/scripts/live-bottom/25configure_init b/scripts/live-bottom/25configure_init index c06617f..b82d2aa 100755 --- a/scripts/live-bottom/25configure_init +++ b/scripts/live-bottom/25configure_init @@ -18,16 +18,18 @@ case "${1}" in ;; esac -# live-initramfs header +# live-boot header . /scripts/live-functions log_begin_msg "Setting up init" -# live-initramfs script +# live-boot script # Arrange for shells on virtual consoles, rather than login prompts +USERNAME="user" + if [ -z "${NOAUTOLOGIN}" ] && [ -n "${USERNAME}" ] then if [ ! -z "${LIVE_GETTY}" ]