Version 0.34 of easy-deb-chroot Fremantle, LXDE works now.
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / home / user / img-install / debian-installer.sh
index c9135bd..baf8550 100755 (executable)
@@ -35,12 +35,12 @@ export GZCMD1="tar -xzf"
 
 export EXTPATH1=$TARPATH
 export PKGNAME1="EASY DEBIAN IMAGE FILE"
-export BIGTAR1="debian-squeeze-m5-img.bz2"
-export BIGIMG1="debian-squeeze-m5.img.ext2"
+export BIGTAR1="debian-m5-v2.img.ext2.bz2"
+export BIGIMG1="debian-m5-v2.img.ext2"
 export BZ2CMD1="bzip2 -dc "
 export BZ2CMD2=" > $TARPATH/$BIGIMG1"
 export TARCMD1="$BZ2CMD1 $TARPATH/$BIGTAR1 $BZ2CMD2"
-export MD51="f769bb84c99f75821bdfa37e5ea34e86"
+export MD51="1c02d35d6453fd35390ae025bd930ba2"
 export EXTCMD1=""
 
 #Set SKIPPKG2=1 to skip the second package.
@@ -101,15 +101,13 @@ do
      cd $EXTPATH1
      echo Extracting the image file. This will take some time.
 
-     # Oh wow, this is even more of an ugly hack than my
-     # usual ugly hacks. So sorry you had to see this.
-
-     # TARERR=`$TARCMD1 2>&1`
-     TARERR="unspecified bzip2 error"
+     TARERR=`$TARCMD1 2>&1`
+     # TARERR="unspecified bzip2 error"
      # echo $TARCMD1
-     $BZ2CMD1 $TARPATH/$BIGTAR1 > $TARPATH/$BIGIMG1
+     $BZ2CMD1 $TARPATH/$BIGTAR1 
+     # > $TARPATH/$BIGIMG1
      if [ "$?" = 0 ] ; then
-        rm -rf $TARPATH/$BIGTAR1
+        # rm -rf $TARPATH/$BIGTAR1
          $EXTCMD1
          export MSG1=`printf "CONGRATULATIONS!\n\nAll has gone well!\n\nSuccess installing $PKGNAME1 package!"`
          gxmessage -center -alignbuttons right -buttons GTK_STOCK_OK:0 -geometry 640x250 -title "SUCCESS!" "$MSG1"