|
Lines 40-45
Link Here
|
| 40 |
|
40 |
|
| 41 |
cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot |
41 |
cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot |
| 42 |
|
42 |
|
|
|
43 |
src= |
| 44 |
for dist in $DISTRIBUTIONS; do |
| 45 |
[ "$dist" = "src.txz" ] && src=1 |
| 46 |
done |
| 47 |
|
| 48 |
[ "$src" ] && sed -i.bu 's/^Components src/Components/g' $BSDINSTALL_CHROOT/etc/freebsd-update.conf |
| 49 |
|
| 50 |
|
| 43 |
[ "${debugFile#+}" ] && cp "${debugFile#+}" $BSDINSTALL_CHROOT/var/log/ |
51 |
[ "${debugFile#+}" ] && cp "${debugFile#+}" $BSDINSTALL_CHROOT/var/log/ |
| 44 |
|
52 |
|
| 45 |
# Set up other things from installed config |
53 |
# Set up other things from installed config |