diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-03 00:38:18 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-03 00:38:18 +0000 |
commit | 9d6c4006ce188cd6370c1d84b625ab6e6d384931 (patch) | |
tree | a4114fe7abf6c58df7f024e3201f31cff797132b /distrib/alpha/simpleroot | |
parent | fff35a314a1d524c78d30e93b83cbdc45e8f7266 (diff) |
alpha simpleroot stuff - not tested - but should work
Diffstat (limited to 'distrib/alpha/simpleroot')
-rw-r--r-- | distrib/alpha/simpleroot/Makefile.inc | 5 | ||||
-rw-r--r-- | distrib/alpha/simpleroot/list | 33 |
2 files changed, 38 insertions, 0 deletions
diff --git a/distrib/alpha/simpleroot/Makefile.inc b/distrib/alpha/simpleroot/Makefile.inc new file mode 100644 index 00000000000..114906ea3ec --- /dev/null +++ b/distrib/alpha/simpleroot/Makefile.inc @@ -0,0 +1,5 @@ +IMAGESIZE?= 131072 # 64Mb in 512 byte blocks +BOOT_INSTALLBOT?= /usr/mdec/bootxx +GZIP?= cat +GZIPFLAGS?= +GZIPEXT?= diff --git a/distrib/alpha/simpleroot/list b/distrib/alpha/simpleroot/list new file mode 100644 index 00000000000..f0e6148a642 --- /dev/null +++ b/distrib/alpha/simpleroot/list @@ -0,0 +1,33 @@ +.cshrc +.profile +altroot +bin +bsd +dev +etc +home +mnt +root +sbin +sys +tmp +usr/bin/basename +usr/bin/chflags +usr/bin/cksum +usr/bin/cmp +usr/bin/cut +usr/bin/ftp +usr/bin/less +usr/bin/more +usr/bin/rsh +usr/bin/sed +usr/bin/sort +usr/bin/strings +usr/bin/tftp +usr/bin/vi +usr/mdec +usr/sbin/chgrp +usr/sbin/chown +usr/sbin/chroot +usr/sbin/rdate +usr/share/misc/termcap |