Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
22890ad67c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      target/livecd/pkg_linux.conf

+ 1
- 0
target/livecd/pkg_linux.conf

@ -5,6 +5,7 @@ echo_status "Customizing for LiveCD Target ..."
extract_squashfspatch() {
my_ver=`echo ${vanilla_ver} | sed -e 's,^\(2\.[46]\.[0-9]*\)\(\..*\)$,\1,'`
[ "${my_ver:0:3}" == "2.6" ] && my_ver=2.6.13 || my_ver=2.4.31
tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.2-r2.tar.bz2 \
squashfs2.2-r2/linux-${my_ver}/squashfs2.2-patch > $archdir/squashfs2.2.patch
}

Loading…
Cancel
Save