Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Remove version number from boot image files.
details: https://anonhg.NetBSD.org/src/rev/ccec82310dcc
branches: trunk
changeset: 480385:ccec82310dcc
user: pk <pk%NetBSD.org@localhost>
date: Mon Jan 10 15:17:30 2000 +0000
description:
Remove version number from boot image files.
diffstat:
distrib/miniroot/Makefile | 8 ++++----
distrib/notes/sparc/install | 4 ++--
distrib/sparc/bootfs.sysinst/Makefile | 6 +++---
distrib/sparc/bootfs/Makefile | 10 +++++-----
distrib/sparc/ramdisk.sysinst/Makefile | 4 ++--
distrib/sparc/ramdisk/Makefile | 8 ++++----
6 files changed, 20 insertions(+), 20 deletions(-)
diffs (153 lines):
diff -r 6d43f9e13688 -r ccec82310dcc distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Mon Jan 10 14:53:56 2000 +0000
+++ b/distrib/miniroot/Makefile Mon Jan 10 15:17:30 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1999/10/18 20:13:55 pk Exp $
+# $NetBSD: Makefile,v 1.24 2000/01/10 15:17:30 pk Exp $
.include <bsd.own.mk>
@@ -15,7 +15,7 @@
VND_DEV= /dev/${VND}
VND_RDEV= /dev/r${VND}
VND_GEOM?=
-IMAGE?= miniroot-${REV}.fs
+IMAGE?= miniroot.fs
IMAGESIZE?= 12288 # 6MB in 512 byte blocks
NEWFSOPTS?=
MOUNT_POINT?= /mnt
@@ -75,8 +75,8 @@
@false
.else
release: $(IMAGE)
- gzip -c -9 < $(.OBJDIR)/miniroot-${REV}.fs \
- > $(RELEASEDIR)/installation/miniroot/miniroot-${REV}.fs.gz
+ gzip -c -9 < $(.OBJDIR)/miniroot.fs \
+ > $(RELEASEDIR)/installation/miniroot/miniroot.fs.gz
.endif # RELEASEDIR check
.endif # DESTDIR check
diff -r 6d43f9e13688 -r ccec82310dcc distrib/notes/sparc/install
--- a/distrib/notes/sparc/install Mon Jan 10 14:53:56 2000 +0000
+++ b/distrib/notes/sparc/install Mon Jan 10 15:17:30 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.21 1999/11/03 12:03:32 pk Exp $
+.\" $NetBSD: install,v 1.22 2000/01/10 15:17:31 pk Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,7 +57,7 @@
.Pp
Loading the miniroot onto your raw partition is simple. On NetBSD as well
as SunOS you use a command like:
-.Dl # Ic dd if=miniroot-\*V.fs of=/dev/rsd0b bs=4k conv=sync
+.Dl # Ic dd if=miniroot.fs of=/dev/rsd0b bs=4k conv=sync
(Here, `/dev/rsd0b' is assumed to be your swap partition.) There's a
potential problem here if /dev/rsd0b is actually in use as a swap
partition by your currently running system. If you don't have another
diff -r 6d43f9e13688 -r ccec82310dcc distrib/sparc/bootfs.sysinst/Makefile
--- a/distrib/sparc/bootfs.sysinst/Makefile Mon Jan 10 14:53:56 2000 +0000
+++ b/distrib/sparc/bootfs.sysinst/Makefile Mon Jan 10 15:17:30 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1999/04/30 05:11:46 abs Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/10 15:17:32 pk Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@@ -15,12 +15,12 @@
VND_CRDEV= /dev/r${VND}${RAW_PART}
FD?= fd0
FD_RDEV= /dev/r${FD}a
-IMAGE?= syboot-${REV}.fs
+IMAGE?= syboot.fs
MDEC= ${DESTDIR}/usr/mdec
LISTS= ${.CURDIR}/list
RAMDISK!= cd ${TOP}/ramdisk.sysinst/; \
- printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/syramdisk-${REV}.fs\n" |\
+ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/syramdisk.fs\n" |\
${MAKE} -s -f-
DISKTYPE= floppy
diff -r 6d43f9e13688 -r ccec82310dcc distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile Mon Jan 10 14:53:56 2000 +0000
+++ b/distrib/sparc/bootfs/Makefile Mon Jan 10 15:17:30 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/10/18 20:13:56 pk Exp $
+# $NetBSD: Makefile,v 1.13 2000/01/10 15:17:31 pk Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@@ -15,12 +15,12 @@
VND_CRDEV= /dev/r${VND}c
FD?= fd0
FD_RDEV= /dev/r${FD}a
-IMAGE?= boot-${REV}.fs
+IMAGE?= boot.fs
MDEC= ${DESTDIR}/usr/mdec
LISTS= ${.CURDIR}/list
RAMDISK!= cd ${TOP}/ramdisk/; \
- printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk-${REV}.fs\n" |\
+ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" |\
${MAKE} -s -f-
DISKTYPE= floppy
@@ -76,8 +76,8 @@
@false
.else
release: $(IMAGE)
- gzip -c -9 < $(.OBJDIR)/boot-${REV}.fs \
- > $(RELEASEDIR)/installation/bootfs/boot-${REV}.fs.gz
+ gzip -c -9 < $(.OBJDIR)/boot.fs \
+ > $(RELEASEDIR)/installation/bootfs/boot.fs.gz
.endif # RELEASEDIR check
.include <bsd.obj.mk>
diff -r 6d43f9e13688 -r ccec82310dcc distrib/sparc/ramdisk.sysinst/Makefile
--- a/distrib/sparc/ramdisk.sysinst/Makefile Mon Jan 10 14:53:56 2000 +0000
+++ b/distrib/sparc/ramdisk.sysinst/Makefile Mon Jan 10 15:17:30 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/11/09 15:48:02 mycroft Exp $
+# $NetBSD: Makefile,v 1.5 2000/01/10 15:17:32 pk Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${TOP}/../miniroot
@@ -34,7 +34,7 @@
VND_RDEV= /dev/r${VND}a
VND_CDEV= /dev/${VND}${RAW_PART}
VND_CRDEV= /dev/r${VND}${RAW_PART}
-IMAGE?= syramdisk-${REV}.fs
+IMAGE?= syramdisk.fs
CSIZE?= 3312
MDEC= ${DESTDIR}/usr/mdec
diff -r 6d43f9e13688 -r ccec82310dcc distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile Mon Jan 10 14:53:56 2000 +0000
+++ b/distrib/sparc/ramdisk/Makefile Mon Jan 10 15:17:30 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/11/09 22:24:21 pk Exp $
+# $NetBSD: Makefile,v 1.15 2000/01/10 15:17:32 pk Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@@ -15,7 +15,7 @@
VND_CDEV= /dev/${VND}c
VND_CRDEV= /dev/r${VND}c
MDEC= ${DESTDIR}/usr/mdec
-IMAGE?= ramdisk-${REV}.fs
+IMAGE?= ramdisk.fs
LISTS= list
MTREE= mtree.conf
@@ -73,8 +73,8 @@
@false
.else
release: $(IMAGE)
- gzip -c -9 < $(.OBJDIR)/ramdisk-${REV}.fs \
- > $(RELEASEDIR)/installation/bootfs/ramdisk-${REV}.fs.gz
+ gzip -c -9 < $(.OBJDIR)/ramdisk.fs \
+ > $(RELEASEDIR)/installation/bootfs/ramdisk.fs.gz
.endif # RELEASEDIR check
.include <bsd.obj.mk>
Home |
Main Index |
Thread Index |
Old Index