Line 219: |
Line 219: |
| ==Assigning a USB in Virtual Manger== | | ==Assigning a USB in Virtual Manger== |
| *http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest | | *http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest |
− | ==livemedia-creator==
| |
− | *Newer method in f22-23
| |
− | :https://jbwillia.wordpress.com/2014/10/29/how-to-build-updated-fedora-live-iso-for-yourself/
| |
− | *Older post
| |
− | :https://www.brianlane.com/creating-live-isos-with-livemedia-creator.html
| |
− | *Examples in f24 root terminal:
| |
− | :05/17/2016
| |
− | *Must be done first:
| |
− | :'''You must be in the same fedora version (f24) first.'''
| |
− | setenforce 0
| |
− |
| |
− | livemedia-creator --ks /home/satellit/koji-image-f24-build-13983677.ks --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --resultdir /tmp/lmc --project Fedora-SoaS-Live --make-iso --volid Fedora-SoaS-Live-24-20160509.n.0 --iso-only --iso-name Fedora-SoaS-Live-x86_64-24-20160509-remix.iso --releasever 24 --title Fedora-SoaS-Live --macboot
| |
− |
| |
− | https://kojipkgs.fedoraproject.org//work/tasks/3677/13983677/koji-image-f24-build-13983677.ks
| |
− | *latest soas:
| |
− | https://kojipkgs.fedoraproject.org//work/tasks/7415/14147415/koji-image-f24-build-14147415.ks
| |
− | https://fedoraproject.org/wiki/Test_Results:Fedora_24_Branched_20160518.n.0_Installation#How_to_test
| |
− |
| |
− | livemedia-creator --ks /home/satellit/Desktop/koji-image-f24-build-13983744-mate.ks --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --project Fedora-mate-Live --make-iso --volid Fedora-mate-Live-24-13983744.n.0 --iso-only --iso-name f24-build-13983744-mate-remix.iso --releasever 24 --title Fedora-mate-Live --macboot
| |
− |
| |
− | https://kojipkgs.fedoraproject.org//work/tasks/3744/13983744/koji-image-f24-build-13983744.ks
| |
− |
| |
− | *Note used the koji-image listed from a successful build of f24 live
| |
− | :Build takes a long time:
| |
− | :ends with:
| |
− | ..........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"
| |
− | :logout (user)/login as root
| |
− | :cd to /tmp
| |
− | :copy the live.iso to /Home/(user)/Downloads/
| |
− | :delete the instance in /tmp
| |
− | :delete the /tmp directory (cannot run new build unless this is done?)
| |
− | logout and login to (user)
| |
− | :'''NOTE do not leave anything in / from the build as this directory will fill up and stop your computer from working'''
| |
− |
| |
− | ===koji kickstarts used===
| |
− | #click on link
| |
− | #Browser File/Save as in your Downloads directory
| |