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
042d3e068b
commit
67f6aa0807
@ -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 New Issue
Block a user