diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-25 13:25:54 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-25 13:25:54 -0700 |
commit | cafbb4f20e6863e87bd98a493dc739b8f4eaf899 (patch) | |
tree | 124fb99cd3ad02b2b626dda540810ffd31afedb9 /scripts | |
parent | fd605ab5d4ce4aa4015089042afd90f6e5c6ba59 (diff) | |
parent | c5dbaa28cca4baa2404911a0b021768e34f0dd09 (diff) | |
download | vyatta-cfg-quagga-cafbb4f20e6863e87bd98a493dc739b8f4eaf899.tar.gz vyatta-cfg-quagga-cafbb4f20e6863e87bd98a493dc739b8f4eaf899.zip |
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-grub-setup | 1 |
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 |