squashfs-utils->squashfs-tools fix. Blame jforman.
authorChris Gianelloni <wolf31o2@gentoo.org>
Sun, 12 Dec 2004 16:17:02 +0000 (16:17 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Sun, 12 Dec 2004 16:17:02 +0000 (16:17 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@489 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
livecd/runscript/default-runscript.sh

index 631f66c299dc00825cd73740c2f4fef4d82d6403..f8ea20d006584fafb004077bd4343508344f3c67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.118 2004/12/09 14:13:02 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.119 2004/12/12 16:17:02 wolf31o2 Exp $
+
+  12 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
+  livecd/runscript/default-runscript.sh:
+  squashfs-utils->squashfs-tools fix.  Blame jforman.
 
   09 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
   livecd/isogen/x86-isogen.sh:
index 58519f57ba76cdf0a612e0af85c65b4710d24105..2758f7b12bf29b31f9f93facba50e0cb2bdfb3f5 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/default-runscript.sh,v 1.17 2004/10/15 02:40:00 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/default-runscript.sh,v 1.18 2004/12/12 16:17:02 wolf31o2 Exp $
 
 #return codes to be used by archscript
 die() {
@@ -81,7 +81,7 @@ create_gcloop() {
 
 create_squashfs() {
        echo "Creating squashfs..."
-       mksquashfs "${clst_chroot_path}" "${clst_cdroot_path}/livecd.squashfs" -noappend || die "mksquashfs failed, did you emerge squashfs-utils?"
+       mksquashfs "${clst_chroot_path}" "${clst_cdroot_path}/livecd.squashfs" -noappend || die "mksquashfs failed, did you emerge squashfs-tools?"
        
 }