freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
611 stars 187 forks source link

Pkg fixes and adding Resolv option for internet connection. #170

Closed johalun closed 7 years ago

johalun commented 7 years ago

Packages was not working. Updates for new pkg repo conf files instead of $PACKAGE_SITE. pkg install now runs only once with all packages as argument instead of once for each package. Added option/Resolv to temporary copy hosts /etc/resolv.conf to have internet connection during chroot.

johalun commented 7 years ago

Nice suggestions. I have committed changes and testing build right now.

johalun commented 7 years ago

Heads up, recently when I run the crochet.sh script a file called "2" is being created in the same folder as crochet.sh. I don't think that was there before so might be because something I did. Can't seem to find where it would be though...

johalun commented 7 years ago

Oh, this didn't work. Only the first package is being installed..

kientzle commented 7 years ago

Looks good.