aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2006-01-31 20:36:01 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2006-01-31 20:36:01 +0000
commitc5b6333790ce5675b567def8c19e229925129d39 (patch)
treefd5c3136d827bab114aff3fc7a04bf8d19924b92 /release
parent90482daf5f54e7a1daef9197a5bb2c5603654b39 (diff)
downloadsrc-c5b6333790ce5675b567def8c19e229925129d39.tar.gz
src-c5b6333790ce5675b567def8c19e229925129d39.zip
tweaks to let this configuratio build and run under, e.g., qemu:
- add -lgeom - use bsdlabel instead of disklabel - increase image size to 2.88M (plenty of free space left) note, this is not really a bridge because the old-style bridging code is not in 7.0 anymore, so the kernel config file should be changed.
Notes
Notes: svn path=/head/; revision=155140
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/bridge/config3
-rw-r--r--release/picobsd/bridge/crunch.conf3
2 files changed, 4 insertions, 2 deletions
diff --git a/release/picobsd/bridge/config b/release/picobsd/bridge/config
index 1d0a5f5d1acb..4183c2ef3d76 100644
--- a/release/picobsd/bridge/config
+++ b/release/picobsd/bridge/config
@@ -1,6 +1,7 @@
# configuration for picobsd build script.
+# $FreeBSD$
# it should only contain variable definitions -- it is sourced
# by the shell much like rc.conf* files
o_no_devfs="" # we have devfs.
-#fd_size="2880"
+fd_size="2880"
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf
index 9686bdc9eb6b..94ef7a1bcb10 100644
--- a/release/picobsd/bridge/crunch.conf
+++ b/release/picobsd/bridge/crunch.conf
@@ -133,7 +133,7 @@ special tcpdump srcdir /usr/src/usr.sbin/tcpdump/tcpdump
progs arp # 0KB.
-progs disklabel # 4KB.
+progs bsdlabel # 4KB.
progs fdisk # 4KB.
progs vnconfig # 0KB.
@@ -181,3 +181,4 @@ libs -lufs # used by mount
libs -ledit -lutil -lmd -lcrypt -lmp -lm -lkvm
libs -lmytinfo -lipx -lz -lpcap -lwrap
libs -ltermcap -lgnuregex # -lcurses
+libs -lgeom