#18 Fix command to build the iso with lorax
Opened 2 years ago by defolos. Modified 2 years ago
i3-sig/ defolos/docs master  into  main

@@ -37,7 +37,7 @@ 

  `sudo ksflatten -c fedora-live-i3.ks -o flatten-i3.ks`

  

  Build ISO using Lorax::

- `sudo livemedia-creator --make-iso --ks flat-i3.ks --no-virt --iso-only --iso-name fedora-i3-live-x86_64.iso --releasever 34`

+ `sudo livemedia-creator --make-iso --ks flatten-i3.ks --no-virt --iso-only --iso-name fedora-i3-live-x86_64.iso --releasever 34`

  

  Create a QEMU virtual machine with the new ISO::

  `qemu-kvm -m 2048 -vga qxl -cdrom fedora-i3-live-x86_64.iso`

The livemedia-creator invocation uses the flattened kickstart called flat-i3.ks but in the line above we create the file flatten-i3.ks, so just copy & pasting fails here.

Metadata