Remove version number from boot image files.

This commit is contained in:
pk 2000-01-10 15:17:30 +00:00
parent bbb733f849
commit f1feb4e600
6 changed files with 20 additions and 20 deletions

View File

@ -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?= vnd0c
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 @@ release:
@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

View File

@ -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 @@ available during the installation process.
.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

View File

@ -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_CDEV= /dev/${VND}${RAW_PART}
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

View File

@ -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_CDEV= /dev/${VND}c
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 @@ release:
@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>

View File

@ -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_DEV= /dev/${VND}a
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

View File

@ -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_RDEV= /dev/r${VND}a
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 @@ release:
@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>