diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 18:13:27 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 18:13:27 -0400 |
| commit | 7bbbfea9c9693508482e88ec0d4a5e8c4ee81e6a (patch) | |
| tree | d8e8ef86ad470d0765d5ad24332e69792db9b2ed /doc/news/version_4.2.0.mdwn | |
| parent | d6014db44dcf47f419ff1a6fdeff750a4da763ee (diff) | |
add news item for propellor 4.2.0
Diffstat (limited to 'doc/news/version_4.2.0.mdwn')
| -rw-r--r-- | doc/news/version_4.2.0.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/news/version_4.2.0.mdwn b/doc/news/version_4.2.0.mdwn new file mode 100644 index 00000000..6ccb23f7 --- /dev/null +++ b/doc/news/version_4.2.0.mdwn @@ -0,0 +1,13 @@ +propellor 4.2.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * DiskImage.grubBooted no longer takes a BIOS parameter, + and no longer implicitly adds Grub.installed to the properties of + the disk image. If you used DiskImage.grubBooted, you'll need to update + your propellor configuration, removing the BIOS parameter from + grubBooted and adding a Grub.installed property to the disk image, eg: + & Grub.installed PC + (API change) + * Grub.installed: Avoid running update-grub when used in a chroot, since + it will get confused. + * DiskImage.Finalization: Simplified this type since it does not need to + be used to install packages anymore. (API change)"""]]
\ No newline at end of file |
