--- toast-linux	2004/10/13 05:15:46	1.125
+++ toast-linux	2004/11/14 00:31:36	1.126
@@ -129,8 +129,8 @@
 PKGS = TOOLCHAIN LINUX BUSYBOX E2FSPROGS NTFSPROGS PARTED DEVMAP LVM2 GENEXT2FS MTOOLS SYSLINUX CDRTOOLS
 
 # TOOLCHAIN_VERSION = ??? [only available from cvsweb right now...]
-LINUX_VERSION = 2.6.8.1
-BUSYBOX_VERSION = 1.00-rc3
+LINUX_VERSION = 2.6.9
+BUSYBOX_VERSION = 1.00
 E2FSPROGS_VERSION = 1.35
 NTFSPROGS_VERSION = 1.9.2
 PARTED_VERSION = 1.6.12
@@ -242,7 +242,7 @@
   rm -fr $(PKG_DIRS) symbols floppy* cd* root* toast-linux* $(FROMCONF) $(FROMCONF2)
 
 vmclean:
-  rm -f toast*.vmdk* nvram vmware.log
+  rm -f toast*.vm* toast*.sav nvram* vmware.log
 
 cleaner: clean vmclean
   rm -f *.tar.gz *.tar.bz2 *.tgz *.diff.gz
@@ -401,7 +401,7 @@
 toast-linux.1: toast-linux.stub
   pod2man $< > $@
 
-vmware: floppy.img cd.iso toast.vmx vmclean
+vmware: floppy.img cd.iso vmclean toast.vmx
   vmware-vdiskmanager -c -a buslogic -s 8gb -t 1 toast.vmdk
   vmware -x toast.vmx
 
@@ -667,7 +667,7 @@
 virtualHW.version = "3"
 displayName = "toast linux"
 guestOS = "other26xlinux"
-memsize = "640"
+memsize = "256"
 scsi0.present = "TRUE"
 scsi0:0.present = "TRUE"
 scsi0:0.fileName = "toast.vmdk"
@@ -777,8 +777,8 @@
 ifconfig lo 127.0.0.1
 hostname localhost
 network
-wget http://toastball.net/toast-linux-tmp/configure
-sh configure !VERSION!
+wget -O /tmp/configure http://toastball.net/toast-linux-tmp/configure
+sh /tmp/configure !VERSION!
 
 --- FILE root/etc/init.d/rc.stop ---
 #!/bin/sh
@@ -787,7 +787,7 @@
 
 --- FILE root/etc/init.d/rc.main ---
 #!/bin/sh
-[ -x /sbin/run ] && run
+[ -x /sbin/setup ] && setup
 sh --login
 
 --- FILE root/sbin/network ---