Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | Bugfix 6687: Need to explicitly specify the RAID metadata version number. | Bob Gilligan | |
2010-12-01 | Speed up install-system progress bar | Stephen Hemminger | |
The progress bar for copy files is nice but slows down the install because it updates too often | |||
2010-10-14 | Fix regexp used for disabling up serial with Xen | Stephen Hemminger | |
2010-09-08 | Fix quoting of shell -z | Stephen Hemminger | |
The -z test in shell needs to be quoted to avoid issues with shell expansion. | |||
2010-09-08 | Fix quoting issues with conversion to lower case | Stephen Hemminger | |
Add common shell function to convert to lower case. Part of Bug 6132 | |||
2010-07-08 | Fix install-system if not saving old image config | Stephen Hemminger | |
If old image config is not being saved, the filesystem (/mnt/tmp) which caused next step (mkfs) to fail. | |||
2010-05-12 | Show progress bar when copying filesystem | Stephen Hemminger | |
Better to show real progress than simple spinning wheel. | |||
2010-05-07 | Preserve file capablities and attributes during install-system | Stephen Hemminger | |
2010-03-12 | Run partition editor with script flag to avoid prompting user | Stephen Hemminger | |
Bug 5443 When running on HyperV, install-system appeared to hang because although hda existed, it had no information so parted was prompting for retry. Use the -s flag (never prompt) at all the places in install-system/install-image where we don't want to have user interaction. | |||
2010-03-08 | Bugfix 5416: determine system version from version of vyatta-version package | Bob Gilligan | |
2010-02-11 | Bugfix 5117: Preserve config files from previous image installation. | Bob Gilligan | |
The install-image program knows how to preserve the config files from a previous image or disk-based installation. The install-system program already knew how to preserve config files from a previous disk-based installation. This change teaches it how to preserve config files from a previous image installation. | |||
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-12-02 | Use ext3 all the time | Stephen Hemminger | |
It avoids issues with corrupt filesystems on VM. | |||
2009-12-01 | Save SSH keys on re-install | Stephen Hemminger | |
Bug 5045 This adds option to save original SSH host keys when doing a re-install. Also mount original partition read-only to avoid updating it. | |||
2009-11-13 | Add start_offset value to log message when partion attempt fails. | Bob Gilligan | |
2009-09-14 | allow install on old compaq smart-array | Robert Bays | |
2009-09-11 | Invert test for livecd | Stephen Hemminger | |
Need to check for livecd only if *not* doing union install. Repair of previous bugfix. | |||
2009-09-10 | Move check for livecd install to before filesystem intialization | Stephen Hemminger | |
Check for install-system failure (because of attempt to install from active system), to occur before filesystem is destroyed. Bug 1587 | |||
2009-06-25 | Update hooks to setup config files for installing to a Xen VM. | Bob Gilligan | |
2009-06-24 | Add optional hooks to setup config files for installing to a Xen VM. | Bob Gilligan | |
2009-06-17 | Bugfix 4490: Wait for stability after marking partition bootable. | Bob Gilligan | |
2009-06-17 | Bugfix 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-14 | post-install changes | An-Cheng Huang | |
* set up start-up config and /var/run. * pass writable root to postinst hook for union-specific tasks. | |||
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-03-26 | Bugfix 4139: Increase minimum root filesystem size to 1 GB. | Bob Gilligan | |
2009-03-02 | Change install-system to handle CF better | Stephen Hemminger | |
On small disks use ext2 to avoid the extra writes wearing out flash prematurely. Bug 4149 and 3969 | |||
2009-02-24 | Don't depend on /proc/ide | Stephen Hemminger | |
/proc/ide doesn't exist in all configs, and it doesn't work correctly with KVM and other buggy virtualized ide. | |||
2009-02-24 | Allow installation on virtio disk | Stephen Hemminger | |
In virtualized environment virtio block device is vda | |||
2008-12-02 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963 | Rick Balocca | |
2008-11-24 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Bob Gilligan | |
2008-11-24 | Bugfix 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-20 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-19 | Bugfix 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-17 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-17 | Bugfix 3932 | Bob Gilligan | |
Correct root partition size calculation in two-disk RAID-1 case when drives are not both the same size. | |||
2008-11-11 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-11 | Make sure install-system only run with root privledges | Stephen Hemminger | |
Mounting, creating filesystems, etc all require root privledges so check before allowing command to run. | |||
2008-11-07 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-11-07 | Handle older format config files in password reset | Stephen Hemminger | |
Bugfix 3665 Some config files have colon after tag, others do not. install-system password setting should handle both formats. | |||
2008-11-06 | fix grammar of previous patch | Stephen Hemminger | |
2008-11-06 | Remove OFR from grub lines | Stephen Hemminger | |
OFR is no longer used in reference to Vyatta per marketing guidelines. | |||
2008-11-05 | Mount root filesystem with noatime | Stephen Hemminger | |
Don't need to update filesystem on each file access. This improves boot time and reduces wear on CF disks | |||
2008-11-05 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-03 | bug 1587: add error message when user tries native install from non-union media | Robert Bays | |
2008-10-30 | Merge branch 'islavista' into jenner | Rick Balocca | |
Conflicts: scripts/standalone_root_pw_reset | |||
2008-10-28 | Fix standalone password reset | Stephen Hemminger | |
Handle case of running in standalone where there is no /dev/tty. Handle both formats in configuration file Bugfix 3844 | |||
2008-10-28 | Merge branch 'islavista' into jenner | Rick Balocca | |
Conflicts: scripts/install-system scripts/standalone_root_pw_reset | |||
2008-10-27 | Leave root account disabled | Stephen Hemminger | |
Only configure vyatta administrator account. If user really wants root account, they can change password later. |