diff options
author | luigi <luigi@FreeBSD.org> | 2002-02-14 19:43:40 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2002-02-14 19:43:40 +0000 |
commit | 67f6aa0807733d91719dd765f13ce01f3c90ced9 (patch) | |
tree | 50ec3af6a348059f97d06490a810d6e21e4a7915 /release/picobsd | |
parent | 042d3e068b3efd9cc4cf0d45751738430a4e8f70 (diff) | |
download | FreeBSD-src-67f6aa0807733d91719dd765f13ce01f3c90ced9.zip FreeBSD-src-67f6aa0807733d91719dd765f13ce01f3c90ced9.tar.gz |
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.
Diffstat (limited to 'release/picobsd')
-rw-r--r-- | release/picobsd/bridge/PICOBSD | 7 | ||||
-rw-r--r-- | release/picobsd/bridge/crunch.conf | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD index d98d3ac..d649164 100644 --- a/release/picobsd/bridge/PICOBSD +++ b/release/picobsd/bridge/PICOBSD @@ -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 diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf index d936611..b864b54 100644 --- a/release/picobsd/bridge/crunch.conf +++ b/release/picobsd/bridge/crunch.conf @@ -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 |