diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2023-04-28 13:48:30 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2023-04-28 15:13:26 +0100 |
commit | 606270ea109a546dd54f2b1ac91ce93b06e00d5b (patch) | |
tree | afe06b858d286db7f8cf724e009c53fe85a62186 /rescue/NEWS | |
parent | a84e4d93eccebc379819561d3f7eb6fd59a5ecde (diff) | |
download | drakx-606270ea109a546dd54f2b1ac91ce93b06e00d5b.tar drakx-606270ea109a546dd54f2b1ac91ce93b06e00d5b.tar.gz drakx-606270ea109a546dd54f2b1ac91ce93b06e00d5b.tar.bz2 drakx-606270ea109a546dd54f2b1ac91ce93b06e00d5b.tar.xz drakx-606270ea109a546dd54f2b1ac91ce93b06e00d5b.zip |
rescue: mount efivars in chroot on UEFI systems (mga#31844)
Note that install_bootloader calls guess_mounts which mounts both the
real and pseudo-filesystems, so there is no need to mount the pseudo-
filesystems again.
Diffstat (limited to 'rescue/NEWS')
-rw-r--r-- | rescue/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/NEWS b/rescue/NEWS index b38eea741..dacc1f2a2 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- mount efivars in chroot on UEFI systems (mga#31844) + Version 1.66 - 11 November 2020 by Thierry Vignaud - include overload.pm for File::Temp |