diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-07 12:46:59 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-07 12:46:59 +0000 |
commit | d48e8aff47b9a89c1a3e6143764547a3ae49ec02 (patch) | |
tree | c990088fafe82f4f70d779f4666189af9a72961a /distrib/alpha/ramdisk/list | |
parent | 1a826585c4670a8614850f07dd07676af8842ded (diff) |
*Very* rough cut at a ramdisk-kernel that fits onto a floppy.
The ecoffrdsetroot support is from millert@openbsd.org. Mostly copied from
the powerpc ports, thus a lot of powerpc specific stuff remains.
Needs a lot of work, hopefully done in the next few days.
Diffstat (limited to 'distrib/alpha/ramdisk/list')
-rw-r--r-- | distrib/alpha/ramdisk/list | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/distrib/alpha/ramdisk/list b/distrib/alpha/ramdisk/list new file mode 100644 index 00000000000..02237d5e03a --- /dev/null +++ b/distrib/alpha/ramdisk/list @@ -0,0 +1,15 @@ +# $OpenBSD: list,v 1.1 1997/05/07 12:46:57 niklas Exp $ + +# the disktab explanation file +COPY disktab.preinstall etc + +# and the installation tools +#LINK sbin/init usr/bin/vi +COPY dot.profile .profile +COPY dot.instutils .instutils +COPY install.sh install +COPY install.md install.md +COPY install.sub install.sub +COPY disktab.shadow etc/disktab.shadow + +SPECIAL chmod 755 install |