Artifact 457a883ade10cf7ce7514a12ac6b321928068062f47af6d92aaa24a334795066:
- File rc — part of check-in [8bc8c738d5] at 2022-05-31 08:15:44 on branch trunk — mounttmpfs, change how service deps work (user: arcade, size: 371) [annotate] [blame] [check-ins using]
#!/sbin/sh -Tue - stty status '^T' trap : 2 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin export PATH HOME MAKEINIT="make -D AUTOBOOT -C /etc/mrc -k" NCPU=$((`/sbin/sysctl -n hw.ncpu` + 1 )) #MAKEDEBUG="-d -nelLx" mount -t tmpfs tmpfs /etc/mrc/tmp && ${MAKEINIT} -j ${NCPU} ${MAKEDEBUG} -X TMPDIR=/etc/mrc/tmp && umount /etc/mrc/tmp || ${MAKEINIT} echo '' date exit 0