Age | Commit message (Collapse) | Author |
|
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.
|
|
This could fix Bug 5151
There was a typo in script that saved old config
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Bug 5151
Part of previous change caused regression in saving config information.
Also mounts old config read-only to avoid any problems.
|
|
Debian build warnings on these files.
|
|
Similar to previous change to install-system
|
|
|
|
|
|
|
|
|