summaryrefslogtreecommitdiff
path: root/scripts/install-system
AgeCommit message (Collapse)Author
2008-10-20Bugfix: 3775: Allow RAID-1 to be configured on disks with different sizesBob Gilligan
2008-10-13Allow non-livecd union installStephen Hemminger
Union flag should be shell variable not a command. Union flag should allow install when not on livecd.
2008-10-13install-system can only run from livecdStephen Hemminger
Bugfix 3726 Only allow install-system from livecd, since it has hardcoded assumptions about squashfs, etc.
2008-10-10Revert "Set correct mode on configuration mode"Stephen Hemminger
This reverts commit 5e806c8e42e1b70675916963e14cc0fe5928ec07. There are passwords (like Tcp md5) that should not be displayed to operator.
2008-10-09Set correct mode on configuration modeStephen Hemminger
Set configuration file to be owned by administrator and writable by all admins in configuration mode and visible by public.
2008-10-03Bugfix: 3743Bob Gilligan
Default answer question about diag partitionis "no".
2008-10-02Fix overlapping edits of standalone_pw_resetStephen Hemminger
Put in new code to set password, rather than reset it to default Although resetting passwd to default sounds good from a usuablity point of view, it is a potential security hole when system is rebooted. Instead, allow user to choose new passwd.
2008-10-01Bugfix: 3727Bob Gilligan
In the case when we are using a pre-existing RAID group, warn the user of dire consequences before over-writing the disks.
2008-10-01Workaround problems with mkpasswdStephen Hemminger
Bugfix 3665 Fix problems with entering password caused by regressions in mkpasswd (-S arguement). Read password plaintext with shell then process.
2008-09-30Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712rbalocca
2008-09-22Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3694Rick Balocca
2008-09-17expose the union option in install-systemRobert Bays
2008-09-16Don't kill An-Cheng's commits.Robert Bays
2008-09-16change to native install from a USB stickRobert Bays
2008-09-16remove complex options from union installRobert Bays
2008-09-16changed union install to support multiple directoriesRobert Bays
2008-09-16add postinst hook for install-systemAn-Cheng Huang
2008-09-10fixes to install-system and grub-setup for xen hypervisor and device.mapRobert Bays
2008-09-08Account for size of diag partition when calculating disk size, which is neededBob Gilligan
in order to create the data partition.
2008-09-03Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Robert Bays
islavista Conflicts: scripts/install-system
2008-09-03add functioanlity for binary images to install systemRobert Bays
2008-09-03Add support for aufsStephen Hemminger
If system is booted with aufs (instead of aufs) then propogate it to the installed grub options.
2008-08-29Update install-system and grub-setup to handle RAID-1 configuration.Bob Gilligan
2008-08-01Fixes 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-07Don't add ide=nodma twiceStephen Hemminger
Since the drive sizing can be called twice, don't add duplicate entry to GRUB OPTIONS
2008-07-07fix for bug 3095Robert Bays
2008-07-03fix for bug 3417: use UUID in grub config fileAn-Cheng Huang
2008-07-03Fix problem if install-system run twiceStephen 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-03Bugfix: 1592Bob Gilligan
Fix the boot command syntax for password recovery on serial console.
2008-06-30Handle multiple slashes in passwdStephen Hemminger
mkpasswd can generate passwd with multiple slashes that need to be escaped.
2008-06-24Bugfix: 1292Bob Gilligan
Enable VGA display so that logo can be displayed when booting on a VGA console.
2008-06-24translate slash in passwordStephen Hemminger
If mkpasswd returns password with slash then it needs to be escaped.
2008-06-23Spellin fixesStephen Hemminger
Fix some of my creative spelling in messages
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