Changeset 2827
- Timestamp:
- 09/29/08 14:11:27 (18 months ago)
- Location:
- pcbsd
- Files:
-
- 2 modified
-
branches/7.0/mfsroot-overlay/etc/rc (modified) (1 diff)
-
trunk/mfsroot-overlay/etc/rc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/branches/7.0/mfsroot-overlay/etc/rc
r2722 r2827 131 131 echo "Mounting /uzip" 132 132 MDSIZE="`/bin/du -m /mnt/uzip/usr.uzip | /bin/cut -f 1`" 133 MDSIZE="`/bin/expr ${MDSIZE} + 10`"133 MDSIZE="`/bin/expr ${MDSIZE} + 6`" 134 134 echo "Creating ${MDSIZE}MB ramdisk..." 135 135 /sbin/mdmfs -S -s ${MDSIZE}M -O space md2 /uzip -
pcbsd/trunk/mfsroot-overlay/etc/rc
r2722 r2827 131 131 echo "Mounting /uzip" 132 132 MDSIZE="`/bin/du -m /mnt/uzip/usr.uzip | /bin/cut -f 1`" 133 MDSIZE="`/bin/expr ${MDSIZE} + 10`"133 MDSIZE="`/bin/expr ${MDSIZE} + 6`" 134 134 echo "Creating ${MDSIZE}MB ramdisk..." 135 135 /sbin/mdmfs -S -s ${MDSIZE}M -O space md2 /uzip
