summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-04-23 20:25:40 +0000
committerjoe <joe@FreeBSD.org>2001-04-23 20:25:40 +0000
commitbcc74c4e75a9e6474c0234e24939a6bf01ab3157 (patch)
treec73a9732970a3b4a71dbaf16945fd7b515b6b21d /release
parent816a59ecce43cdc14a49ecdd6d19b0bf6c699f6a (diff)
downloadFreeBSD-src-bcc74c4e75a9e6474c0234e24939a6bf01ab3157.zip
FreeBSD-src-bcc74c4e75a9e6474c0234e24939a6bf01ab3157.tar.gz
MF4S: Syncronise with Luigi's work in -stable.
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/Makefile31
-rw-r--r--release/picobsd/README.luigi77
-rw-r--r--release/picobsd/bridge/Makefile.mfs8
3 files changed, 0 insertions, 116 deletions
diff --git a/release/picobsd/Makefile b/release/picobsd/Makefile
deleted file mode 100644
index 238a821..0000000
--- a/release/picobsd/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-#
-# Top level Makefile for PicoBSD
-
-# Please submit any changes to the freebsd-small mailing list for
-# discussion prior to committing.
-
-MAINTAINER= freebsd-small
-
-# install looks like a partially completed target,
-# but I don't want to finish this work.
-# FIXME
-# CONFIGS = custom dial isp net router
-CONFIGS = custom
-
-all clean tidy:
- for i in ${CONFIGS}; do \
- (cd $$i; \
- echo '----- Building in' $$i; \
- make $@); \
- done
- @if [ "$@" = "clean" ]; then \
- rm -f *~; \
- fi
-
-floppy floppy2:
- @echo Please build this target from one of the ${CONFIGS} subdirectories.
-
-# Build one subdirectory
-${CONFIGS}:
- cd $@; make clean all
diff --git a/release/picobsd/README.luigi b/release/picobsd/README.luigi
deleted file mode 100644
index 4261a1a..0000000
--- a/release/picobsd/README.luigi
+++ /dev/null
@@ -1,77 +0,0 @@
-In this file i try to document the overall architecture of PicoBSD
-source tree.
-
- ./ Per-image directory-tree and generic trees.
-
- build/ Main build scripts and Makefiles.
- build: main build script
- stage1: invoked by build
- clean: to clean up previous compilations
- Makefile.conf
- makefile to edit config file and build kernel
- Makefile.mfs
- makefile to create the memory filesystem
- Makefile.crunch
- makefile to handle the crunched directory
- mfs.mtree
- mtree cmd -- structure of the mfs tree
-
- floppy.tree/
- Default files to fill the floppy and mfs trees.
- Can be overridden by listing files to be removed in
- ${TYPE}/floppy.tree.exclude, and putting files to be replaced
- in ${TYPE}/floppy.tree/
-
- doc/
- documentation (unchanged from original)
-
- help/
- help files in various languages. The suffix is the two letter
- country code for the language. Currently only .en and .pl
- used.
-
- tinyware/
- various small programs used instead of the corresponding
- full-blown utilities.
-
- $TYPE/ source and config files for the various image types.
-
-Structure of each image type is as follows:
-
- Makefile.mfs
- Makefile used to build/populate the MFS. Only needs two
- lines typically:
-
- MY_DEVS=std ....
- .include "../build/Makefile.mfs"
-
- PICOBSD
- kernel config file. One line is required
-
- #PicoBSD mfs_size init_name mfs_inodes floppy_inodes
- e.g.
- #PicoBSD 2400 init 4096 32768
-
- crunch1/
- Directory with crunched config etc. Main files:
- crunch.conf main config file for crunchgen
- crunch.inc (optional) file included in crunchgen
- Makefiles, used e.g. to set make variables
- such as RELEASE_CRUNCH or similar.
-
- floppy.tree/
- local files to be put into the floppy/mfs trees instead
- of the ones in ../build/floppy.tree
-
- floppy.tree.exclude
- list of files to be omitted in the copy from ../build/floppy.tree
-
- floppy.tree.${SITE}/
- site-specific files which update the ones taken from one
- of the two places above. Typically they are passwd, hosts,
- rc.conf, rc.firewall things to go in /etc
-
- lang/
- language-dependant files (trimmed from the original one)
-
-
diff --git a/release/picobsd/bridge/Makefile.mfs b/release/picobsd/bridge/Makefile.mfs
deleted file mode 100644
index 3579e34..0000000
--- a/release/picobsd/bridge/Makefile.mfs
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# $FreeBSD$
-#
-
-MY_DEVS= std tun2 vty10 fd0 ad0 pty0 cuaa0 cuaa1 bpf0 bpf1 bpf2
-
-.include "../build/Makefile.mfs"
-
OpenPOWER on IntegriCloud