From 371856b6e4447a9136fe1ab6f80b2bdcacf77315 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 8 Feb 2016 14:24:24 +0100 Subject: [PATCH] docs-md: Delete (obsoleted by docs/) This was just a prototype start at markdown docs that I never picked back up. Now that we have the Markdown/mkdocs done, delete this. --- docs-md/atomic-upgrades.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 docs-md/atomic-upgrades.md diff --git a/docs-md/atomic-upgrades.md b/docs-md/atomic-upgrades.md deleted file mode 100644 index 76cd0250..00000000 --- a/docs-md/atomic-upgrades.md +++ /dev/null @@ -1,12 +0,0 @@ -Atomic upgrades and rollback ----------------------------- - -Traditional package managers operate "live" on the running system. -This means it's possible for interrupted updates to result in a -half-updated system. This model also makes it significantly harder to -support rollbacks when updates fail. - -In contrast, OSTree always creates a *new* root whenever it's -performing an update. This new root shares storage via hardlinks with -the current system. Upon success, the bootloader configuration will -be updated.