Lines Matching refs:Set
23 # set defaults
51 -a arch Set arch (e.g, m68k, mipseb, mipsel, powerpc) [${MACHINE_ARCH}]
52 -m machine Set machine (e.g, amiga, i386, macppc) [${MACHINE}]
55 -F setlistdir output directory for generated set lists [${dest}/etc/mtree/]
56 -S Exit after creating set files ${dest}/etc/mtree/set.*
62 -T timestamp Timestamp to set for all the files in the tar.
149 echo >&2 "${prog}: \${RELEASEDIR} must be set, or -i must be used"
154 echo >&2 "${prog}: \${DESTDIR} must be set"
186 msg "Creating set.${setname}"
192 echo "/set uname=root gname=wheel"
195 echo "./etc/mtree/set.${setname} type=file mode=0444"
197 > "${setlistdir}/set.${setname}" \
199 # We deliberately do not add set.${setname} to ${metalog},
206 | ${SED} -e "s:^./etc/mtree/set.${setname}.*\$:./etc/mtree/set.${setname} type=file mode=0444:" \
207 > "${setlistdir}/set.${setname}"
210 if ${setfilesonly}; then # exit after creating the set lists
218 ${PAX} -dOw ${timestamp} -N"${etcdir}" -M "$@" < "${setlistdir}/set.${s}")
232 msg "Copying set ${setname}"