summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-12-07 15:13:28 -0400
committerJoey Hess2014-12-07 15:13:28 -0400
commit089b7131a6a91439f2999bc52cd87160e6287e35 (patch)
tree47ad996bd8f51b22fab2d4c66937110e228540bc
parent9ca332e48169ac19dad050a7f99e0db523d8d9c4 (diff)
caution
-rw-r--r--debian/changelog3
-rw-r--r--src/Propellor/Property/OS.hs2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9d1fc0ec..f8b89b16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,8 @@ propellor (1.1.0) UNRELEASED; urgency=medium
portable precompiled tarball of propellor.
* Propellor.Property.OS contains properties that can be used to do a clean
reinstall of the OS of an existing host. This can be used, for example,
- to do an in-place conversion from Fedora to Debian. Use with caution!
+ to do an in-place conversion from Fedora to Debian.
+ This is experimental; use with caution!
* Added group-related properties. Thanks, Félix Sipma.
* Added Git.barerepo. Thanks, Félix Sipma.
* Added Grub.installed and Grub.boots properties.
diff --git a/src/Propellor/Property/OS.hs b/src/Propellor/Property/OS.hs
index 6d55072f..efd7a509 100644
--- a/src/Propellor/Property/OS.hs
+++ b/src/Propellor/Property/OS.hs
@@ -22,6 +22,8 @@ import Control.Exception (throw)
-- | Replaces whatever OS was installed before with a clean installation
-- of the OS that the Host is configured to have.
+--
+-- This is experimental; use with caution!
--
-- This can replace one Linux distribution with different one.
-- But, it can also fail and leave the system in an unbootable state.