update path

This commit is contained in:
2021-11-14 16:53:32 +01:00
parent ee8c36432a
commit 7437783fbf
12 changed files with 18 additions and 18 deletions

View File

@ -10,12 +10,12 @@
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c ld.cfg -o ../flat/flat-ld.cfg
# ksflatten -c ld.cfg -o ../leaves/flat-ld.cfg
# IMPORTANT : Weak dependencies to be destroyed in the resulting ks
# Instructions for livecd-creator (about to be deprecated)
# An ISO file can be created using the following command as *root*:
# livecd-creator -c ../flat/flat-ld.cfg --fslabel=ld
# livecd-creator -c ../leaves/flat-ld.cfg --fslabel=ld
# livecd-creator is part of the livecd-tools package
# Instructions for livemedia-creator
@ -29,7 +29,7 @@
# qemu-kvm -m 2048 -vga qxl phyllome-live-d-x86_64.iso
%include bl.cfg # A base for a minimal live machine
%include bd.cfg # A base for a desktop environment
%include "../blocks/bd.cfg" # A base for a desktop environment
%post --log=/root/ld.log # Beginning of %post section. The following commands are executed inside a chroot environment. Add logging

View File

@ -10,12 +10,12 @@
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c ldh.cfg -o ../flat/flat-ldh.cfg
# ksflatten -c ldh.cfg -o ../leaves/flat-ldh.cfg
# IMPORTANT : Weak dependencies to be destroyed in the resulting ks
# Instructions for livecd-creator (about to be deprecated)
# An ISO file can be created using the following command as *root*:
# livecd-creator -c ../flat/flat-ldh.cfg --fslabel=ldh
# livecd-creator -c ../leaves/flat-ldh.cfg --fslabel=ldh
# livecd-creator is part of the livecd-tools package
# Instructions for livemedia-creator

View File

@ -10,12 +10,12 @@
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c ldha.cfg -o ../flat/flat-ldha.cfg
# ksflatten -c ldha.cfg -o ../leaves/flat-ldha.cfg
# IMPORTANT : Weak dependencies to be destroyed in the resulting ks
# Instructions for livecd-creator (about to be deprecated)
# An ISO file can be created using the following command as *root*:
# livecd-creator -c ../flat/flat-ldha.cfg --fslabel=ldha
# livecd-creator -c ../leaves/flat-ldha.cfg --fslabel=ldha
# livecd-creator is part of the livecd-tools package
# Instructions for livemedia-creator

View File

@ -10,17 +10,17 @@
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c ldhi.cfg -o ../flat/flat-ldhi.cfg
# ksflatten -c ldhi.cfg -o ../leaves/flat-ldhi.cfg
# IMPORTANT : Weak dependencies to be destroyed in the resulting ks
# Instructions for livecd-creator (about to be deprecated)
# An ISO file can be created using the following command as *root*:
# livecd-creator -c ../flat/flat-ldhi.cfg --fslabel=ldhi
# livecd-creator -c ../leaves/flat-ldhi.cfg --fslabel=ldhi
# livecd-creator is part of the livecd-tools package
# Instructions for livemedia-creator
# An ISO file can be created using the following command as *root*:
# livemedia-creator --make-iso --ks flat-ldhi.cfg --no-virt --iso-only --iso-name phyllome-live-ldhi-x86_64.iso --releasever 35
# livemedia-creator --make-iso --ks flat-ldhi.cfg --no-virt --iso-only --iso-name phyllome-live-dhi-x86_64.iso --releasever 35
# The resulting ISO can be tested with qemu-kvm, using the following these two commands, as *root*:
# UEFI test: