On Fri, Dec 11, 2020 at 11:54 AM Vitaly Zaitsev via devel <devel@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > > On 11.12.2020 19:48, Matthew Miller wrote: > > It has been approximately a decade since I made such an image. Does anyone > > have a recipe for creating one with persistent storage (and possibly a > > separate home filesystem, or however that should be set up on btrfs?) > > sudo livecd-iso-to-disk --efi --format --overlay-size-mb 2048 > --home-size-mb 2048 --label Fedora > /path/to/Fedora-Workstation-Live-x86_64-32-1.6.iso /dev/sdX It also needs --reset-mbr to include BIOS and UEFI support, with the same image. Gotcha 1: The overlay is device-mapper based. The --help describes what happens when it gets full. Short version, there's a kaboom. The plain squashfs + overlayfs method isn't available yet, that feature is still pending; nor a Btrfs option. Gotcha 2: Some software updates won't work, kernel is one of those. -- Chris Murphy _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx