examples/rconfig: Fix typos.
disklabel64 - Make disktype optional, fix alignment bug* Make the disktype optional, use 'auto' automatically* Fix a bug in the kernel's l64_makevirginlabel() calculation. It was not properly c
disklabel64 - Make disktype optional, fix alignment bug* Make the disktype optional, use 'auto' automatically* Fix a bug in the kernel's l64_makevirginlabel() calculation. It was not properly calculating the alignment relative to the physical disk.* Refactor some of the documentation* Refactor examplesSubmitted-by: Aaron LI <aly@aaronly.me>
show more ...
rconfig: Add a script for setting up a HAMMER/UEFI system.
examples/rconfig: Fix CD/PXE check in two scripts.
rconfig - A couple additions to hammer.shSubmitted-by: RumkoCloses: #1173
nrelease/rconfig: Remove some usbd(8) remains.
rconfig - CCD mirror script* Add a script to automate installations on a disk mirrored setup using ccd(4)
rconfig(8): Stop creating /usr/pkg/etc/mk.conf from the scripts.
examples/rconfig: Some fixes to our installation scripts.* Allow the script to be run in a netbooted scenario, too.* Raise the default size of the root partition to 768M (like the installer's d
examples/rconfig: Some fixes to our installation scripts.* Allow the script to be run in a netbooted scenario, too.* Raise the default size of the root partition to 768M (like the installer's default).* While here, add some comments and whitespace.Submitted-by: Joachim de Groot <jdegroot@web.de>
rconfig - LVM stripe scriptIt uses lvm(8) facilities to install a DragonFly system in alogical volume made of as many disk as you specify in the disklist. It creates a swap partition and a /boot
rconfig - LVM stripe scriptIt uses lvm(8) facilities to install a DragonFly system in alogical volume made of as many disk as you specify in the disklist. It creates a swap partition and a /boot UFS filesystemas it is required for proper operation.
encrypted_root.sh: Fix a typo.
rconfig(8) - Add new script to setup an encrypted root file systemThis is basically a copy of hammer.sh modified to setup an encryptedHAMMER root file system with cryptsetup/mkinitrd.
hammer.sh: Adjust for devfs.
hammer.sh: Sync with some of the recent installer changes.* Use disklabel64(8).* Do the 'chflags nohistory ...' after the cpdups to not have cpdup overwrite the flags again.
Adjust hammer.sh for the new "fixbootfile" rc script.Now that this cares about fixing kern.bootfile, there's no need tomess in the user's /etc from outside.
Adjust vfinddev() to return a referenced vnode in *vpp.Fix a small race condition in sys_linux_ustat() related to accessinga vnode which can get ripped out from under the procedure.
Zero out the start of the disk.
Remove the workaround for the wrong autosizing calculation in disklabel(8).
Adjust kern.bootfile to make savecore(8) work.
* Remove 'exit 1' so the script continues running.* Add swap to fstab.* Remove dntpd setup because the same stuff is in our default dntpd.conf already.
Add missing sleep.Reported-by: "Hale Boyes, Kevin " <Kevin.HaleBoyes@encana.com>
Bump up the size of the boot partition in the boot+HAMMER rconfigexample from 128M to 256M.
Update the rconfig examples. Correct a bug in auto.sh and add hammer.sh.hammer.sh is a rconfig example which will format a BOOT+HAMMER system.
A sample rconfig script which completely wipes and reinstalls dragonflyon a fresh HD.