caution
This commit is contained in:
parent
9ca332e481
commit
089b7131a6
|
@ -14,7 +14,8 @@ propellor (1.1.0) UNRELEASED; urgency=medium
|
||||||
portable precompiled tarball of propellor.
|
portable precompiled tarball of propellor.
|
||||||
* Propellor.Property.OS contains properties that can be used to do a clean
|
* 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,
|
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 group-related properties. Thanks, Félix Sipma.
|
||||||
* Added Git.barerepo. Thanks, Félix Sipma.
|
* Added Git.barerepo. Thanks, Félix Sipma.
|
||||||
* Added Grub.installed and Grub.boots properties.
|
* Added Grub.installed and Grub.boots properties.
|
||||||
|
|
|
@ -23,6 +23,8 @@ import Control.Exception (throw)
|
||||||
-- | Replaces whatever OS was installed before with a clean installation
|
-- | Replaces whatever OS was installed before with a clean installation
|
||||||
-- of the OS that the Host is configured to have.
|
-- 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.
|
-- This can replace one Linux distribution with different one.
|
||||||
-- But, it can also fail and leave the system in an unbootable state.
|
-- But, it can also fail and leave the system in an unbootable state.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue