/ Published in: Bash
Expand |
Embed | Plain Text
#!/bin/sh cd /usr/src/sys/i386/conf /usr/sbin/config MYKERNEL cd ../compile/MYKERNEL make cleandepend make depend make make install
You need to login to post a comment.
#!/bin/sh cd /usr/src/sys/i386/conf /usr/sbin/config MYKERNEL cd ../compile/MYKERNEL make cleandepend make depend make make install
You need to login to post a comment.