https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194746
--- Comment #2 from Kamil Czekirda <[email protected]> --- Comment on attachment 155928 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155928 patch for bsdinstall >--- config.old 2015-02-08 11:00:26.000000000 +0100 >+++ config 2015-04-23 23:26:34.236700377 +0200 >@@ -40,6 +40,14 @@ > > cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot > >+src= >+for dist in $DISTRIBUTIONS; do >+ [ "$dist" = "src.txz" ] && src=1 >+done >+ >+[ ! "$src" ] && sed -i.bu 's/^Components src/Components/g' >$BSDINSTALL_CHROOT/etc/freebsd-update.conf >+ >+ > [ "${debugFile#+}" ] && cp "${debugFile#+}" $BSDINSTALL_CHROOT/var/log/ > > # Set up other things from installed config -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
