[postcfg] add workaround for BTRFS bug
This commit is contained in:
parent
10be237e10
commit
d92118e13f
@ -112,6 +112,11 @@ class ConfigController:
|
|||||||
# around we can't reliably unmount
|
# around we can't reliably unmount
|
||||||
# the target partition.
|
# the target partition.
|
||||||
self.terminate('gpg-agent')
|
self.terminate('gpg-agent')
|
||||||
|
|
||||||
|
# Workaround for BTRFS amd-ucode.img bug
|
||||||
|
# https://gitlab.manjaro.org/release-plan/calamares/-/issues/2
|
||||||
|
# We have to copy the amd-ucode.img from the live-session over to target
|
||||||
|
self.copy_file('boot/amd-ucode.img')
|
||||||
|
|
||||||
# Enable 'menu_auto_hide' when supported in grubenv
|
# Enable 'menu_auto_hide' when supported in grubenv
|
||||||
if exists(join(self.root, "usr/bin/grub-set-bootflag")):
|
if exists(join(self.root, "usr/bin/grub-set-bootflag")):
|
||||||
|
Loading…
Reference in New Issue
Block a user