summaryrefslogtreecommitdiff
path: root/scripts/vyatta-grub-setup
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2009-03-16 18:03:27 -0700
committerMohit Mehta <mohit.mehta@vyatta.com>2009-03-16 18:03:27 -0700
commitaa2fbf830de34d8013fa2e47569b8304d25565ba (patch)
tree3b850378e740cc68f022427cac93727b329b9d2e /scripts/vyatta-grub-setup
parent505e67d13bc4e5d24c330f84f4a0fb06bed12541 (diff)
downloadvyatta-cfg-quagga-aa2fbf830de34d8013fa2e47569b8304d25565ba.tar.gz
vyatta-cfg-quagga-aa2fbf830de34d8013fa2e47569b8304d25565ba.zip
will help debug bug 4181 if and when it happens
Diffstat (limited to 'scripts/vyatta-grub-setup')
-rwxr-xr-xscripts/vyatta-grub-setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup
index 26a322f2..3eed4df4 100755
--- a/scripts/vyatta-grub-setup
+++ b/scripts/vyatta-grub-setup
@@ -138,6 +138,7 @@ fi
# create the grub.cfg file for grub
# The "default=" line selects which boot option will be used by default.
# Numbering starts at 0 for the first option.
+ echo -e "# Generated by $0 at `date`"
echo -e "set default=$default_console"
echo "set timeout=5"
# set serial console options