Re: Making install CDs contain the full sets
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
martin@ wrote:
> There is a strange chmod -R call needed, which is due to var/spool/ftp/private
> being created with mode 0111, so when running unprivileged, makefs can not
> add it to the iso.
FYI, live-images and install-images use
>> ${CHMOD} +r ${WORKDIR}/var/spool/ftp/hidden
http://nxr.netbsd.org/xref/src/distrib/common/bootimage/Makefile.bootimage?r=1.10#290
(though Makefile.bootimage doesn't use distrib/sets/maketars)
---
Izumi Tsutsui