From da4e7f037987568b5e28b9fd3d96331c4278d545 Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 12 Oct 2012 19:47:15 -0700 Subject: [PATCH] Create initial 3.2 release page --- release32/index.mdwn | 90 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 release32/index.mdwn diff --git a/release32/index.mdwn b/release32/index.mdwn new file mode 100644 index 00000000..3c051a15 --- /dev/null +++ b/release32/index.mdwn @@ -0,0 +1,90 @@ +# DragonFly Release 3.2 + +## 22 October 2012 (3.2.1 release) + + +The DragonFly 3.0 release is here! + +## Big-ticket items + +### foo + +bar bar bar + + +## Availability + +Four release options are now available for 32-bit as well as for 64-bit. 64-bit installations are recommended if you do not need the linux emulation layer. + +* An ISO, to be burned to a physical CD or used as an image to install a virtual machine. +* A bootable USB disk-key image. (minimum 2G USB stick needed) +* A GUI bootable ISO image with a full X environment. DVD disc required. +* A GUI bootable USB disk-key image with a full X environment. (minimum 4G USB stick needed) +* The GUI images also include a snapshot of our git repos in /usr/src/.git and /usr/pkgsrc/.git which can be incrementally updated after the installation. + +The release ISO images should be available on most of the [[mirrors|mirrors]]. If the ISO is not available on a certain mirror, please try another one or download it from the DragonFly master site. Each image is in the "Live CD" format, meaning that it boots into a running and fully functional DragonFly system, which can be used for testing or system recovery tasks as well as installation. Check the [hardware page](http://www.dragonflybsd.org/docs/supportedhardware/) or boot a Live CD to check for compatibility. + +The GUI bootable USB image also contains the DragonFly git repo in /usr/src and the pkgsrc git repo in /usr/pkgsrc. The code can be trivially checked out using these repos and can be incrementally updated from master sites, post-install. + +### MD5 sums + +MD5 sums for the compressed images: + +* MD5 (dfly-i386-3.0.1_REL.img.bz2) = 8f812dbcb9c0ca28a61f5a0ae1e35a9e +foo +foo + +MD5 sums for the uncompressed images: + +* MD5 (dfly-i386-3.0.1_REL.img) = a7cc87b26c04a179476f9c3f20f8ce9d +foo +foo + + +### pkgsrc packages + +We offer roughly 10,000 pre-built [pkgsrc](http://www.pkgsrc.org) packages for this release. The [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd§ion=ANY) utility may be used to download pre-built binary packages. The path can be overridden by setting BINPKG_BASE in `/etc/pkg_radd.conf`. + +To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_search§ion=ANY) download the summary file for that release: + + # pkg_search -d + +We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirror of the NetBSD pkgsrc CVS repo at `git://git.dragonflybsd.org/pkgsrcv2.git`. We recommend that users use it, instead of pulling from NetBSD with CVS. Our Git mirror is updated several times a day. Type 'make' in /usr to see the available commands for performing these actions. + +## DragonFly 3.0 Special Installation and Upgrade Notes + +**Disk size warning** - Unless your hard disk is 50G or larger, we recommend doing a UFS install and not the default HAMMER install. We also recommend installing from the CD ISO, not the GUI .img, for smaller drives. A more serious installation should use HAMMER with at least 50G of disk space and can install from the GUI .img. HAMMER on smaller disk drives is possible but requires careful pruning to keep from filling the disk with file history. + +**Virtual PC users** - Virtual PC does not supply serial numbers for the virtual disks. The system may need to be manually directed in the boot loader if the disk identifier changes. (Hit ? in the boot loader for a list of available volumes.) + +**Qemu users** - If you see a large number of error messages on the console when booting, you may need to boot DragonFly with ACPI disabled. This can be done in the menu presented at initial boot. If that doesn't help, try placing hw.ioapic_enable=0 in /boot/loader.conf. + +**Installer Crypt Options** - The installer can encrypt the root volume and the swap volume. It will not work properly for other volumes despite any additional check-boxes you might see. Installer and boot-time support works but is still a bit rough around the edges. Performance will be relatively high on multi-core machines. + +**Remaining issues** - + + +## DragonFly 3.2.1 Release Notes + +> ### Kernel changes + + +> ### Hardware changes + +> ### New Multiprocessor-safe Work +* +> ### Userland changes +* + +> ### Removals +* + +> ### Contributed Software +* Shipping with pkgsrc-2012Q3 built packages. +* foo removed +* foo replaced with bar +* foor updated to foo2.1 + +>### Security related + + -- 2.41.0