From 0628a3629464a3c19450264b745ee511dc395b92 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 30 Aug 2008 01:45:31 +0200 Subject: [PATCH] Display hostname in frontend configuration check; update TODO --- TODO | 3 ++- debian/changelog | 2 +- grml-debootstrap | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) 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" -- 2.1.4