mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Put a more reasonable path for "more" sources in crunch.conf,
and disable telnet and friends in favour of ssh/sshd/scp. Pull out a few NIC drivers from the config file to make the image fit into a 1.44 image again. I have left "lnc" in as that is emulated by vmware so this can be booted there.
This commit is contained in:
parent
99d1dbfdb0
commit
a4e8fcc136
2 changed files with 9 additions and 8 deletions
|
|
@ -65,6 +65,7 @@ device atkbd
|
|||
device vga # VGA screen
|
||||
|
||||
# syscons is the default console driver, resembling an SCO console
|
||||
|
||||
device sc 1
|
||||
|
||||
# Floating point support - do not disable.
|
||||
|
|
@ -94,12 +95,12 @@ device miibus
|
|||
#device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
device lnc
|
||||
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
||||
device xl # 3Com
|
||||
#device xl # 3Com
|
||||
device rl # RealTek 8129/8139
|
||||
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||
#device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||
#device wx # Intel Gigabit Ethernet Card (``Wiseman'')
|
||||
device dc # DEC/Intel 21143 and various workalikes
|
||||
device ed
|
||||
#device ed
|
||||
|
||||
device loop # Network loopback
|
||||
device ether # Ethernet support
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ progs reboot # 0KB.
|
|||
#progs less # 36KB
|
||||
#ln less more
|
||||
#progs more # 12KB
|
||||
#special more srcdir /usr/ports/picobsd/more
|
||||
special more srcdir /usr/ports/misc/44bsd-more/work
|
||||
|
||||
progs sysctl
|
||||
progs swapon # 0KB.
|
||||
|
|
@ -152,15 +152,15 @@ ln mount_std mount_procfs
|
|||
# If you need to access the box remotely, and maybe copy files
|
||||
# from/to it, you can use telnet, rsh or ssh.
|
||||
# inetd is only needed for telnet and rshd
|
||||
progs inetd # 12KB.
|
||||
progs telnet # 20KB.
|
||||
progs telnetd # 12KB.
|
||||
#progs inetd # 12KB.
|
||||
#progs telnet # 20KB.
|
||||
#progs telnetd # 12KB.
|
||||
#progs ftp # 28KB.
|
||||
#progs tar # 32KB.
|
||||
|
||||
# Check the ssh license! If you want to use this,
|
||||
# go to /usr/ports/security/ssh-picobsd, do a make extract configure
|
||||
#progs sshd # includes ssh and scp
|
||||
progs sshd # includes ssh and scp
|
||||
special sshd objvar SSHD_OBJS
|
||||
special sshd srcdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
|
||||
special sshd objdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
|
||||
|
|
|
|||
Loading…
Reference in a new issue