summaryrefslogtreecommitdiff
path: root/scripts/install
AgeCommit message (Expand)Author
2011-01-17Bugfix 6687: Need to explicitly specify the RAID metadata version number.Bob Gilligan
2010-12-22Add more error recovery and disk space checking.Bob Gilligan
2010-11-21Bugfix 6457: Don't ask the question if you're not going to like the answer.Bob Gilligan
2010-11-21Bugfix 6101: Make a syslog record when a new image is added.Bob Gilligan
2010-09-08Fix quoting of shell -zStephen Hemminger
2010-09-08Fix quoting issues with conversion to lower caseStephen Hemminger
2010-08-02Bugfix 5964: Eliminate unnecessary version check.Bob Gilligan
2010-07-28Bugfix 5711: Don't allow special characters in image names.Bob Gilligan
2010-07-27Bugfix 5929: Preserve SSH host keys during image installation.Bob Gilligan
2010-05-07Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-07Preserve file attributes of root filesStephen Hemminger
2010-05-03Add code to check digital signature of image files.Bob Gilligan
2010-04-30Allow user to name system images when installing them.Bob Gilligan
2010-03-30Improve wording of config info save dialog.Bob Gilligan
2010-03-18Bugfix 5449: Maintain "console affinity" when adding a new image.Bob Gilligan
2010-03-12Run partition editor with script flag to avoid prompting userStephen Hemminger
2010-03-09Bugfix 5424: Allow image with same version to be added to disk-based installBob Gilligan
2010-03-08Use more reliable method for determining system version.Bob Gilligan
2010-03-08Bugfix 5360: Get name of image from correct source.Bob Gilligan
2010-03-08Bugfix 5414: Use correct install root reference when copying back SSH keys.Bob Gilligan
2010-03-05Bugfix 5413: Determine system version from vyatta-version package.Bob Gilligan
2010-02-25Bugfix 5217: Don't use the "-#" option to curl. It runs slow on serial ports.Bob Gilligan
2010-02-16Bugfix 5327: Don't try to save config from images with none.Bob Gilligan
2010-02-08Bugfix 5225: Include the OS version number in the grub menu entry.Bob Gilligan
2010-01-26Bugfix 5229: Save old config info when installing on pre-existing RAID group.Bob Gilligan
2010-01-26Bugfix 5220: Use correct path to config directory on installed image.Bob Gilligan
2010-01-26Bugfix 5232: Correctly handle case where user doesn't want to save SSH keysBob Gilligan
2010-01-25Bugfix 5240: Prevent re-installation of same version on running systemsBob Gilligan
2010-01-19Fix typo in install-imageStephen Hemminger
2010-01-18Bugfix 5220: Save config information from previous image-based install.Bob Gilligan
2010-01-13Don't allow installation to proceed if MD5 checksum errors are found.Bob Gilligan
2010-01-08Switch from wget to curl since the latter supports more URL methods.Bob Gilligan
2010-01-06Validate MD5 checksums on ISO file before proceeding with installation.Bob Gilligan
2009-12-23Add support for fetching ISO file based on URL.Bob Gilligan
2009-12-14Ignore errors from chmod/chown if ssh keys don't existStephen Hemminger
2009-12-14Fix install-image to save config/keysStephen Hemminger
2009-12-03Fix some file headers that cause build warningsStephen Hemminger
2009-12-03Preserve ssh host keys in install-imageStephen Hemminger
2009-11-13Add start_offset value to log message when partion attempt fails.Bob Gilligan
2009-11-06copy the whole config directory during installAn-Cheng Huang
2009-11-02use top-level pid for progress indicatorAn-Cheng Huang
2009-10-30add unified install-imageAn-Cheng Huang