Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-18 | Deprecate vnds in favour of svnds. | Thordur I. Bjornsson | |
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@ | |||
2011-04-17 | Make DUID fstab the default so we can see how people like it. Requested | Kenneth R Westerback | |
by deraadt@. | |||
2011-04-17 | First crack at enabling the installation of a DUID version of | Kenneth R Westerback | |
/etc/fstab, after asking user. Current default is existing behaviour. Feedback & suggestions deraadt@, halex@, jsing@, todd@. ok deraadt@ | |||
2011-04-04 | If we choose to create a user during installation, put it into | Antoine Jacoutot | |
/root/.forward. "makes sense" kettenis, ok pirofti@ deraadt@ | |||
2011-03-22 | Pay attention to result of amd64/i386 installboot(8). Warn user | Kenneth R Westerback | |
when they won't be able to boot the installed root disk. Move installboot invocation to just before congratulation on sucess is emitted. Thus the installed partition will be 'complete' if it ever is booted. "go for it" deraadt@ | |||
2011-02-25 | Silence a bit of error output when no ftplist can be downloaded. | Kenneth R Westerback | |
Silence is golden. Problem seen and fix tested by guenther@. ok guenther@ halex@ | |||
2011-02-07 | Use absolute path to the temporary hosts file; causes /etc/hosts to be correctly | Miod Vallat | |
populated upon installation again. | |||
2011-01-31 | - do not run fsck for fstab entries with zero or empty fs_passno | Alexander Hall | |
- ask for permission to continue upgrade if one or more mounts failed Fixes issue noted by Peter Miller, who also tested the diff. Thanks! ok krw@ | |||
2011-01-10 | like in /etc/rc, talk to /dev/arandom as a single read or write. | Theo de Raadt | |
in particular a single write will result in a single re-key event, rather than 64 writes causing 64 re-keys -- wasting the kernel's time. | |||
2011-01-06 | rephrase fsck question and default to 'n'; ok krw@ henning@ stsp@ | Otto Moerbeek | |
2011-01-03 | reduce the amount of cd'ing in the install script, since it sucks | Theo de Raadt | |
to change the environment that functions assume they run in. use sub-shells or absolute paths when possible. ok krw | |||
2010-12-22 | remove redundant junk | Todd T. Fries | |
pointed out by Mikalaj Kucharski, mikolaj at kuharski dot name ok deraadt@ | |||
2010-12-22 | add more commands of output of random "junk" to arandom | Todd T. Fries | |
please commit deraadt@ | |||
2010-12-22 | wow, we must reach into the chroot for /dev/arandom, meaning some of | Theo de Raadt | |
this code has been busted for quite a while. pointed out by miod | |||
2010-12-22 | Consistantly use /dev/arandom for feeding entropy to the kernel. | Theo de Raadt | |
ok kjell otto miod | |||
2010-11-22 | create devices for fstab entries that are using the disklabel UID notation too | Alexander Hall | |
ok krw@, jsing@ | |||
2010-11-19 | - drop dhcp group from interfaces which did not go UP and got | Alexander Hall | |
an ip address - do the same on startup of the install/upgrade too - do NOT do it unconditionally on all dhcp'd interfaces, since we use the group to retain state. ok krw@, deraadt@ | |||
2010-11-18 | do not run makedev for a uid; ok krw | Theo de Raadt | |
2010-11-12 | - introduce quote() which prints its arguments quoted for sh/ksh parsing | Alexander Hall | |
- use the aformentioned function to properly quote the wireless config into /etc/hostname.$if Now, if only /etc/netstart didn't screw up whitespace... "I don't speak Swahili, so I'm going to have to trust you" deraadt@ no objections from others, specifically so from krw@ | |||
2010-11-05 | Properly quote the wpakey argument. Fixes issue noted by tdm. | Alexander Hall | |
ok krw@ | |||
2010-11-04 | correct comment | Theo de Raadt | |
2010-11-04 | default to using all the IPs for ntp servers; ok krw henning | Theo de Raadt | |
2010-10-30 | for the user, create a matching group and put the user in there by default; ↵ | Theo de Raadt | |
ok halex guenther | |||
2010-10-29 | for late TZ handling, place the temporarily tzlist file into /mnt/tmp | Theo de Raadt | |
(which has already been mounted). discussed with halex | |||
2010-10-18 | delete a wasteful space | Theo de Raadt | |
2010-10-18 | allow configuration of 802.11 interfaces in the installer | Alexander Hall | |
based on a diff from damien@ ok deraadt@ | |||
2010-10-18 | no more misc set | Theo de Raadt | |
2010-10-18 | Place a smaller spwd.db onto the install media. Be consistant with the naming | Theo de Raadt | |
of the "additional" list files (for architectures which split the list) Then... cleanup some TZ which it is clear should not have been placed onto certain media which don't have the space for them. | |||
2010-10-17 | there is no need for -ll at link time | Theo de Raadt | |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray | |
telnet portion partially from the latest heimdal. ok mikeb@ | |||
2010-10-14 | another uid required | Theo de Raadt | |
2010-10-14 | one more uid needed | Theo de Raadt | |
2010-10-13 | add a truncated master.passwd the install media can use if it wants | Theo de Raadt | |
2010-09-26 | Correctly parse new hw.disknames output. | Joshua Elsasser | |
Nicer fix from guenther@, tested by editing install.sub while booted into bsd.rd. "please commit asap" deraadt@ | |||
2010-09-24 | Prefer -h instead over -L for symlink test. | Antoine Jacoutot | |
ok deraadt@ | |||
2010-09-23 | Teach the installer how to process the new hw.disknames output. | Joel Sing | |
ok krw@ | |||
2010-08-30 | Make future work in the installer easier by reducing the amount of | Alexander Hall | |
eval craziness in install_url(). ok krw@ | |||
2010-08-08 | Revert auto-enabling of apm. Some security implications were not | Kenneth R Westerback | |
fully appreciated, and no time to work through them. ok deraadt@ | |||
2010-08-08 | Look for MD devices or assurance that apmd would be a useful thing to | Kenneth R Westerback | |
run. If found, add "apmd_flags=" installed rc.conf.local. Suggested by deraadt@. i386/apm test by kettenis@. ok deraadt@ | |||
2010-08-05 | Return the old behaviour of exiting if a mount fails rather than ignoring it | Alexander Hall | |
ok krw@ | |||
2010-08-04 | Set an appropriate To: header in /var/mail/$user which is copied from | Alexander Hall | |
/var/mail/root idea and first version from deraadt@, ok deraadt@ krw@ | |||
2010-08-02 | Suppress MAKEDEV warnings about 'unknown device' that can appear | Kenneth R Westerback | |
during upgrades when /etc/fstab is using disklabel UID's to mount partitions. Feedback & trash elimination from halex@ "That seems acceptable to me" deraadt@ | |||
2010-07-07 | zap chmod of /etc/pkg.conf since the installer itself will not put a username | Alexander Hall | |
or password in there, and any existing /etc/pkg.conf file will already have its file mode preserved "sure" deraadt@ | |||
2010-07-04 | 600 i mean. hackathon took it's toll. pointed out by halex | Theo de Raadt | |
2010-07-04 | the pkg.conf file should be mode 644, in case the user used a ftp | Theo de Raadt | |
user:password (unlikely.. but) | |||
2010-06-30 | we don't need to add a localhost route for our hostname address, our arp | Peter Hessler | |
code is smarter these days. a side effect of this was noticed by reyk@ OK claudio@ henning@ | |||
2010-06-30 | revert last ^D behaviour change | Alexander Hall | |
requested and well explained by krw@ | |||
2010-06-30 | make the installer quit when ^D is pressed at any prompt | Alexander Hall | |
ok deraadt@ | |||
2010-06-30 | handle whitespace around installpath in pkg.conf | Alexander Hall | |
feedback from espie@ deraadt@ krw@ ok krw@ | |||
2010-06-29 | After installing or updating from a public mirror, the installfrom=... | Alexander Hall | |
line in /etc/pkg.conf is set to point at the corresponding package collection. The file is created if it does not exist. discussed with deraadt@ and espie@ ok espie@ |