summaryrefslogtreecommitdiff
path: root/scripts/install-system
AgeCommit message (Collapse)Author
2008-06-20Bugfix: 3259Bob 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-18Prompt for vyatta and root passwordStephen Hemminger
Bugfix: 2900 During install give user option of setting root and vyatta password. Don't leave systems open to attack.
2008-06-17Use tr command rather than awkStephen Hemminger
For consistency, use tr for all case conversion in get_response
2008-06-17Use UUID to find root filesystemStephen Hemminger
Use UUID to find root filesystem in grub. This allows device to move between controllers.
2008-06-17Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
hollywood
2008-06-16Surpress messages by defaultStephen Hemminger
Use quiet option to boot command line. Also cleanup script to use more variables
2008-06-12fix for bug 3032: rename pre-glendale config files during install-system.An-Cheng Huang
2008-06-12fix bug 3039Robert Bays
2008-06-11Turn off framebuffer (by default)Stephen Hemminger
Revert "Enable vga framebuffer on console" This reverts commit c2db47deb9aa0661468a36822b5105ed1fe51918.
2008-06-10Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
hollywood
2008-06-10Enable vga framebuffer on consoleStephen Hemminger
Enable vga mode to show logo
2008-06-09Bugfix: 3305Bob 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-05fix for bugs 3294 and 3296Robert Bays
2008-05-19update install-system to work with xen setuprbays
2008-05-14fix install system to use the correct kernels in grub.cfgrbays
2008-04-24Pretty print the grub.cfg filerbalocca
2008-04-24Partitions in grub-pc now start at 1 (instead of 0)rbalocca
2008-04-24Update install-system to use grub-pcrbalocca
2008-04-23Revert "remove deprecated install scripts"rbalocca
This reverts commit 33a7d7e76222aa6ba952610144065221b6e8aeda.
2008-03-18remove deprecated install scriptsTom Grennan
starting with hollywood, use the debian installer
2008-03-12fixes for bugs 2499, 2967Robert Bays
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2008-03-07Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969 )rbalocca
2008-03-05Fix for bug #2542 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2542 )rbalocca
2008-02-22use vyattacfg for config filesAn-Cheng Huang
2008-02-01remove stale CONFIG_PARTITION commentsTom Grennan
2008-01-31source /etc/default/vyatta instead of configuring install-systemTom Grennan