Display hostname in frontend configuration check; update TODO
authorMichael Prokop <devnull@localhost>
Fri, 29 Aug 2008 23:45:31 +0000 (01:45 +0200)
committerMichael Prokop <devnull@localhost>
Fri, 29 Aug 2008 23:45:31 +0000 (01:45 +0200)
TODO
debian/changelog
grml-debootstrap

diff --git a/TODO b/TODO
index 8d33283..01aae5d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,11 +5,12 @@ Important
 ---------
 
 * support for SW-RAID (work in progress, needs work on bootloader)
 ---------
 
 * 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
 ---------------------
 
 
 Would be nice to have
 ---------------------
 
-* support execution of additional scripts for further customization
 * support for LVM
 * support grub2
 * support tarballs for customization/mirror source
 * support for LVM
 * support grub2
 * support tarballs for customization/mirror source
index 3976144..caaf64b 100644 (file)
@@ -33,7 +33,7 @@ grml-debootstrap (0.18) unstable; urgency=low
     Fix handling of config file inside chroot, thanks for spotting, gebi!
     [Closes: issue512]
 
     Fix handling of config file inside chroot, thanks for spotting, gebi!
     [Closes: issue512]
 
- -- Michael Prokop <mika@grml.org>  Fri, 29 Aug 2008 14:35:10 +0200
+ -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 01:44:38 +0200
 
 grml-debootstrap (0.17) unstable; urgency=low
 
 
 grml-debootstrap (0.17) unstable; urgency=low
 
index ed2f629..8d31eb4 100755 (executable)
@@ -404,6 +404,8 @@ elif [ -n "$INTERACTIVE" ] ; then
    Install grub:    $GRUB"
    [ -n "$RELEASE" ] && INFOTEXT="$INFOTEXT
    Using release:   $RELEASE"
    Install grub:    $GRUB"
    [ -n "$RELEASE" ] && INFOTEXT="$INFOTEXT
    Using release:   $RELEASE"
+   [ -n "$HOSTNAME" ] && INFOTEXT="$INFOTEXT
+   Using hostname   $HOSTNAME"
    [ -n "$MIRROR" ]  && INFOTEXT="$INFOTEXT
    Using mirror:    $MIRROR"
 
    [ -n "$MIRROR" ]  && INFOTEXT="$INFOTEXT
    Using mirror:    $MIRROR"