From fecb05b5ae11d2f92905b81eafb7902ea85cafc6 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 30 Sep 2007 15:57:19 +0200 Subject: [PATCH] Use grml-live.log as logfile; Added vim to GRML_MEDIUM package list --- debian/changelog | 2 ++ etc/grml/fai/config/package_config/GRML_MEDIUM | 1 + grml-live | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0687c46..b396b1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ grml-live (0.0.3) unstable; urgency=low * Do not install kernel via GRMLBASE but via GRML_* classes instead so we have only one single kernel on the system with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'. + * Use grml-live.log as logfile. + * Added vim to GRML_MEDIUM package list. -- Michael Prokop Sun, 30 Sep 2007 12:58:15 +0200 diff --git a/etc/grml/fai/config/package_config/GRML_MEDIUM b/etc/grml/fai/config/package_config/GRML_MEDIUM index a6aa63d..59f38b5 100644 --- a/etc/grml/fai/config/package_config/GRML_MEDIUM +++ b/etc/grml/fai/config/package_config/GRML_MEDIUM @@ -178,6 +178,7 @@ update-inetd util-linux vlan vlock +vim wget whiptail wipe diff --git a/grml-live b/grml-live index 9d7900b..9347873 100755 --- a/grml-live +++ b/grml-live @@ -65,7 +65,7 @@ trap bailout 1 2 3 15 [ -n "$LOGDIR" ] || LOGDIR="/var/log/fai/dirinstall/$HOSTNAME" [ -d "$LOGDIR" ] || mkdir -p $LOGDIR -LOGFILE="$LOGDIR/grml-live.conf" +LOGFILE="$LOGDIR/grml-live.log" # }}} # some important functions {{{ -- 2.1.4