Module Name: src
Committed By: jym
Date: Fri Feb 11 23:56:17 UTC 2011
Modified Files:
src/distrib/i386/ramdisks/common: list.ramdisk
Log Message:
BOOTMODEL disappeared when CD ISOs switched from ramdisk to CD-ROM as
root file system 2 years ago.
CMD sed + MTREE is turned into COPY (as does amd64).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/i386/ramdisks/common/list.ramdisk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/i386/ramdisks/common/list.ramdisk
diff -u src/distrib/i386/ramdisks/common/list.ramdisk:1.16 src/distrib/i386/ramdisks/common/list.ramdisk:1.17
--- src/distrib/i386/ramdisks/common/list.ramdisk:1.16 Fri Jan 14 10:26:33 2011
+++ src/distrib/i386/ramdisks/common/list.ramdisk Fri Feb 11 23:56:17 2011
@@ -1,4 +1,4 @@
-# $NetBSD: list.ramdisk,v 1.16 2011/01/14 10:26:33 tsutsui Exp $
+# $NetBSD: list.ramdisk,v 1.17 2011/02/11 23:56:17 jym Exp $
SRCDIRS usr.bin/less
SRCDIRS bin sbin usr.bin usr.sbin
@@ -80,5 +80,4 @@
COPY ${DESTDIR}/usr/mdec/mbr_bootsel usr/mdec/mbr_bootsel
# and the boot script
-CMD sed -e "s/@BOOTMODEL@/${BOOTMODEL}/" < ${CURDIR}/../common/dot.profile > .profile
-MTREE ./.profile type=file uname=root gname=wheel mode=0444
+COPY ${CURDIR}/../common/dot.profile .profile