diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-16 16:48:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-16 16:48:06 +0000 |
commit | 7d79e26663b72c39887dbb3ab12bcf84ba283842 (patch) | |
tree | 3150653522ef25d480a491e8bca38b6fc75313e4 /perl-install/NEWS | |
parent | 17641541c50681eee3614343f6dd3121a2a5400b (diff) | |
download | drakx-backup-do-not-use-7d79e26663b72c39887dbb3ab12bcf84ba283842.tar drakx-backup-do-not-use-7d79e26663b72c39887dbb3ab12bcf84ba283842.tar.gz drakx-backup-do-not-use-7d79e26663b72c39887dbb3ab12bcf84ba283842.tar.bz2 drakx-backup-do-not-use-7d79e26663b72c39887dbb3ab12bcf84ba283842.tar.xz drakx-backup-do-not-use-7d79e26663b72c39887dbb3ab12bcf84ba283842.zip |
- bootloader-config:
o fix reading existing grub conf in present of /dev/mapper/xxxx0p1
partitions (which was causing bootloader-config to drop correct entries,
cf #37722)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index c85825528..83b8358d3 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -3,6 +3,9 @@ Version 11.44 - 16 September 2008 - bootloader-config: o --action migrate-to-uuids: add UUID to swap v.2 in case the swap was created long ago when mkswap didn't do it by default + o fix reading existing grub conf in present of /dev/mapper/xxxx0p1 + partitions (which was causing bootloader-config to drop correct entries, + cf #37722) Version 11.43 - 16 September 2008 |