summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xold-school/grok-block2
1 files changed, 2 insertions, 0 deletions
diff --git a/old-school/grok-block b/old-school/grok-block
index a93cef0..62b063f 100755
--- a/old-school/grok-block
+++ b/old-school/grok-block
@@ -145,6 +145,8 @@ grok_block()
145 addmenu_makeroot "$DEVNAME" "${mountpoint}/samizdat.$N" "$((cdrommegs * 2))" 1 145 addmenu_makeroot "$DEVNAME" "${mountpoint}/samizdat.$N" "$((cdrommegs * 2))" 1
146 elif [ "$freemegs" -ge "$cdrommegs" ]; then 146 elif [ "$freemegs" -ge "$cdrommegs" ]; then
147 addmenu_makeroot "$DEVNAME" "${mountpoint}/samizdat.$N" "$((freemegs / 2))" 0 147 addmenu_makeroot "$DEVNAME" "${mountpoint}/samizdat.$N" "$((freemegs / 2))" 0
148 else
149 addmenu_makeroot "$DEVNAME" "${mountpoint}/samizdat.$N" 256 0
148 fi 150 fi
149 fi 151 fi
150 152