Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-26 | Bugfix 5229: Save old config info when installing on pre-existing RAID group. | Bob Gilligan | |
2010-01-26 | Bugfix 5220: Use correct path to config directory on installed image. | Bob Gilligan | |
2010-01-26 | Bugfix 5232: Correctly handle case where user doesn't want to save SSH keys | Bob Gilligan | |
2010-01-25 | Bugfix 5240: Prevent re-installation of same version on running systems | Bob Gilligan | |
Previously, it was possible in some cases to "add" a system image that would over-write the running image. This change fixes that by getting the version string of the running system from the kernel command line instead of the Vyatta version file. This string represents the actual directory name that holds the image, so is more reliable. Also previously, an attempt to "add" a system image that had the same version string as another image installed on the system (but was not the running image) would always succeed. This would completely over-write that image. Because of this destructive behavior, it deserves a confirmation question. This change prompts the user to see if they really want to do that before proceeding. | |||
2010-01-19 | Fix typo in install-image | Stephen Hemminger | |
This could fix Bug 5151 There was a typo in script that saved old config | |||
2010-01-18 | Bugfix 5220: Save config information from previous image-based install. | Bob Gilligan | |
If previous disk-based install is found, use config info from it. Otherwise look for image-based installs. If multiple image-based installs are found, let the user select which one to save the config information from. | |||
2010-01-13 | Don't allow installation to proceed if MD5 checksum errors are found. | Bob Gilligan | |
2010-01-08 | Switch from wget to curl since the latter supports more URL methods. | Bob Gilligan | |
2010-01-06 | Validate MD5 checksums on ISO file before proceeding with installation. | Bob Gilligan | |
2009-12-23 | Add support for fetching ISO file based on URL. | Bob Gilligan | |
2009-12-14 | Ignore errors from chmod/chown if ssh keys don't exist | Stephen Hemminger | |
2009-12-14 | Fix install-image to save config/keys | Stephen Hemminger | |
Bug 5151 Part of previous change caused regression in saving config information. Also mounts old config read-only to avoid any problems. | |||
2009-12-03 | Fix some file headers that cause build warnings | Stephen Hemminger | |
Debian build warnings on these files. | |||
2009-12-03 | Preserve ssh host keys in install-image | Stephen Hemminger | |
Similar to previous change to install-system | |||
2009-11-13 | Add start_offset value to log message when partion attempt fails. | Bob Gilligan | |
2009-11-06 | copy the whole config directory during install | An-Cheng Huang | |
2009-11-02 | use top-level pid for progress indicator | An-Cheng Huang | |
2009-10-30 | add unified install-image | An-Cheng Huang | |