Display path of FAI logs during execution of grml-live
authorMichael Prokop <mika@grml.org>
Sun, 16 Aug 2009 23:10:22 +0000 (01:10 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 16 Aug 2009 23:10:22 +0000 (01:10 +0200)
debian/changelog
grml-live

index 7e25bd0..ccead66 100644 (file)
@@ -41,6 +41,7 @@ grml-live (0.9.21) UNRELEASED; urgency=low
     the build host. [Closes: issue717]
   * Check whether rebuild of ISO is needed even though the ISO exists already.
     [Closes: issue719]
+  * Display path of FAI logs during execution of grml-live.
   * Software related changes:
     - Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning).
     - Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback,
@@ -57,7 +58,7 @@ grml-live (0.9.21) UNRELEASED; urgency=low
     isolinux.cfg, syslinux.cfg with each other; provide a fallback
     way to boot MirOS bsd4grml from both GRUB versions using modules
 
- -- Michael Prokop <mika@grml.org>  Mon, 17 Aug 2009 00:22:42 +0200
+ -- Michael Prokop <mika@grml.org>  Mon, 17 Aug 2009 01:10:02 +0200
 
 grml-live (0.9.20) unstable; urgency=low
 
index 20b7f9a..cb0c0f9 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -551,6 +551,8 @@ else
          einfo "Finished execution of stage 'fai dirinstall'"
       fi
 
+      einfo "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)."
+      eend 0
    fi
 fi # BUILD_DIRTY?
 # }}}