From: Michael Prokop Date: Fri, 29 Aug 2008 23:45:31 +0000 (+0200) Subject: Display hostname in frontend configuration check; update TODO X-Git-Tag: 0.18~2 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=0628a3629464a3c19450264b745ee511dc395b92;ds=sidebyside Display hostname in frontend configuration check; update TODO --- diff --git a/TODO b/TODO index 8d33283..01aae5d 100644 --- a/TODO +++ b/TODO @@ -5,11 +5,12 @@ Important --------- * support for SW-RAID (work in progress, needs work on bootloader) +* prompt for root password in interactive setup +* support execution of additional scripts for further customization Would be nice to have --------------------- -* support execution of additional scripts for further customization * support for LVM * support grub2 * support tarballs for customization/mirror source diff --git a/debian/changelog b/debian/changelog index 3976144..caaf64b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,7 +33,7 @@ grml-debootstrap (0.18) unstable; urgency=low Fix handling of config file inside chroot, thanks for spotting, gebi! [Closes: issue512] - -- Michael Prokop Fri, 29 Aug 2008 14:35:10 +0200 + -- Michael Prokop Sat, 30 Aug 2008 01:44:38 +0200 grml-debootstrap (0.17) unstable; urgency=low diff --git a/grml-debootstrap b/grml-debootstrap index ed2f629..8d31eb4 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -404,6 +404,8 @@ elif [ -n "$INTERACTIVE" ] ; then Install grub: $GRUB" [ -n "$RELEASE" ] && INFOTEXT="$INFOTEXT Using release: $RELEASE" + [ -n "$HOSTNAME" ] && INFOTEXT="$INFOTEXT + Using hostname $HOSTNAME" [ -n "$MIRROR" ] && INFOTEXT="$INFOTEXT Using mirror: $MIRROR"