X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fbootscripts%2Finitlog;h=9d73f86c530c8ed3713b8809a8411f8e735b7826;hb=b2f91df3e7c1d1ca93ced97b5001e3134243666b;hp=ba41591195ee0c0c7b6510d819368938ab243d45;hpb=5d494ebc6690e09f6dd2b69bb29e9aa1dbee97df;p=hvlinux.git diff --git a/stage2/bootscripts/initlog b/stage2/bootscripts/initlog index ba41591..9d73f86 100755 --- a/stage2/bootscripts/initlog +++ b/stage2/bootscripts/initlog @@ -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} ;;