summaryrefslogtreecommitdiff
path: root/scripts/vyatta-grub-setup
AgeCommit message (Collapse)Author
2023-09-11install: T5568: Determine user TTY when elevated by sudosarthurdev
Also fix indentation
2020-04-11grub: remove quiet option for better information gatheringChristian Poessinger
2019-08-15T1584: equuleus: buster: consistent grub options for live/installed imageJohn Estabrook
2019-07-31T1553: add 'noautologin' to boot parametersJohn Estabrook
Debian live-config (>= 5.0) will set the default to 'autologin' when booting in live mode, unless explicitly set.
2019-06-18[ installer ] T1446: on installing with efi skip theKim Hagen
xen extra checks, they use dmidecode which will not work in efi mode Get the UUID of the correct partition based on the install type (bios/efi)
2019-04-23T1327: Set the serial console speed to 115200 by defaultJohn Estabrook
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts.
2019-01-08Merge pull request #95 from kroy-the-rabbit/currenthagbard-01
Fix: T1107 Added requested option to grub
2019-01-02T1120: Add rootdelay=5 by default in grub.cfgdanhusan
Let disks settle to workaround issue with MD array not being detected.
2018-12-22T1107 Added requested option to grubkroy
2018-12-01EFI Cleanup. Adding removable option to grub-installKroy
2018-11-06T955: Integrating EFI into the installerKroy
2018-11-05T955: Integrating EFI into the installerKroy
2017-12-27T496: remove diagnostic partition for RAID1 installsChristian Poessinger
2017-12-26T488: GRUB can't boot from software RAIDChristian Poessinger
2017-11-18removing first grub timeoutKim
2017-07-04T331: root should be set to md/X instead of md/mdXJose Irigon de Irigon
2017-03-16Update the root command for grub2Kim
2017-03-16update grub raid bootKim
2016-12-26remove verbose systemd status setting from grubKim Hagen
2016-08-05set systemd tasks verbose on installing grubKim Hagen
2016-02-05Renamed vyatta-union to vyos-union.Kim Hagen
2013-10-21Update names in grub config templates.Daniil Baturin
2012-06-12Allow USB console in Grub setupStephen Hemminger
Bug 7724
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