View | Details | Raw Unified | Return to bug 15871
Collapse All | Expand All

(-)stage1 (-2 / +2 lines)
Lines 187-197 Link Here
187
else
187
else
188
    excl=""
188
    excl=""
189
fi
189
fi
190
(cd ${BUILDDIR}/../floppy.tree ; tar -cf - ${excl} . ) | (cd /mnt ; tar xvf - )
190
(cd ${BUILDDIR}/../floppy.tree ; tar -cf - ${excl} --exclude CVS . ) | (cd /mnt ; tar xvf - )
191
191
192
if [ -d ${BUILDDIR}/../${TYPE}/floppy.tree ] ; then
192
if [ -d ${BUILDDIR}/../${TYPE}/floppy.tree ] ; then
193
    echo "-> update with private files:"
193
    echo "-> update with private files:"
194
    (cd ${BUILDDIR}/../${TYPE}/floppy.tree ; tar cf - . ) | (cd /mnt ; tar xvf - )
194
    (cd ${BUILDDIR}/../${TYPE}/floppy.tree ; tar -cf - --exclude CVS . ) | (cd /mnt ; tar xvf - )
195
fi
195
fi
196
196
197
files="hosts motd"
197
files="hosts motd"

Return to bug 15871