Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45078 - catalyst's default-runscript.sh doesn't work with squashfs
Summary: catalyst's default-runscript.sh doesn't work with squashfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-18 16:10 UTC by Chris Gianelloni (RETIRED)
Modified: 2004-03-24 16:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Gianelloni (RETIRED) gentoo-dev 2004-03-18 16:11:00 UTC
It gives an error when using squashfs.

If you change line 90 of default-runscript.sh from:

mksquashfs -noappend "${clst_chroot_path}" "${clst_cdroot_path}/livecd.squashfs"  || die "mksquashfs failed, did you emerge squashfs?"

to:

mksquashfs "${clst_chroot_path}" "${clst_cdroot_path}/livecd.squashfs" -noappend || die "mksquashfs failed, did you emerge squashfs-utils?"

then everything will work properly.
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2004-03-24 16:04:01 UTC
fixed in cvs