o cleanup code

o get ls working
This commit is contained in:
david
2009-06-03 18:24:18 +02:00
parent 3ecc61adf4
commit 0a50554f4a
7 changed files with 105 additions and 40 deletions

View File

@@ -44,9 +44,9 @@ image_not_parted:
image:
rm -fv disk00.vfat
mkfs.vfat -I -F 16 -v -C disk00.vfat 4000
mkfs.vfat -I -F 16 -v -C disk00.vfat 32000
sudo mount -o loop disk00.vfat disk
sudo cp -v /var/log/*.log disk/
sudo cp -v ../../../roms/*smc disk/
sudo umount disk
mount: