View | Details | Raw Unified | Return to bug 14839
Collapse All | Expand All

(-)Makefile 1999/11/12 08:13:14 (-1 / +1 lines)
Lines 653-659 Link Here
653
               -e '/PROCFS/d' \
653
               -e '/PROCFS/d' \
654
               -e '/KTRACE/d' \
654
               -e '/KTRACE/d' \
655
               -e 's/GENERIC/BOOTMFS/g' \
655
               -e 's/GENERIC/BOOTMFS/g' \
656
               -e '/maxusers/s/10/4/' < GENERIC > BOOTMFS && \
656
               -e '/maxusers/s/32/4/' < GENERIC > BOOTMFS && \
657
         echo "options  MFS" >> BOOTMFS && \
657
         echo "options  MFS" >> BOOTMFS && \
658
         echo "options  NFS_NOSERVER" >> BOOTMFS && \
658
         echo "options  NFS_NOSERVER" >> BOOTMFS && \
659
         echo 'options  "MAXCONS=4"' >> BOOTMFS && \
659
         echo 'options  "MAXCONS=4"' >> BOOTMFS && \

Return to bug 14839