summaryrefslogtreecommitdiff
path: root/extensions/ssh-rsync.write.help
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /extensions/ssh-rsync.write.help
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'extensions/ssh-rsync.write.help')
-rw-r--r--extensions/ssh-rsync.write.help50
1 files changed, 0 insertions, 50 deletions
diff --git a/extensions/ssh-rsync.write.help b/extensions/ssh-rsync.write.help
deleted file mode 100644
index f3f79ed5..00000000
--- a/extensions/ssh-rsync.write.help
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright (C) 2014, 2015 Codethink Limited
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, see <http://www.gnu.org/licenses/>.
-
-help: |
-
- Upgrade a Baserock system which is already deployed:
- - as a KVM/LibVirt, OpenStack or vbox-ssh virtual machine;
- - on a Jetson board.
-
- Copies a binary delta over to the target system and arranges for it
- to be bootable.
-
- The recommended way to use this extension is by calling `morph upgrade`.
- Using `morph deploy --upgrade` is deprecated.
-
- The upgrade will fail if:
- - no VM is deployed and running at `location`;
- - the target system is not a Baserock system;
- - the target's filesystem and its layout are not compatible with that
- created by `morph deploy`."
-
- See also the 'Upgrading a Baserock installation' section of the 'Using
- Baserock` page at wiki.baserock.org
- http://wiki.baserock.org/devel-with/#index8h2
-
- Parameters:
-
- * location: the 'user@hostname' string that will be used by ssh and rsync.
- 'user' will always be `root` and `hostname` the hostname or address of
- the system being upgraded.
-
- * VERSION_LABEL=label - **(MANDATORY)** should contain only alpha-numeric
- characters and the '-' (hyphen) character.
-
- * AUTOSTART=<VALUE>` - boolean. If it is set, the VM will be started when
- it has been deployed.
-
- (See `morph help deploy` for details of how to pass parameters to write
- extensions)