diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-18 20:20:53 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-18 20:20:53 +0000 |
commit | 733b61d7e2b06c9dbf01ae9040e05ab508662ed6 (patch) | |
tree | ad72982d0a8029ee2564d30a86ad851c26100913 /distrib/loongson/ramdisk/list | |
parent | d460d46d2ceb660f5095d4b70ec7a3d3b5b5dcc9 (diff) |
loongson install procedure, using a newly created small ext2 partition (or an
existing one) to install the bootloader on.
Diffstat (limited to 'distrib/loongson/ramdisk/list')
-rw-r--r-- | distrib/loongson/ramdisk/list | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/distrib/loongson/ramdisk/list b/distrib/loongson/ramdisk/list index ecdd37be795..41e5b129567 100644 --- a/distrib/loongson/ramdisk/list +++ b/distrib/loongson/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.3 2010/02/17 18:07:43 miod Exp $ +# $OpenBSD: list,v 1.4 2010/02/18 20:20:52 otto Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -45,6 +45,7 @@ LINK instbin sbin/mount_msdos LINK instbin sbin/mount_nfs LINK instbin sbin/mount_udf LINK instbin sbin/newfs +LINK instbin sbin/newfs_ext2fs LINK instbin sbin/newfs_msdos LINK instbin sbin/ping LINK instbin sbin/ping6 @@ -73,6 +74,10 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts TERMCAP vt100,vt220,dumb usr/share/misc/termcap +# files in /usr/mdec +COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot +COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr + # firmwares that might need loading COPY ${DESTDIR}/etc/firmware/kue etc/firmware/kue COPY ${DESTDIR}/etc/firmware/rum-rt2573 etc/firmware/rum-rt2573 |