summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Collapse)Author
2011-04-18Deprecate 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-17Make DUID fstab the default so we can see how people like it. RequestedKenneth R Westerback
by deraadt@.
2011-04-17First crack at enabling the installation of a DUID version ofKenneth R Westerback
/etc/fstab, after asking user. Current default is existing behaviour. Feedback & suggestions deraadt@, halex@, jsing@, todd@. ok deraadt@
2011-04-04If we choose to create a user during installation, put it intoAntoine Jacoutot
/root/.forward. "makes sense" kettenis, ok pirofti@ deraadt@
2011-03-22Pay attention to result of amd64/i386 installboot(8). Warn userKenneth 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-25Silence 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-07Use absolute path to the temporary hosts file; causes /etc/hosts to be correctlyMiod Vallat
populated upon installation again.
2011-01-31- do not run fsck for fstab entries with zero or empty fs_passnoAlexander 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-10like 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-06rephrase fsck question and default to 'n'; ok krw@ henning@ stsp@Otto Moerbeek
2011-01-03reduce the amount of cd'ing in the install script, since it sucksTheo de Raadt
to change the environment that functions assume they run in. use sub-shells or absolute paths when possible. ok krw
2010-12-22remove redundant junkTodd T. Fries
pointed out by Mikalaj Kucharski, mikolaj at kuharski dot name ok deraadt@
2010-12-22add more commands of output of random "junk" to arandomTodd T. Fries
please commit deraadt@
2010-12-22wow, we must reach into the chroot for /dev/arandom, meaning some ofTheo de Raadt
this code has been busted for quite a while. pointed out by miod
2010-12-22Consistantly use /dev/arandom for feeding entropy to the kernel.Theo de Raadt
ok kjell otto miod
2010-11-22create devices for fstab entries that are using the disklabel UID notation tooAlexander Hall
ok krw@, jsing@
2010-11-19- drop dhcp group from interfaces which did not go UP and gotAlexander 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-18do not run makedev for a uid; ok krwTheo de Raadt
2010-11-12- introduce quote() which prints its arguments quoted for sh/ksh parsingAlexander 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-05Properly quote the wpakey argument. Fixes issue noted by tdm.Alexander Hall
ok krw@
2010-11-04correct commentTheo de Raadt
2010-11-04default to using all the IPs for ntp servers; ok krw henningTheo de Raadt
2010-10-30for the user, create a matching group and put the user in there by default; ↵Theo de Raadt
ok halex guenther
2010-10-29for late TZ handling, place the temporarily tzlist file into /mnt/tmpTheo de Raadt
(which has already been mounted). discussed with halex
2010-10-18delete a wasteful spaceTheo de Raadt
2010-10-18allow configuration of 802.11 interfaces in the installerAlexander Hall
based on a diff from damien@ ok deraadt@
2010-10-18no more misc setTheo de Raadt
2010-10-18Place a smaller spwd.db onto the install media. Be consistant with the namingTheo 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-17there is no need for -ll at link timeTheo de Raadt
2010-10-15Switch the remaining users of libdes in src to libcrypto,Jonathan Gray
telnet portion partially from the latest heimdal. ok mikeb@
2010-10-14another uid requiredTheo de Raadt
2010-10-14one more uid neededTheo de Raadt
2010-10-13add a truncated master.passwd the install media can use if it wantsTheo de Raadt
2010-09-26Correctly 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-24Prefer -h instead over -L for symlink test.Antoine Jacoutot
ok deraadt@
2010-09-23Teach the installer how to process the new hw.disknames output.Joel Sing
ok krw@
2010-08-30Make future work in the installer easier by reducing the amount ofAlexander Hall
eval craziness in install_url(). ok krw@
2010-08-08Revert auto-enabling of apm. Some security implications were notKenneth R Westerback
fully appreciated, and no time to work through them. ok deraadt@
2010-08-08Look for MD devices or assurance that apmd would be a useful thing toKenneth R Westerback
run. If found, add "apmd_flags=" installed rc.conf.local. Suggested by deraadt@. i386/apm test by kettenis@. ok deraadt@
2010-08-05Return the old behaviour of exiting if a mount fails rather than ignoring itAlexander Hall
ok krw@
2010-08-04Set an appropriate To: header in /var/mail/$user which is copied fromAlexander Hall
/var/mail/root idea and first version from deraadt@, ok deraadt@ krw@
2010-08-02Suppress MAKEDEV warnings about 'unknown device' that can appearKenneth 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-07zap chmod of /etc/pkg.conf since the installer itself will not put a usernameAlexander Hall
or password in there, and any existing /etc/pkg.conf file will already have its file mode preserved "sure" deraadt@
2010-07-04600 i mean. hackathon took it's toll. pointed out by halexTheo de Raadt
2010-07-04the pkg.conf file should be mode 644, in case the user used a ftpTheo de Raadt
user:password (unlikely.. but)
2010-06-30we don't need to add a localhost route for our hostname address, our arpPeter Hessler
code is smarter these days. a side effect of this was noticed by reyk@ OK claudio@ henning@
2010-06-30revert last ^D behaviour changeAlexander Hall
requested and well explained by krw@
2010-06-30make the installer quit when ^D is pressed at any promptAlexander Hall
ok deraadt@
2010-06-30handle whitespace around installpath in pkg.confAlexander Hall
feedback from espie@ deraadt@ krw@ ok krw@
2010-06-29After 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@