summaryrefslogtreecommitdiff
path: root/scripts/vyatta-image-tools.pl
AgeCommit message (Collapse)Author
2016-02-08Update debian live mountpoint directories.Kim Hagen
2014-10-09vyatta-op: fix for the config file copy via scp failureAlex Harpin
Copying the config file (or any other for that matter via the CLI copy command) to another host via scp fails due to the failure to create the known_hosts file. Bug #340 http://bugzilla.vyos.net/show_bug.cgi?id=340
2014-10-09vyatta-op: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-image-tools.pl to have consistent identation levels and style throughout.
2012-03-01Allow users to import ssh keys when using image commandsJohn Southworth
2011-07-05Clean up clone warning messageJohn Southworth
2011-07-05Bugfix 7277: Make clone system config consistent with the other image toolsJohn Southworth
2011-06-28Use proper directory for disk-installs. Do completion of directory names ↵John Southworth
only in clone system config since disk installs will have other files in /live/image/boot
2011-06-28Fix typo in error message in last commitJohn Southworth
2011-06-28Add a disk-install uri for old disk based installs in image toolsJohn Southworth
2011-06-09Fix clone so that it fails if a user attempts to clone to running://John Southworth
2011-05-27Bugfix: 7091 make clone restore old config directory if it failsJohn Southworth
2011-05-20only attempt to move the old /config dir if it exists when cloning a ↵John Southworth
configuration
2011-05-12Exclude white-out files from copy. Backup current config dir before cloneJohn Southworth
2011-05-03Fail on invalid image nameJohn Southworth
2011-05-03Support non-interactive mode for webgui2John Southworth
2011-05-03Add http as a url mode users can copy fromJohn Southworth
2011-05-03Add back default case for copy, removed too many lines on last commitJohn Southworth
2011-05-03Change behavior of image tools as per discussion in design meetingJohn Southworth
* Copy and delete are simplier * 'update config' has been moved to 'clone system config'
2011-04-28verify the users intention when deleting directories since we don't have a globJohn Southworth
2011-04-25Add options when copying a directory to another directoryJohn Southworth
2011-04-25Support saving to and from URLs in image toolsJohn Southworth
2011-04-25Check the validity of the filename passed to the image-tools scriptJohn Southworth
2011-04-24Add the ability to read a packet capture file in a useable formatJohn Southworth
2011-04-23Initial addition of image op mode toolsJohn Southworth