diff options
author | luigi <luigi@FreeBSD.org> | 2003-06-22 15:37:14 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2003-06-22 15:37:14 +0000 |
commit | de14294d19f82f074d63ed0ff37b1086ef481039 (patch) | |
tree | cf7461e314521c94a062ef6cd0c4c0904cf2f05f | |
parent | 5ef90f5f23387ce0abdb2b84e26ec2f7694052e4 (diff) | |
download | FreeBSD-src-de14294d19f82f074d63ed0ff37b1086ef481039.zip FreeBSD-src-de14294d19f82f074d63ed0ff37b1086ef481039.tar.gz |
comment out the 'sshd' entries as the image is now 1460KB
and does not fit into a floppy anymore (1403kb available).
There is not much you can do now except bumping up the image size
(by uncommenting the "fd_size=2880" line in ./config),
at which point you can uncomment sshd, the associated library,
and all the good stuff such as tcpdump and natd and ppp that
you might want on such a box.
A similar change should be applied to other picobsd image types.
-rw-r--r-- | release/picobsd/bridge/crunch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf index f247c74..57f795f 100644 --- a/release/picobsd/bridge/crunch.conf +++ b/release/picobsd/bridge/crunch.conf @@ -167,16 +167,16 @@ ln mount_std mount_procfs # Check the ssh license! If you want to use this, # go to /usr/ports/security/ssh-picobsd, do a make extract configure # You also need to install /usr/ports/math/libgmp-freebsd -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 ln sshd ssh ln sshd ssh1 ln sshd scp +#libs /usr/local/lib/libgmp.a ### ee uses ncurses instead of curses libs -ledit -lutil -lmd -lcrypt -lmp -lm -lkvm -libs /usr/local/lib/libgmp.a libs -lmytinfo -lipx -lz -lpcap -lwrap libs -ltermcap -lgnuregex # -lcurses |