Add mkultconf program for creating Ultrix netblk

The second stage of Ultrix loading is a struct which tells the
kernel things it needs for netbooting. Ultrix needs this and can't
use other servers like rarpd, bootparamd and bootpd. The only
other server needed is NFS.

I don't like how I wrote so much code to create a simple struct.
There should be a better way. But this works.
This commit is contained in:
Boris Gjenero
2020-10-25 10:14:30 -04:00
parent b2226e44e0
commit 0e5c61da60
4 changed files with 297 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
SUBDIRS := common mopd mopcopy mopprobe moptrace mopchk
SUBDIRS := common mopd mopcopy mopprobe moptrace mopchk ultrix
CLEANDIRS := $(SUBDIRS:%=clean-%)
INSTALLDIRS := $(SUBDIRS:%=install-%)
@@ -14,6 +14,7 @@ mopcopy: common
mopprobe: common
moptrace: common
mopchk: common
ultrix: common
# Rules