1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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.
This commit is contained in:
Luigi Rizzo 2003-06-22 15:37:14 +00:00
parent 5fe83c8acb
commit b7850636cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116688

View File

@ -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