mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
90482daf5f
commit
c5b6333790
2 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue