From: Michael Prokop Date: Sun, 30 Sep 2007 13:57:19 +0000 (+0200) Subject: Use grml-live.log as logfile; Added vim to GRML_MEDIUM package list X-Git-Tag: 0.0.3~2 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=fecb05b5ae11d2f92905b81eafb7902ea85cafc6;hp=cde80754f9d19f2eb9c3ed4c0637b734366e8745;p=grml-live.git Use grml-live.log as logfile; Added vim to GRML_MEDIUM package list --- 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 {{{