If DragonFly have separated sets, most users don't have to spent long times to do make buildworld, buildkernel, installkernel, installworld and upgrade.
For example, I can download OpenBSD daily build to upgrade my box: /bin/ln -f /bsd /obsd /bin/cp bsd.rd /bsd.rd /bin/cp bsd /bsd.sp /bin/cp bsd.mp /bsd.new /bin/mv /bsd.new /bsd cp /sbin/reboot /root/reboot tar -C / -xzpf man58.tgz tar -C / -xzpf xshare58.tgz tar -C / -xzpf xbase58.tgz tar -C / -xzpf comp58.tgz tar -C / -xzpf base58.tgz /root/reboot cd /dev ./MAKEDEV all /usr/sbin/sysmerge Thanks. On Fri, Dec 18, 2015 at 12:43 AM, Justin Sherrill <[email protected] > wrote: > You can pull down kernel-only files: > > http://avalon.dragonflybsd.org/snapshots/ > > DragonFly doesn't have fully separated sets right now. I don't know > the advantage/disadvantage, but nobody's asked for them so far. > > On Thu, Dec 17, 2015 at 4:06 AM, Dongsheng Song > <[email protected]> wrote: > > Great news ! > > > > Btw, where can I found the install sets like FreeBSD[1], OpenBSD[2] and > > NetBSD[3] ? > > > > [1] http://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/10.2-STABLE/ > > [2] http://ftp.openbsd.org/pub/OpenBSD/snapshots/amd64/ > > [3] http://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/amd64/binary/sets/ > > > > Thanks. > > > > On Thu, Dec 17, 2015 at 8:20 AM, Justin Sherrill < > [email protected]> > > wrote: > >> > >> Based on popular demand (several people asked), there's now > >> XZ-compressed images for the current release. They're linked on the > >> download page. > >> > >> https://www.dragonflybsd.org/download/ > >> > >> Please try them out if you can decompress that format and need an > >> install image. They are about 30% smaller than bzip2 images and will > >> save you some time/bandwidth. > > > > >
