[rhinstaller/anaconda/pulls/41 f22-branch] Revert "allow /boot on btrfs subvol or filesystem" (#1200539)

bcl installerbot-noreply at redhat.com
Thu Mar 19 15:25:43 UTC 2015


> @@ -107,6 +108,12 @@ def doConfiguration(storage, payload, ksdata, instClass):
>      with progress_report(_("Generating initramfs")):
>          payload.recreateInitrds()
>  
> +    # Work around rhbz#1200539, grubby doesn't handle grub2 missing initrd with /boot on btrfs
> +    # So rerun writing the bootloader if this is live and /boot is on btrfs
> +    if flags.flags.livecdInstall and (not ksdata.bootloader.disabled and ksdata.bootloader != "none") \
> +       and isinstance(storage.mountpoints.get("/boot", storage.mountpoints.get("/")), BTRFSDevice):

will do.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/41#discussion_r26764442


More information about the anaconda-patches mailing list