summaryrefslogtreecommitdiff
path: root/scripts/install-system
AgeCommit message (Collapse)Author
2009-11-13Add start_offset value to log message when partion attempt fails.Bob Gilligan
2009-09-14allow install on old compaq smart-arrayRobert Bays
2009-09-11Invert test for livecdStephen Hemminger
Need to check for livecd only if *not* doing union install. Repair of previous bugfix.
2009-09-10Move check for livecd install to before filesystem intializationStephen Hemminger
Check for install-system failure (because of attempt to install from active system), to occur before filesystem is destroyed. Bug 1587
2009-06-25Update hooks to setup config files for installing to a Xen VM.Bob Gilligan
2009-06-24Add optional hooks to setup config files for installing to a Xen VM.Bob Gilligan
2009-06-17Bugfix 4490: Wait for stability after marking partition bootable.Bob Gilligan
2009-06-17Bugfix 4490: Mark root partition as "bootable" in the master boot record (MBR).Bob Gilligan
The MBR provides a flag on each of the partitions to indicate whether it is "bootable" or not. Most BIOS implementations ignore this flag and will boot from a partition whether or not this flag is set. Some BIOS implementations, however, refuse to boot from a partition that is not marked as "bootable". This fix marks the partition that holds the root filesystem as "bootable" so that it can be booted by either type of BIOS.
2009-04-14post-install changesAn-Cheng Huang
* set up start-up config and /var/run. * pass writable root to postinst hook for union-specific tasks.
2009-04-13add read-write union install mechanismAn-Cheng Huang
2009-04-09fix xen kernel handling for union installAn-Cheng Huang
2009-03-26Bugfix 4139: Increase minimum root filesystem size to 1 GB.Bob Gilligan
2009-03-02Change install-system to handle CF betterStephen Hemminger
On small disks use ext2 to avoid the extra writes wearing out flash prematurely. Bug 4149 and 3969
2009-02-24Don't depend on /proc/ideStephen Hemminger
/proc/ide doesn't exist in all configs, and it doesn't work correctly with KVM and other buggy virtualized ide.
2009-02-24Allow installation on virtio diskStephen Hemminger
In virtualized environment virtio block device is vda
2008-12-02Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963Rick Balocca
2008-11-24Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerBob Gilligan
2008-11-24Bugfix 3747: Allow user to break previously existing RAID group.Bob Gilligan
Add logic to install system to allow user to break previously existing RAID group. This completely destroys the RAID group so that nothing remains even if the subsequent install doesn't use all of the disks that make up the RAID group.
2008-11-20Merge branch 'islavista' into jennerRick Balocca
2008-11-19Bugfix 3738: Improve safety in installing onto RAID sets.Bob Gilligan
Issue a warning if installing onto a RAID set that is degraded, but not in active rebuild. Don't let the user install onto a RAID set that is in the process of rebuild because it is unsafe.
2008-11-17Merge branch 'islavista' into jennerRick Balocca
2008-11-17Bugfix 3932Bob Gilligan
Correct root partition size calculation in two-disk RAID-1 case when drives are not both the same size.
2008-11-11Merge branch 'islavista' into jennerRick Balocca
2008-11-11Make sure install-system only run with root privledgesStephen Hemminger
Mounting, creating filesystems, etc all require root privledges so check before allowing command to run.
2008-11-07Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-11-07Handle older format config files in password resetStephen Hemminger
Bugfix 3665 Some config files have colon after tag, others do not. install-system password setting should handle both formats.
2008-11-06fix grammar of previous patchStephen Hemminger
2008-11-06Remove OFR from grub linesStephen Hemminger
OFR is no longer used in reference to Vyatta per marketing guidelines.
2008-11-05Mount root filesystem with noatimeStephen Hemminger
Don't need to update filesystem on each file access. This improves boot time and reduces wear on CF disks
2008-11-05Merge branch 'islavista' into jennerRick Balocca
2008-11-03bug 1587: add error message when user tries native install from non-union mediaRobert Bays
2008-10-30Merge branch 'islavista' into jennerRick Balocca
Conflicts: scripts/standalone_root_pw_reset
2008-10-28Fix standalone password resetStephen Hemminger
Handle case of running in standalone where there is no /dev/tty. Handle both formats in configuration file Bugfix 3844
2008-10-28Merge branch 'islavista' into jennerRick Balocca
Conflicts: scripts/install-system scripts/standalone_root_pw_reset
2008-10-27Leave root account disabledStephen Hemminger
Only configure vyatta administrator account. If user really wants root account, they can change password later.
2008-10-27Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-10-27Fix password changer to deal with update config formatStephen Hemminger
Colons are no longer used in config file format, so the sed command to change password was having no effect. Bugfix 3665
2008-10-27Fix password changer to deal with update config formatStephen Hemminger
Colons are no longer used in config file format, so the sed command to change password was having no effect. Bugfix 3665
2008-10-24Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3731Rick Balocca
2008-10-20Bugfix: 3687: Only start mdadm if we have a RAID group as root filesystem.Bob Gilligan
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