NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/58196 CVS commit: src/distrib/common
The following reply was made to PR misc/58196; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: PR/58196 CVS commit: src/distrib/common
Date: Wed, 8 May 2024 11:25:37 +0200
On Wed, May 08, 2024 at 09:20:02AM +0000, Martin Husemann wrote:
> # prepare mutliuser install environment
> image_md_pre:
> ${RM} -f cdrom/boot
> ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/boot cdrom/boot
> ${RM} -f bootxx.${MACHINE}
> ${INSTALL} ${COPY} -m 0444 ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE}
> ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc
> ${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab
> ${INSTALL} ${COPY} ${.CURDIR}/etc.ttys cdrom/etc/ttys
> ${INSTALL} ${COPY} ${.CURDIR}/etc.rc cdrom/etc/rc
> ${INSTALL} ${COPY} -m 0555 ${.CURDIR}/install.sh cdrom/install.sh
> ${MKDIR} ${MKDIRPERM} cdrom/mnt2 cdrom/targetroot
> ${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/
> ${TOOL_GZIP} -d -f cdrom/netbsd.gz
Maybe we could make at least the ${INSTALL} invocations here record proper
data in a separate mtree spec and merge that into the set extracted ones later
(with some sed'ing of the paths).
Martin
Home |
Main Index |
Thread Index |
Old Index