diff options
Diffstat (limited to 'scripts/vyatta-grub-setup')
-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 |