Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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-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-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-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@ | |||
2010-06-26 | make http the default network install method rather than ftp | Alexander Hall | |
ok krw@ | |||
2010-06-21 | Argh. Back out previous until correct diff found. | Kenneth R Westerback | |
2010-06-21 | Juggle code a bit and add a check so we don't attempt to create | Kenneth R Westerback | |
a device from a UID name. | |||
2010-04-05 | purge extra spaces which make the media cry | Theo de Raadt | |
2010-04-04 | If the system time is off by more than 120 seconds from the TIME=nnn | Alexander Hall | |
supplied from ftplist.cgi, ask if the user wants to set it accordingly. Idea from deraadt@, feedback from sthen@, guenther@ ok deraadt@, krw@ (slightly different version) | |||
2010-03-09 | correctly choose the files in a directory, even if it is a symbolic link | Theo de Raadt | |
also don't pull extra goop into the selector (do not use ls -l) diff from halex ok krw | |||
2010-03-09 | Tweak default set selection so X sets are in the default list when | Kenneth R Westerback | |
/etc/X11 already exists. So if you install X to a headless machine and then upgrade you don't have to remember to add X sets. Idea from landry@ who installs to a lot of ports boxen. ok halex@ beck@ deraadt@ | |||
2010-03-04 | Gracefully handle trailing '/'s when asking for [sub]Timezones. | Kenneth R Westerback | |
i.e. ignore them all. Problem pointed out by Sebastian Rother. More script discipline and voodoo from halex@. ok halex@ deraadt@ | |||
2010-03-02 | The -stable default ftp directory should not be snapshots/$ARCH. | Kenneth R Westerback | |
The normal release directory is a less surprising default. Suggested by henning@ a while ago. Working script incantation courtesy of several cluebats from halex@. No strong opposition. ok deraadt@ | |||
2010-01-13 | match the 'use 127.0.0.1/8 instead of 127.0.0.1 for clarity' change in netstart | Todd T. Fries | |
sure henning@ | |||
2010-01-03 | Since we can now recognize new disks as they appear, loop waiting | Kenneth R Westerback | |
for a root disk to appear if no disks are initially found. Diff & ok from halex@, idea from deraadt@ | |||
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-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-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-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-03 | jmc becomes upset when nouns are used as verbs; via krw | Theo de Raadt | |
2009-07-01 | Do not default to disk installs; ftp or cdrom covers 99% of users; ok krw | 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-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@ |