summaryrefslogtreecommitdiff
path: root/scripts/grub-setup
AgeCommit message (Collapse)Author
2008-09-30Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712rbalocca
2008-09-24Bugfix: 3703Bob Gilligan
Add an item to the grub menu to boot diagnostics if we find a partition that looks to be the diag partition.
2008-09-17fix bug 3863Robert Bays
2008-09-16changed union install to support multiple directoriesRobert Bays
2008-09-10fixes to install-system and grub-setup for xen hypervisor and device.mapRobert Bays
2008-09-03add functioanlity for binary images to install systemRobert Bays
2008-08-29remove 2nd timeout to avoid 64-bit boot problemAn-Cheng Huang
2008-08-29Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Bob Gilligan
islavista
2008-08-29Update install-system and grub-setup to handle RAID-1 configuration.Bob Gilligan
2008-08-29Merge from "hollywood"Rick Balocca
2008-08-13Bugfix: 1292Bob Gilligan
Disable logo per instructions from Anatoly.
2008-08-11Bugfix: 1292Bob Gilligan
Re-enable the Vyatta logo on boot.
2008-08-07More spaces (bugs http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and ↵rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=3552)
2008-08-07Fixes for bugs: http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and ↵rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=3552 This fix involves removing multiple spaces between args on the kernel command line. This fixes the symptom, but the root cause is an uninitialized variable in the grub-pc code, so there is absolutely no guarrantee that this problem will not arrise again. The correct fix is either to return to grub (V1) or to have the developers find and fix the unitialized memory.
2008-08-06Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3520Rick Balocca