diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-04 05:19:29 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-04 05:19:29 +0000 |
commit | 792b186b3a1d3360592d085062cab81d725f76c7 (patch) | |
tree | b455d0c8648558c2e872c3c5e4db49d3a3eb66c1 /sys/src/9/alphapc | |
parent | f83d4972db310ce49036b4aae5d0c1da22ca95b9 (diff) |
boot(8): replace bzfs with paqfs
Diffstat (limited to 'sys/src/9/alphapc')
-rw-r--r-- | sys/src/9/alphapc/apc | 12 | ||||
-rw-r--r-- | sys/src/9/alphapc/mkfile | 3 |
2 files changed, 6 insertions, 9 deletions
diff --git a/sys/src/9/alphapc/apc b/sys/src/9/alphapc/apc index c91795f49..ecfd0b602 100644 --- a/sys/src/9/alphapc/apc +++ b/sys/src/9/alphapc/apc @@ -55,12 +55,12 @@ ip port int cpuserver = 0; -boot +boot boot tcp + local bootdir - bootapc.out boot - /alpha/bin/disk/kfs - /alpha/bin/auth/factotum - /alpha/bin/ip/ipconfig - + boot$CONF.out boot + /$objtype/bin/paqfs + /$objtype/bin/auth/factotum + bootfs.paq diff --git a/sys/src/9/alphapc/mkfile b/sys/src/9/alphapc/mkfile index fba07d48d..137ecb392 100644 --- a/sys/src/9/alphapc/mkfile +++ b/sys/src/9/alphapc/mkfile @@ -76,9 +76,6 @@ $p$CONF: $CONF.c $OBJ $LIB install:V: $p$CONF cp $p$CONF /$objtype/$p$CONF -rootfs.bz2: - rc ../port/mkbootfs - <../boot/bootmkfile <../port/portmkfile <|../port/mkbootrules $CONF |