Bug 1312158 - livemedia-creator fails when a squashfs is bigger than 4GiB
Summary: livemedia-creator fails when a squashfs is bigger than 4GiB
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: lorax
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1319067 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-25 22:25 UTC by Dennis Gilmore
Modified: 2016-03-18 19:09 UTC (History)
3 users (show)

Fixed In Version: lorax-25.3-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-18 19:06:45 UTC
Type: Bug


Attachments (Terms of Use)

Description Dennis Gilmore 2016-02-25 22:25:26 UTC
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.

Comment 1 Brian Lane 2016-02-26 00:03:58 UTC
I'm not sure if there is anything we can do here other than not install so much stuff.

Comment 2 Brian Lane 2016-03-16 23:56:17 UTC
Ends up livecd-creator switches to UDF when the squashfs.img file is too big.

https://github.com/rhinstaller/lorax/pull/98

Comment 3 Brian Lane 2016-03-18 19:09:08 UTC
*** Bug 1319067 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.