forked from roots/phyllomeos
		
	update path
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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:  | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|  | ||||
| # 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 d.cfg -o ../flat/flat-d.cfg | ||||
| # ksflatten -c d.cfg -o ../leaves/flat-d.cfg | ||||
|  | ||||
| %include b.cfg # A base system | ||||
| %include bd.cfg # A desktop environment | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|  | ||||
| # 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 dh.cfg -o ../flat/flat-dh.cfg | ||||
| # ksflatten -c dh.cfg -o ../leaves/flat-dh.cfg | ||||
|  | ||||
| %include b.cfg # A minimal machine | ||||
| %include bd.cfg # A desktop environment | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|  | ||||
| # 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 dha.cfg -o ../flat/flat-dha.cfg | ||||
| # ksflatten -c dha.cfg -o ../leaves/flat-dha.cfg | ||||
|  | ||||
| %include b.cfg # A minimal machine | ||||
| %include bd.cfg # A desktop environment | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|  | ||||
| # 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 dhi.cfg -o ../flat/flat-dhi.cfg | ||||
| # ksflatten -c dhi.cfg -o ../leaves/flat-dhi.cfg | ||||
|  | ||||
| %include b.cfg # A minimal machine | ||||
| %include bd.cfg # A desktop environment | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|  | ||||
| # 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 s.cfg -o ../flat/flat-s.cfg | ||||
| # ksflatten -c s.cfg -o ../leaves/flat-s.cfg | ||||
|  | ||||
| %include b.cfg # A base system | ||||
|  | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|  | ||||
| # 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 sh.cfg -o ../flat/flat-sh.cfg | ||||
| # ksflatten -c sh.cfg -o ../leaves/flat-sh.cfg | ||||
|  | ||||
| %include b.cfg # A base system | ||||
| %include bh.cfg # A base hypervisor | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|  | ||||
| # 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 sha.cfg -o ../flat/flat-sha.cfg | ||||
| # ksflatten -c sha.cfg -o ../leaves/flat-sha.cfg | ||||
|  | ||||
| %include b.cfg # Include a base system | ||||
| %include bh.cfg # A base hypervisor | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|  | ||||
| # 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 shi.cfg -o ../flat/flat-shi.cfg | ||||
| # ksflatten -c shi.cfg -o ../leaves/flat-shi.cfg | ||||
|  | ||||
| %include b.cfg # Include a base system | ||||
| %include bh.cfg # A base hypervisor | ||||
|   | ||||
		Reference in New Issue
	
	Block a user