X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=ea845d142c0c112074d8391d9be4dba9def64944;hp=7f2669ad986af3f1bdaa4f829492b18f5c220818;hb=687068e816c608239edf287210beb1d73f08efda;hpb=fe903287fed5cccc7d382751fe745f5984dc6e37 diff --git a/chroot-script b/chroot-script index 7f2669a..ea845d1 100644 --- a/chroot-script +++ b/chroot-script @@ -69,6 +69,7 @@ fi echo "Activating shadow passwords." shadowconfig on echo "Setting password for user root:" +# TODO: typing the wrong password will exit chroot script passwd echo "" @@ -132,7 +133,7 @@ KERNELVER=${KERNELIMG#/boot/vmlinuz-} # generate initrd if [ -n "$INITRD" ] ; then if [ "$RELEASE" = 'sarge' ] ; then - einfo "Release sarge detected, will not create an initrd." + echo "Release sarge detected, will not create an initrd." return 0 fi echo "Generating initrd."