connect-mahdi
connect-mahdi
Hi @bcl I am quite new to Fedora and have close to none programming skill, so this comment might not be at the right place. But it is the closest...
Thank you @FGrose very muchf or your answer ! I've been using your tools for 2-3 years now and did stumble on difficulties to unleash their full potential for my...
Thank you ! I will try your proposals, but before I'll have to figure how to update packages in Silverblue for which `dnf` command does not exist....
I needed to upgrade to Fedora Silverblue 35 to be able to use [livecd-tools-30.0-1.fc35](https://koji.fedoraproject.org/koji/search?terms=livecd-tools-30.0-1.fc35&type=build&match=glob) Here is the command and it's output: ``` $ sudo ~/editliveos --name Fedora-Workstation-Live-x86_64-35FR-1.6 --tmpdir /var/tmp/ --output...
I have tested the new .iso image that I have created : Good news: The locale is in French and the timezone is correct (CEST) This is progress ! Thanks...
Very helpful, thanks I'll have a deeper look at > livecd-creator and kickstarts. Regarding the keymap issue: Is there a workaround/update so that your edit for keyboard support: > ```...
Thank you. I'll try to figure it out and to share my findings or my shortcoming. Best case scenario I might propose a commit essentially based on your [code update](https://github.com/livecd-tools/livecd-tools/issues/231#issuecomment-1120461367).
Hi ! So livecd-tools in an upcoming release/tag would produce .iso images that could be able to boot in all modes (ISO, UEFI, PXE, etc...) all using GRUB2 ?
Using various livecd-tools with .iso images (for example Fedora-Workstation-36-x86_64) will create a System EFI partition containing: ``` ├── EFI │ └── BOOT │ ├── BOOT.conf │ ├── BOOTIA32.EFI │ ├──...
Thanks @LaszloGombos > The `/updates` directory needs to be in the root of the initramfs. And for the [documentation](https://github.com/dracutdevs/dracut/commit/f116ca115c9684ce8586edf692ffd88a436682df) you are referring to: > add apply-live-updates.sh to pre-pivot hook >...