summaryrefslogtreecommitdiff
path: root/scripts/vyatta-grub-setup
AgeCommit message (Collapse)Author
2011-05-17Fix grub syntax errorStephen Hemminger
left over from conversion to new grub.
2011-05-04Update grub config to new syntaxStephen Hemminger
The 'terminal' config statement is replaced by terminal_input and terminal_output.
2010-07-19Bugfix 5512: Have grub.cfg use the vmlinuz and initrd.img symlinks if availableBob Gilligan
The /boot directory is populated with vmlinuz and initrd.img files whose names are suffixed with the kernel version string. A vmlinuz and initrd.img symlink points to the "current" version of each file. It is simpler to have the grub.cfg file use the symlink, since then the kernel to boot can be changed by just adjusting the symlinks.
2010-04-09increase xen hypervisor heap sizeAn-Cheng Huang
2010-03-10Fix case of VGA_LOGO optionStephen Hemminger
2010-03-10Disable SELinux during password resetStephen Hemminger
2010-02-08Bugfix 5225: Include the OS version number in the grub menu entry.Bob Gilligan
2009-12-14Re-enable frame-buffer on consoleStephen Hemminger
The frame-buffer allows for Vyatta logo, scrollback, and more lines of text on VGA console.
2009-11-05use new vyatta-union arg to reduce kernel cmdline length.An-Cheng Huang
2009-10-13limit xen dom0 memory to 512megRobert Bays
(cherry picked from commit c93e5328faa74a79d219ce96d95417ba1adbfb8f)
2009-04-14handle default xen kernelAn-Cheng Huang
2009-04-13add read-write union install mechanismAn-Cheng Huang
2009-04-09fix xen kernel handling for union installAn-Cheng Huang
2009-04-06change xen kernel detectionAn-Cheng Huang
2009-03-16will help debug bug 4181 if and when it happensMohit Mehta
2008-11-06Remove OFR from grub linesStephen Hemminger
OFR is no longer used in reference to Vyatta per marketing guidelines.
2008-10-27Standalone tool now changes vyatta not root passwordStephen Hemminger
Discourage use of root account by having tool handle changes to user vyatta. Also, don't use framebuffer by default since it slows things down
2008-10-08fix xen grub setupAn-Cheng Huang
2008-09-30Add vyatta-grub-setuprbalocca