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/kw | |
parent | f83d4972db310ce49036b4aae5d0c1da22ca95b9 (diff) |
boot(8): replace bzfs with paqfs
Diffstat (limited to 'sys/src/9/kw')
-rw-r--r-- | sys/src/9/kw/plug | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/sys/src/9/kw/plug b/sys/src/9/kw/plug index 7fe107ba6..b20e221e6 100644 --- a/sys/src/9/kw/plug +++ b/sys/src/9/kw/plug @@ -66,15 +66,12 @@ port int cpuserver = 1; int i8250freq = 3686000; -boot cpu +boot boot tcp -# paq + local bootdir - boot$CONF.out boot - /arm/bin/ip/ipconfig - /arm/bin/auth/factotum -# /arm/bin/paqfs - /arm/bin/usb/usbd -# nvram not needed any longer, it's in flash - nvram + boot$CONF.out boot + /$objtype/bin/paqfs + /$objtype/bin/auth/factotum + bootfs.paq |