Wrap a long line.

Save a copy of the CONFIGFILES before we spam them.
This commit is contained in:
Poul-Henning Kamp 2009-03-21 19:09:33 +00:00
parent 143a3e63c3
commit df55ca7278
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190209

View File

@ -420,8 +420,7 @@ log_it Installworld
> /mnt/_.iw 2>&1
log_it distribution
(cd /usr/src/etc && make -m /usr/src/share/mk distribution \
DESTDIR=/mnt ${SRCCONF} ) \
(cd /usr/src/etc && make -m /usr/src/share/mk distribution DESTDIR=/mnt ${SRCCONF} ) \
> /mnt/_.dist 2>&1
log_it Installkernel
@ -512,6 +511,12 @@ if [ "x$SERCONS" != "xfalse" ] ; then
fi
log_it move config files
(
cd /mnt
mkdir root/configfiles_dist
find ${CONFIGFILES} -print | cpio -dumpv root/configfiles_dist
)
(cd / && find ${CONFIGFILES} -print | cpio -dumpv /mnt)
log_it final_root