Upgrades to packages
[hvlinux.git] / stage2 / bootscripts / initlog
index ba41591..9d73f86 100755 (executable)
@@ -12,7 +12,7 @@ case "$1" in
            boot_failure "Missing ${INIT_LOG_PATH} directory."
        fi
        
-       mount -n -t tmpfs -o size=100k,nr_inodes=10,mode=0755 tmpfs ${INIT_LOG_PATH} &&
+       mount -n -t tmpfs -o size=256k,nr_inodes=10,mode=0755 tmpfs ${INIT_LOG_PATH} &&
         touch ${INIT_LOG_FILE}
        ;;