Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-23 | T1431: add an unattended image deletion option. | Daniil Baturin | |
2016-09-26 | Support serial console on any ttyS#. Well, any of the first 10. | Geoff Adams | |
2016-09-20 | Correctly identify ttyS1 as a serial console, as well (issue T146). | Geoff Adams | |
2016-02-08 | Update debian live mountpoint directories. | Kim Hagen | |
2016-02-08 | Update location of LIVE_CD. | Kim Hagen | |
2016-02-08 | Update paths in del_non_image_files function. | Kim Hagen | |
2016-02-08 | Fix "show system image version" command. | Kim Hagen | |
2012-04-12 | bug fix for 5792 - Fix the op-mode system image commands for live-cd | Deepti Kulkarni | |
2012-04-10 | fix to use the correct perl function | Deepti Kulkarni | |
2012-04-04 | Better perl style in boot image | Stephen Hemminger | |
1. Fix perl critic warnings 2. Use perl native mv/cp functions to allow for better error handling 3. Put error messages on standard error, not standard out. | |||
2012-02-27 | fix for bug 7719 - delete system image should accept 'y' or 'n' | Deepti Kulkarni | |
for a yes/no respectively. | |||
2011-11-29 | boot-image: fix perl critic warnings | Stephen Hemminger | |
Bug 6886 Mostly changes to use explicit glob() function. | |||
2011-09-26 | Bugfix 7502: Fix "show system image" on xen images built by virt-munger. | Bob Gilligan | |
2011-10-21 | Bugfix 7502: Make "delete system image" work correctly on Xen | Bob Gilligan | |
Also, improved detection of currently running image in the "rename system image" command. | |||
2011-10-19 | Bugfix 7502: Get "set system image default-boot" to work on Xen. | Bob Gilligan | |
2011-10-19 | Bugfix 7502: Correctly display image names on Xen. | Bob Gilligan | |
2011-07-17 | Bugfix 6800: Allow non-vyatta menu entries in grub.cfg. | Bob Gilligan | |
2010-11-21 | Bugfix 6101: Add logging for system image change and delete. | Bob Gilligan | |
2010-04-30 | Added an op-mode command to rename a system image. | Bob Gilligan | |
Also added an op-mode command to display the Vyatta version strings along with the names of the installed images. This is useful if you rename an image from its default name, which is its version string. | |||
2010-04-26 | Bugfix 5549: Use proper prompt string when deleting image. | Bob Gilligan | |
2010-02-02 | Bugfix 2539: Validate input when user specifies image name. | Bob Gilligan | |
2010-01-25 | Bugfix 5238: Prevent the running image from being deleted | Bob Gilligan | |
In order to prevent the running image from being deleted, we now get the image name of the running system from the kernel boot path given by /proc/cmdline. Since the menu of names of images to delete comes from the grub config file, this is guranteed to exactly match the grub entry that was used to boot. Also fix the help text for "delete system image" command. | |||
2010-01-11 | Add image name completion for two system image commands. | Bob Gilligan | |
The two commands are: "set system image default-boot" and "delete system image". | |||
2010-01-06 | Handle various conditions and cleanup. | Bob Gilligan | |
Added code to handle deletion of the default boot image. This now succeeds so long as the default boot image is not the running image. The running image still can not be deleted. Correctly handle case where image being deleted resides before the default boot image in the grub config file. Previously this would either switch the default boot image to the one after it, or leave the default pointing to a non-existant entry. Added the Vyatta license. Re-organized and added comments to make the code easier to maintain. | |||
2010-01-05 | Allow deletion of disk-based non-image installation. | Bob Gilligan | |
2009-12-23 | Fix deletion of image from disk-based image. | Bob Gilligan | |
2009-12-23 | Allow displaying and switching to disk-based installations. | Bob Gilligan | |
2009-11-09 | add op command for image removal | An-Cheng Huang | |
2009-11-03 | add op commands for installed images | An-Cheng Huang | |