Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-11 | install: T5568: Determine user TTY when elevated by sudo | sarthurdev | |
Also fix indentation | |||
2020-04-11 | grub: remove quiet option for better information gathering | Christian Poessinger | |
2019-08-15 | T1584: equuleus: buster: consistent grub options for live/installed image | John Estabrook | |
2019-07-31 | T1553: add 'noautologin' to boot parameters | John 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 the | Kim 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-23 | T1327: Set the serial console speed to 115200 by default | John Estabrook | |
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts. | |||
2019-01-08 | Merge pull request #95 from kroy-the-rabbit/current | hagbard-01 | |
Fix: T1107 Added requested option to grub | |||
2019-01-02 | T1120: Add rootdelay=5 by default in grub.cfg | danhusan | |
Let disks settle to workaround issue with MD array not being detected. | |||
2018-12-22 | T1107 Added requested option to grub | kroy | |
2018-12-01 | EFI Cleanup. Adding removable option to grub-install | Kroy | |
2018-11-06 | T955: Integrating EFI into the installer | Kroy | |
2018-11-05 | T955: Integrating EFI into the installer | Kroy | |
2017-12-27 | T496: remove diagnostic partition for RAID1 installs | Christian Poessinger | |
2017-12-26 | T488: GRUB can't boot from software RAID | Christian Poessinger | |
2017-11-18 | removing first grub timeout | Kim | |
2017-07-04 | T331: root should be set to md/X instead of md/mdX | Jose Irigon de Irigon | |
2017-03-16 | Update the root command for grub2 | Kim | |
2017-03-16 | update grub raid boot | Kim | |
2016-12-26 | remove verbose systemd status setting from grub | Kim Hagen | |
2016-08-05 | set systemd tasks verbose on installing grub | Kim Hagen | |
2016-02-05 | Renamed vyatta-union to vyos-union. | Kim Hagen | |
2013-10-21 | Update names in grub config templates. | Daniil Baturin | |
2012-06-12 | Allow USB console in Grub setup | Stephen Hemminger | |
Bug 7724 | |||
2011-05-17 | Fix grub syntax error | Stephen Hemminger | |
left over from conversion to new grub. | |||
2011-05-04 | Update grub config to new syntax | Stephen Hemminger | |
The 'terminal' config statement is replaced by terminal_input and terminal_output. | |||
2010-07-19 | Bugfix 5512: Have grub.cfg use the vmlinuz and initrd.img symlinks if available | Bob 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-09 | increase xen hypervisor heap size | An-Cheng Huang | |
2010-03-10 | Fix case of VGA_LOGO option | Stephen Hemminger | |
2010-03-10 | Disable SELinux during password reset | Stephen Hemminger | |
2010-02-08 | Bugfix 5225: Include the OS version number in the grub menu entry. | Bob Gilligan | |
2009-12-14 | Re-enable frame-buffer on console | Stephen Hemminger | |
The frame-buffer allows for Vyatta logo, scrollback, and more lines of text on VGA console. | |||
2009-11-05 | use new vyatta-union arg to reduce kernel cmdline length. | An-Cheng Huang | |
2009-10-13 | limit xen dom0 memory to 512meg | Robert Bays | |
(cherry picked from commit c93e5328faa74a79d219ce96d95417ba1adbfb8f) | |||
2009-04-14 | handle default xen kernel | An-Cheng Huang | |
2009-04-13 | add read-write union install mechanism | An-Cheng Huang | |
2009-04-09 | fix xen kernel handling for union install | An-Cheng Huang | |
2009-04-06 | change xen kernel detection | An-Cheng Huang | |
2009-03-16 | will help debug bug 4181 if and when it happens | Mohit Mehta | |
2008-11-06 | Remove OFR from grub lines | Stephen Hemminger | |
OFR is no longer used in reference to Vyatta per marketing guidelines. | |||
2008-10-27 | Standalone tool now changes vyatta not root password | Stephen 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-08 | fix xen grub setup | An-Cheng Huang | |
2008-09-30 | Add vyatta-grub-setup | rbalocca | |