Hide Forgot
Description of problem: 2016-02-25 22:19:34,713 DEBUG pylorax.ltmpl: template line 25: runcmd mkisofs -o /var/tmp/lmc-work-kt98yzin/images/boot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 -boot-info-table -no-emul-boot -R -J -V Fedora-Live-Game-Rawhide-2016022 -T -graft-points isolinux=/var/tmp/lmc-work-kt98yzin/isolinux images/pxeboot=/var/tmp/lmc-work-kt98yzin/images/pxeboot LiveOS=/var/tmp/lmc-work-kt98yzin/LiveOS 2016-02-25 22:19:34,713 DEBUG pylorax.ltmpl: running command: ('mkisofs', '-o', '/var/tmp/lmc-work-kt98yzin/images/boot.iso', '-b', 'isolinux/isolinux.bin', '-c', 'isolinux/boot.cat', '-boot-load-size', '4', '-boot-info-table', '-no-emul-boot', '-R', '-J', '-V', 'Fedora-Live-Game-Rawhide-2016022', '-T', '-graft-points', 'isolinux=/var/tmp/lmc-work-kt98yzin/isolinux', 'images/pxeboot=/var/tmp/lmc-work-kt98yzin/images/pxeboot', 'LiveOS=/var/tmp/lmc-work-kt98yzin/LiveOS') 2016-02-25 22:19:34,795 DEBUG pylorax.ltmpl: command output: File /var/tmp/lmc-work-kt98yzin/LiveOS/squashfs.img is larger than 4GiB-1. -allow-limited-size was not specified. There is no way do represent this file size. Aborting. We need to be able to build livecds with bigger payloads.
I'm not sure if there is anything we can do here other than not install so much stuff.
Ends up livecd-creator switches to UDF when the squashfs.img file is too big. https://github.com/rhinstaller/lorax/pull/98
*** Bug 1319067 has been marked as a duplicate of this bug. ***