# HG changeset patch # User Rob Landley # Date 1231229609 21600 # Node ID 7a820e5c8ca569c1bc89f953ec398c3df5836c2b # Parent d07f5a1af6bc06c4e197a719615a20ba1acfd2e0 More cowbell inodes. diff -r d07f5a1af6bc -r 7a820e5c8ca5 sources/toys/run-emulator.sh --- a/sources/toys/run-emulator.sh Sat Jan 03 18:31:41 2009 -0600 +++ b/sources/toys/run-emulator.sh Tue Jan 06 02:13:29 2009 -0600 @@ -86,7 +86,7 @@ if [ ! -z "$HDBMEGS" ] then dd if=/dev/zero of="$HDB" bs=1024 seek=$[$HDBMEGS*1024-1] count=1 && - mke2fs -b 1024 -F "$HDB" && + mke2fs -b 1024 -F "$HDB" -i 4096 && tune2fs -j -c 0 -i 0 "$HDB" [ $? -ne 0 ] && exit 1