summaryrefslogtreecommitdiff
path: root/scripts/vyatta-boot-image.pl
AgeCommit message (Collapse)Author
2019-10-23T1431: add an unattended image deletion option.Daniil Baturin
2016-09-26Support serial console on any ttyS#. Well, any of the first 10.Geoff Adams
2016-09-20Correctly identify ttyS1 as a serial console, as well (issue T146).Geoff Adams
2016-02-08Update debian live mountpoint directories.Kim Hagen
2016-02-08Update location of LIVE_CD.Kim Hagen
2016-02-08Update paths in del_non_image_files function.Kim Hagen
2016-02-08Fix "show system image version" command.Kim Hagen
2012-04-12bug fix for 5792 - Fix the op-mode system image commands for live-cdDeepti Kulkarni
2012-04-10fix to use the correct perl functionDeepti Kulkarni
2012-04-04Better perl style in boot imageStephen 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-27fix for bug 7719 - delete system image should accept 'y' or 'n'Deepti Kulkarni
for a yes/no respectively.
2011-11-29boot-image: fix perl critic warningsStephen Hemminger
Bug 6886 Mostly changes to use explicit glob() function.
2011-09-26Bugfix 7502: Fix "show system image" on xen images built by virt-munger.Bob Gilligan
2011-10-21Bugfix 7502: Make "delete system image" work correctly on XenBob Gilligan
Also, improved detection of currently running image in the "rename system image" command.
2011-10-19Bugfix 7502: Get "set system image default-boot" to work on Xen.Bob Gilligan
2011-10-19Bugfix 7502: Correctly display image names on Xen.Bob Gilligan
2011-07-17Bugfix 6800: Allow non-vyatta menu entries in grub.cfg.Bob Gilligan
2010-11-21Bugfix 6101: Add logging for system image change and delete.Bob Gilligan
2010-04-30Added 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-26Bugfix 5549: Use proper prompt string when deleting image.Bob Gilligan
2010-02-02Bugfix 2539: Validate input when user specifies image name.Bob Gilligan
2010-01-25Bugfix 5238: Prevent the running image from being deletedBob 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-11Add 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-06Handle 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-05Allow deletion of disk-based non-image installation.Bob Gilligan
2009-12-23Fix deletion of image from disk-based image.Bob Gilligan
2009-12-23Allow displaying and switching to disk-based installations.Bob Gilligan
2009-11-09add op command for image removalAn-Cheng Huang
2009-11-03add op commands for installed imagesAn-Cheng Huang