Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Sun Nov 25 22:15:11 2007 +0100 (12 months ago) | |
| changeset 332 | 0b598d22ee39 |
| manifest | 0b598d22ee39 |
| parent 331 | 9d2947cc91a0 |
| child 333 | e8d55762d138 |
--- a/debian/changelog Sun Nov 25 21:17:14 2007 +0100+++ b/debian/changelog Sun Nov 25 22:15:11 2007 +0100@@ -7,7 +7,8 @@ grml-live (0.0.10) unstable; urgency=low- LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time- LOGDIR is /tmp/fai during an installation (not dirinstall), andwill be copied to the path above at the end of an installation- * Log the executed FAI command line to /var/log/grml-live.log.+ * Log the executed FAI, squashfs and mkisofs command lines to+ /var/log/grml-live.log.* New option '-C <configuration_file>' for specifying a configurationfile. Needs heavy testing though, because the files are updatedduring runtime it isn't as easy as expected to be. :-/
--- a/grml-live Sun Nov 25 21:17:14 2007 +0100+++ b/grml-live Sun Nov 25 22:15:11 2007 +0100@@ -531,6 +531,7 @@ if [ -f "$BUILD_OUTPUT"/live/grml.squashewarn "$BUILD_OUTPUT/live exists already, skipping stage 'squashfs'" ; eend 0else[ -d "$BUILD_OUTPUT"/live ] || mkdir "$BUILD_OUTPUT"/live+ log "mksquashfs $CHROOT_OUTPUT/* $BUILD_OUTPUT/live/grml.squashfs -noappend"mksquashfs $CHROOT_OUTPUT/* $BUILD_OUTPUT/live/grml.squashfs -noappendlog "Finished execution of stage 'squashfs' [$(date)]"einfo "Finished execution of stage 'squashfs'" ; eend 0@@ -558,6 +559,7 @@ elsemkdir -p "$ISO_OUTPUT" || bailout 6 "Problem with creating $ISO_OUTPUT for stage 'iso build'"CURRENT_DIR=$(pwd)cd "$BUILD_OUTPUT" &&+ log "mkisofs -V grml $VERSION -publisher 'grml-live | grml.org' -l -r -J -no-emul-boot -boot-load-size 4 -boot-info-table -b $BOOT_FILE -o ${ISO_OUTPUT}/${ISO_NAME} ."mkisofs -V "grml $VERSION" -publisher 'grml-live | grml.org' \-l -r -J -no-emul-boot -boot-load-size 4 -boot-info-table \-b $BOOT_FILE \