From ce2edcba92731c0a83fe59133b64d67afc59212a Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 20 Feb 2014 18:41:28 +0000 Subject: Add script to modify the bootloader and manage different parallel OS. This is part of the upgrades work. With this tool you can now switch between versions of the OS, remove a version, list all the versions present in the system, get the default version and the running version, and deploy a new system. All of the above is possible with the following subcommands: - list - deploy - get-default - get-running - remove - set-default It also activates a bootloader menu to choose a version to boot. The menu is important to make sure the user can boot the old OS if the new kernel doesn't work. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 17ec2dd..0e12f62 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # vi:set et ai sw=2 sts=2 ts=2: */ # - -# Copyright (c) 2011-2012 Codethink Ltd. +# Copyright (c) 2011-2014 Codethink Ltd. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License Version 2 as @@ -122,6 +122,7 @@ tbdiff-deploy/Makefile tb-switch/Makefile tb-update/Makefile baserock-system-config-sync/Makefile +system-version-manager/Makefile tests/Makefile ]) -- cgit v1.2.1