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/omap | |
parent | f83d4972db310ce49036b4aae5d0c1da22ca95b9 (diff) |
boot(8): replace bzfs with paqfs
Diffstat (limited to 'sys/src/9/omap')
-rw-r--r-- | sys/src/9/omap/beagle | 11 | ||||
-rw-r--r-- | sys/src/9/omap/mkfile | 3 |
2 files changed, 5 insertions, 9 deletions
diff --git a/sys/src/9/omap/beagle b/sys/src/9/omap/beagle index f7d40b50f..ea238d55a 100644 --- a/sys/src/9/omap/beagle +++ b/sys/src/9/omap/beagle @@ -69,13 +69,12 @@ port int cpuserver = 1; int i8250freq = 3686000; -boot cpu +boot boot tcp local bootdir - boot$CONF.out boot - /arm/bin/bzfs - /arm/bin/mntgen - /arm/bin/auth/factotum - rootfs.bz2 + boot$CONF.out boot + /$objtype/bin/paqfs + /$objtype/bin/auth/factotum + bootfs.paq diff --git a/sys/src/9/omap/mkfile b/sys/src/9/omap/mkfile index 74d617791..fcd7db859 100644 --- a/sys/src/9/omap/mkfile +++ b/sys/src/9/omap/mkfile @@ -92,9 +92,6 @@ install:V: /$objtype/$p$CONF wait touch $target -rootfs.bz2: - rc ../port/mkbootfs - <../boot/bootmkfile <../port/portmkfile <|../port/mkbootrules $CONF |