diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-07 15:24:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-07 15:24:21 -0400 |
| commit | abee353d9deba1f786abe2580c39071cfd33c71b (patch) | |
| tree | eed5ac18c1a8b0eb576e7c15bc91be1ae145dc78 /src/Propellor/Property/OS.hs | |
| parent | d1cfcc416c84f317fa7d7871c4974a09bc5fc70e (diff) | |
| parent | f9958e16115c4e9220d6bafa07ae17a151ae1f04 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/OS.hs')
| -rw-r--r-- | src/Propellor/Property/OS.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
