Artifact 367b06024be3fc75dfb9a6f9142840eb8e25692043dad6e16b70aff8beb06335:
- File rc.shutdown — part of check-in [8bc8c738d5] at 2022-05-31 08:15:44 on branch trunk — mounttmpfs, change how service deps work (user: arcade, size: 377) [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 EXIT && umount /etc/mrc/tmp || ${MAKEINIT} EXIT echo '.' exit 0