Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-29 | sync | Theo de Raadt | |
2009-07-28 | sync | Theo de Raadt | |
2009-07-28 | sync | Theo de Raadt | |
2009-07-27 | sync | Theo de Raadt | |
2009-07-27 | sync | Theo de Raadt | |
2009-07-26 | Noticed we had run out of cd space. What a giant CD! Instead of putting | Theo de Raadt | |
gzip'd copies of the bsd.rd's on the media, just link to the ones in the release dir, saving more than 18% of the media size | |||
2009-07-25 | sync | Theo de Raadt | |
2009-07-24 | sync | Theo de Raadt | |
2009-07-23 | sync | Theo de Raadt | |
2009-07-23 | Don't use the presence of /etc/fstab to determine if all filesystems | Kenneth R Westerback | |
are umount'd at the start of install/upgrade. As halex@ pointed out 'umount -af' doesn't actually use /etc/fstab, so just always do it. Fixes situations where bailing out of install/upgrade before /etc/fstab was created meant filesystems were not umount'd and restarting the install/upgrade would fail. Noticed & prodded deraadt@ | |||
2009-07-22 | sync | Theo de Raadt | |
2009-07-21 | sync | Theo de Raadt | |
2009-07-14 | Add a couple of missing ';;'s in case statements. Both are just | Kenneth R Westerback | |
before the 'esac' so there should be no functional change, but consistancy feels so good. ok halex@ | |||
2009-07-13 | sync | Miod Vallat | |
2009-07-10 | We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) to | Theo de Raadt | |
decide to talk-back. Sigh. | |||
2009-07-09 | The cd install method is called cd, not cdrom. This gets told to the | Theo de Raadt | |
back end, which feeds it back to us next time, and since we don't know what it means... we ignore it. That is dumb. | |||
2009-07-09 | disable the 3c990 firmware because the media is just slightly over-full, | Theo de Raadt | |
and people on i386 with large dmesg who answer just the right set of questions run the ramdisk out of space. | |||
2009-07-06 | Fix handling of install info saving and fetching. May still be some | Kenneth R Westerback | |
interesting behaviour with v6 '[]' ftp syntax, but best we can do for 4.6. Testing and tweaking from halex@ and phessler@, and a host of others in various previous versions. ok halex@ deraadt@. | |||
2009-07-05 | sync | Theo de Raadt | |
2009-07-05 | sync | Mark Kettenis | |
2009-07-05 | Fix typo that would prevent bsd.rd from being copied into the release dir. | Mark Kettenis | |
ok deraadt@ | |||
2009-07-05 | sync | Theo de Raadt | |
2009-07-03 | sync | Theo de Raadt | |
2009-07-03 | pull in new bnx firmwares | Theo de Raadt | |
2009-07-03 | jmc becomes upset when nouns are used as verbs; via krw | Theo de Raadt | |
2009-07-02 | Do *not* newfs non-ffs partitions while installing. Even if someone | Kenneth R Westerback | |
has entered 'n i' in disklabel and caused a mountpoint to be saved for the non-ffs partition. Discovered by and fix tested by mgrimm@. ok deraadt@. | |||
2009-07-01 | Do not default to disk installs; ftp or cdrom covers 99% of users; ok krw | Theo de Raadt | |
2009-06-30 | sync | Theo de Raadt | |
2009-06-30 | sync | Theo de Raadt | |
2009-06-29 | Revert 1.558, making the installer (in the worst case) use the base-set | Theo de Raadt | |
localtime zone for decision making. But when we get into that situation, also skip timezone manipulation the first time (before base install) and defer it to after the base install (since that is the only time that file exists). Complicated? It could be worse.. ok krw halex | |||
2009-06-29 | sync | Theo de Raadt | |
2009-06-29 | sync | Theo de Raadt | |
2009-06-28 | Change mid-sentence "From" to "from". | Stuart Henderson | |
2009-06-28 | GS140 & TS15 won't work yet either. | Jonathan Gray | |
2009-06-28 | Don't list the AlphaServer 4100 in the unsupported systems | Jonathan Gray | |
section when it is mentioned in the supported systems section shortly before. | |||
2009-06-27 | Add initial user to the 'staff' class. | Antoine Jacoutot | |
ok deraadt@, ok krw@ | |||
2009-06-24 | sync | Theo de Raadt | |
2009-06-24 | Bring macppc install into the new age. Fewer questions, less verbiage, | Kenneth R Westerback | |
more action and safety. "reads ok" sthen@. ok deraadt@ | |||
2009-06-20 | 4.6-BETA | Miod Vallat | |
2009-06-20 | sync | Miod Vallat | |
2009-06-19 | Don't create bogus hosts file entries if too few parameters are | Kenneth R Westerback | |
passed to addhostent(). Noticed by sthen@ and jsing@. ok halex@ deraadt@ | |||
2009-06-17 | sync | Theo de Raadt | |
2009-06-14 | We want to install a LIF label on the disk before we run disklabel -A | Theo de Raadt | |
or disklabel -E. Otherwise that disk will indicate the wrong bounds. (nothing at all -> 0; MBR -> probably 63; LIF -> 256). | |||
2009-06-12 | the TZ list cannot fit onto the floppies | Theo de Raadt | |
2009-06-12 | make the interrupt handler in install.sub print a linefeed and also make | Alexander Hall | |
sure to enable echoing of the input to the tty ok krw@ | |||
2009-06-12 | Put back the once-only code that krw removed earlier, because we want ^C | Theo de Raadt | |
from the install script to go to the # prompt, not back to the question. | |||
2009-06-12 | Avoid vlan explosion reported by deraadt@, sthen@ and jsing@ when | Kenneth R Westerback | |
^C'ing and restarting the install script. When looking for the next vlan to offer, stop at the first unconfigured one rather than the first non-existant one. ok deraadt@ | |||
2009-06-11 | Bring this up to the new way of doing the fdisk handling | Theo de Raadt | |
2009-06-11 | extra space | Theo de Raadt | |
2009-06-11 | Do not show MBRs without the correct signature, instead say they are | Theo de Raadt | |
bogus and provide less options to the user ok krw |