diff options
-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 |