Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/ramdisks/common BOOTMODEL disappeared when CD I...
details: https://anonhg.NetBSD.org/src/rev/f118823ddb0b
branches: trunk
changeset: 761948:f118823ddb0b
user: jym <jym%NetBSD.org@localhost>
date: Fri Feb 11 23:56:17 2011 +0000
description:
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).
diffstat:
distrib/i386/ramdisks/common/list.ramdisk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 90d4147f98f0 -r f118823ddb0b distrib/i386/ramdisks/common/list.ramdisk
--- a/distrib/i386/ramdisks/common/list.ramdisk Fri Feb 11 23:47:49 2011 +0000
+++ b/distrib/i386/ramdisks/common/list.ramdisk Fri Feb 11 23:56:17 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index