diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-14 22:10:34 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-14 22:10:34 +0100 |
commit | 67bed722f21cb216a0fcc3d3ebebf161b09439d4 (patch) | |
tree | 6a4b705d247c9cdeba59acfdd63cb5470aa67802 /sys/src/9/mtx | |
parent | 1d674abe9cdb20c59852fe096412a6890314f99a (diff) |
kernel: get rid of /boot/boot parametrization
there is no use for "bootdisk" variable parametrization
of /boot/boot and no point for the boot section with its
boot methods in the kernel configuration anymore. so
mkboot and boot$CONF.out are gone.
move the rules for bootfs.paq creation in 9/boot/bootmkfile.
location of bootfs.proto is now in 9/boot/bootfs.proto.
our /boot/boot target is now just "boot".
Diffstat (limited to 'sys/src/9/mtx')
-rw-r--r-- | sys/src/9/mtx/mtx | 12 | ||||
-rw-r--r-- | sys/src/9/mtx/mtxcpu | 11 |
2 files changed, 10 insertions, 13 deletions
diff --git a/sys/src/9/mtx/mtx b/sys/src/9/mtx/mtx index 47c2441f5..01dcd101d 100644 --- a/sys/src/9/mtx/mtx +++ b/sys/src/9/mtx/mtx @@ -36,11 +36,11 @@ ip port int cpuserver = 0; -boot - tcp - bootdir - bootmtx.out boot - /power/bin/ip/ipconfig - /power/bin/auth/factotum + /$objtype/bin/paqfs + /$objtype/bin/auth/factotum + bootfs.paq + boot + + diff --git a/sys/src/9/mtx/mtxcpu b/sys/src/9/mtx/mtxcpu index b64090725..c95629847 100644 --- a/sys/src/9/mtx/mtxcpu +++ b/sys/src/9/mtx/mtxcpu @@ -36,11 +36,8 @@ ip port int cpuserver = 1; -boot cpu - tcp - bootdir - bootmtxcpu.out boot - ipconfig.hack ipconfig - factotum.hack factotum - + /$objtype/bin/paqfs + /$objtype/bin/auth/factotum + bootfs.paq + boot |