Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
01b63b6e5c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      target/livecd/pkg_linux.conf

+ 1
- 1
target/livecd/pkg_linux.conf

@ -3,7 +3,7 @@ echo_status "Customizing for LiveCD Target ..."
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
extract_squashfspatch() { extract_squashfspatch() {
tar xfIO $base/download/mirror/s/squashfs2.0.tar.bz2 \
tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.0.tar.bz2 \
squashfs2.0/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch squashfs2.0/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch
} }

Loading…
Cancel
Save