changeset 566:7a820e5c8ca5

More <strike>cowbell</strike> inodes.
author Rob Landley <rob@landley.net>
date Tue, 06 Jan 2009 02:13:29 -0600
parents d07f5a1af6bc
children 5619a7375b74
files sources/toys/run-emulator.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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