Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-10 | fixes to install-system and grub-setup for xen hypervisor and device.map | Robert Bays | |
2008-09-08 | Account for size of diag partition when calculating disk size, which is needed | Bob Gilligan | |
in order to create the data partition. | |||
2008-09-03 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Robert Bays | |
islavista Conflicts: scripts/install-system | |||
2008-09-03 | add functioanlity for binary images to install system | Robert Bays | |
2008-09-03 | Add support for aufs | Stephen Hemminger | |
If system is booted with aufs (instead of aufs) then propogate it to the installed grub options. | |||
2008-08-29 | Update install-system and grub-setup to handle RAID-1 configuration. | Bob Gilligan | |
2008-08-01 | Fixes for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 ↵ | rbalocca | |
http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?d for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?id=3518 and perhaps others | |||
2008-07-07 | Don't add ide=nodma twice | Stephen Hemminger | |
Since the drive sizing can be called twice, don't add duplicate entry to GRUB OPTIONS | |||
2008-07-07 | fix for bug 3095 | Robert Bays | |
2008-07-03 | fix for bug 3417: use UUID in grub config file | An-Cheng Huang | |
2008-07-03 | Fix problem if install-system run twice | Stephen Hemminger | |
If install-system is run twice and the first pass copied the old configuration file; then the second time the leftover file from previous attempt needs to be cleaned up. Otherwise, the old configuration file will be copied even if the user doesn't want it! | |||
2008-07-03 | Bugfix: 1592 | Bob Gilligan | |
Fix the boot command syntax for password recovery on serial console. | |||
2008-06-30 | Handle multiple slashes in passwd | Stephen Hemminger | |
mkpasswd can generate passwd with multiple slashes that need to be escaped. | |||
2008-06-24 | Bugfix: 1292 | Bob Gilligan | |
Enable VGA display so that logo can be displayed when booting on a VGA console. | |||
2008-06-24 | translate slash in password | Stephen Hemminger | |
If mkpasswd returns password with slash then it needs to be escaped. | |||
2008-06-23 | Spellin fixes | Stephen Hemminger | |
Fix some of my creative spelling in messages | |||
2008-06-20 | Bugfix: 3259 | Bob Gilligan | |
Add code to patch up the /etc/pam.d/login config file so that login prompts for password for non-existant users. | |||
2008-06-18 | Prompt for vyatta and root password | Stephen Hemminger | |
Bugfix: 2900 During install give user option of setting root and vyatta password. Don't leave systems open to attack. | |||
2008-06-17 | Use tr command rather than awk | Stephen Hemminger | |
For consistency, use tr for all case conversion in get_response | |||
2008-06-17 | Use UUID to find root filesystem | Stephen Hemminger | |
Use UUID to find root filesystem in grub. This allows device to move between controllers. | |||
2008-06-17 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-06-16 | Surpress messages by default | Stephen Hemminger | |
Use quiet option to boot command line. Also cleanup script to use more variables | |||
2008-06-12 | fix for bug 3032: rename pre-glendale config files during install-system. | An-Cheng Huang | |
2008-06-12 | fix bug 3039 | Robert Bays | |
2008-06-11 | Turn off framebuffer (by default) | Stephen Hemminger | |
Revert "Enable vga framebuffer on console" This reverts commit c2db47deb9aa0661468a36822b5105ed1fe51918. | |||
2008-06-10 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-06-10 | Enable vga framebuffer on console | Stephen Hemminger | |
Enable vga mode to show logo | |||
2008-06-09 | Bugfix: 3305 | Bob Gilligan | |
Get grub to allow the user to interrupt the boot and drop into the grub menu via either the serial or KVM console. | |||
2008-06-05 | fix for bugs 3294 and 3296 | Robert Bays | |
2008-05-19 | update install-system to work with xen setup | rbays | |
2008-05-14 | fix install system to use the correct kernels in grub.cfg | rbays | |
2008-04-24 | Pretty print the grub.cfg filehollister | rbalocca | |
2008-04-24 | Partitions in grub-pc now start at 1 (instead of 0) | rbalocca | |
2008-04-24 | Update install-system to use grub-pc | rbalocca | |
2008-04-23 | Revert "remove deprecated install scripts" | rbalocca | |
This reverts commit 33a7d7e76222aa6ba952610144065221b6e8aeda. | |||
2008-03-18 | remove deprecated install scripts | Tom Grennan | |
starting with hollywood, use the debian installer | |||
2008-03-12 | fixes for bugs 2499, 2967 | Robert Bays | |
2008-03-10 | Update to GPLv2 | Stephen Hemminger | |
Replace references to VPL 1.0 with GPLv2 | |||
2008-03-07 | Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969 ) | rbalocca | |
2008-03-05 | Fix for bug #2542 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2542 ) | rbalocca | |
2008-02-22 | use vyattacfg for config files | An-Cheng Huang | |
2008-02-01 | remove stale CONFIG_PARTITION comments | Tom Grennan | |
2008-01-31 | source /etc/default/vyatta instead of configuring install-system | Tom Grennan | |