Line 18: |
Line 18: |
| single-word command. It would probably serve the targeted-project, | | single-word command. It would probably serve the targeted-project, |
| special-focus case. | | special-focus case. |
− | ==livemedia-creator== | + | =='''livemedia-creator'''== |
− | *[[Fedora_24#livemedia-creator|livemedia-creator in f24]]
| |
| *Newer method in f24 | | *Newer method in f24 |
| :https://jbwillia.wordpress.com/2014/10/29/how-to-build-updated-fedora-live-iso-for-yourself/ | | :https://jbwillia.wordpress.com/2014/10/29/how-to-build-updated-fedora-live-iso-for-yourself/ |
Line 34: |
Line 33: |
| *Link: | | *Link: |
| :https://pagure.io/fedora-kickstarts/tree/f24 | | :https://pagure.io/fedora-kickstarts/tree/f24 |
| + | |
| + | ::<dgilmore> satellit: I suggest that you tell people to git clone the repo and not get each piece manually |
| | | |
| :Kickstarts need to flattened before use: | | :Kickstarts need to flattened before use: |
Line 59: |
Line 60: |
| :'''-''' delete a program ( put - in front) | | :'''-''' delete a program ( put - in front) |
| :put '''#''' in front of listed program to not install it | | :put '''#''' in front of listed program to not install it |
| + | *See this page for more details on remixes |
| + | https://wiki.sugarlabs.org/go/Build_Your_Own_Remix_with_Fedora: |
| + | |
| + | |
| + | :Build takes a long time wait for completion |
| + | :ends with: |
| + | ..........clip........ |
| + | ..........clip........ |
| + | 2016-05-17 16:16:16,110: Disk Image install successful |
| + | 2016-05-17 16:16:16,110: working dir is /var/tmp/lmc-work-rilyz2bm |
| + | 2016-05-17 16:27:38,448: Rebuilding initrds |
| + | 2016-05-17 16:27:38,448: dracut args = ['--xz', '--add', 'livenet dmsquash-live convertfs pollcdrom qemu qemu-net', '--omit', 'plymouth', '--no-hostonly', '--debug', '--no-early-microcode'] |
| + | 2016-05-17 16:27:38,449: rebuilding boot/initramfs-4.5.3-300.fc24.x86_64.img |
| + | 2016-05-17 16:29:15,724: Building boot.iso |
| + | 2016-05-17 16:29:15,784: running x86.tmpl |
| + | 2016-05-17 16:29:48,959: Disk image erased |
| + | 2016-05-17 16:29:49,377: SUMMARY |
| + | 2016-05-17 16:29:49,377: ------- |
| + | 2016-05-17 16:29:49,377: Logs are in /tmp/lmc-logs |
| + | 2016-05-17 16:29:49,377: Results are in /tmp/lmc |
| + | |
| + | ===Retrieve finished live.iso=== |
| + | "Results are in /tmp/lmc" |
| + | *start files application |
| + | *click on '''Files system''' |
| + | :open temp folder |
| + | :open lmc folder |
| + | *click on the '''.....iso''' you just built |
| + | '''copy to''' (mouse right click) '''Home''' with files application |
| + | *Check that it is in Home |
| + | ===Clean Up=== |
| + | :delete the instance in /tmp |
| + | :delete the /tmp directory (cannot run new build unless this is done?) |
| + | |
| + | [root@localhost lmc]# |
| + | [root@localhost lmc]# cd .. |
| + | [root@localhost tmp]# rm -r lmc |
| + | rm: descend into directory 'lmc'? y |
| + | rm: remove regular file 'lmc/Fedora-LUCwks-20160524.iso'? y |
| + | rm: remove directory 'lmc'? y |
| + | [root@localhost tmp]# |
| | | |
− | ===koji kickstarts used===
| |
− | #click on link
| |
− | #Browser File/Save as in your Downloads directory
| |
| | | |
− | === Fedora Remix Info ===
| + | == Fedora Remix Info == |
| :https://fedoraproject.org/wiki/Remix | | :https://fedoraproject.org/wiki/Remix |
| *Important Info and links | | *Important Info and links |
Line 77: |
Line 116: |
| :https://fedoraproject.org/wiki/How_to_create_a_Fedora_install_ISO_for_testing?rd=How_to_build_a_Rawhide_ISO_image_for_testing#Build_a_boot.iso | | :https://fedoraproject.org/wiki/How_to_create_a_Fedora_install_ISO_for_testing?rd=How_to_build_a_Rawhide_ISO_image_for_testing#Build_a_boot.iso |
| | | |
− | === Introduction ===
| + | == Introduction == |
| *Complete Reference on Fedora [https://fedoraproject.org/wiki/Anaconda/Kickstart Anaconda Kickstart] | | *Complete Reference on Fedora [https://fedoraproject.org/wiki/Anaconda/Kickstart Anaconda Kickstart] |
| | | |