summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2016-11-05Remove the obj, xobj and src directories from the base set.Robert Peichaer
2016-10-30Search for and create a prefetch area only for nonlocal sources.Robert Peichaer
2016-10-29Fix an issue found by naddy@ where the installer was not ableRobert Peichaer
2016-10-28- move SHA256 SHA256.sig h fail from _tmpsrc to /tmpRobert Peichaer
2016-10-23Exit autoinstall in case of missing / or duplicate mountpoints.Robert Peichaer
2016-10-09Re-enable fetching sets from local sources (disk, cdrom, nfs) as root.Robert Peichaer
2016-09-26Add _ping user/group.Florian Obser
2016-09-25Tweak/add comments.Robert Peichaer
2016-09-25Tweak addel(), rmel() and bsort() to not emit a leading/trailing blank.Robert Peichaer
2016-09-22The tape install method is gone for a while already.Robert Peichaer
2016-09-22vi is not available on the install media.Robert Peichaer
2016-09-17ping6(8) is now a hardlink to ping(8).Florian Obser
2016-09-16Revert last. -f is a bad bad idea here.Kenneth R Westerback
2016-09-16Use 'umount -f' so failing to umount root does not blow up install/upgradeKenneth R Westerback
2016-09-13Provide a stripped down group file for the install media.Robert Peichaer
2016-09-13"Make disk selection dumb again", or at least make the change lessAlexander Hall
2016-09-11ramdisk ftp(1) client never probes for ftp & ftp-data services, becauseTheo de Raadt
2016-09-11ramdisk does not need a passwd entry for uucp.Theo de Raadt
2016-09-11a lonely little spaceTheo de Raadt
2016-09-10Ensure that a previous cdrom install method is passed throughRobert Peichaer
2016-09-10Ensure that previous installer choices are available during upgradesRobert Peichaer
2016-09-10Ensure that install_files() returns successful if the _tmpsrcRobert Peichaer
2016-09-10Fix detection if default route was set by dhclient in v4_defroute().Robert Peichaer
2016-09-09There were 3 ways of using shell at the initial prompt of the installer.Robert Peichaer
2016-09-05Tweak comments and spacing.Robert Peichaer
2016-09-05Relax permissions to make files readable by unpriv users again.Robert Peichaer
2016-09-04Not having the root filesystem on the 'a' partition isAlexander Hall
2016-09-04Improve the auto disk selection and also apply it for installs as wellAlexander Hall
2016-09-04Move files created by root during install/upgrade in a subdir ofRobert Peichaer
2016-09-03Make the installer safer by fetching and verifying external dataRobert Peichaer
2016-09-03Add a do_as() function that executes commands as unprivileged userRobert Peichaer
2016-09-03Add two users accounts to the install media that have no privilegesRobert Peichaer
2016-09-03Enable a stripped down version of doas(1) on the install media.Robert Peichaer
2016-09-02for an upgrade disk selection, present a default alternative of 'auto',Alexander Hall
2016-08-23Type. 'if' != 'lf'. Fixes error message and setting hostname from dhcp leaseKenneth R Westerback
2016-08-21Make lease_value() unescape quoted strings. To be fully compliant, weAlexander Hall
2016-08-21tweak previousRobert Peichaer
2016-08-17Use more dhcp info when trying autoinstall/autoupgrade.Kenneth R Westerback
2016-07-23Back out the automatic pkg.conf installpath changes; because pkg_add hasTheo de Raadt
2016-05-27whitespaces grow bsd.rd, you knowTheo de Raadt
2016-05-27During install, set new 'wxallowed' mount option for the filesystemRobert Peichaer
2016-05-26Rename variables to a less ambiguous name better matching their purpose.Robert Peichaer
2016-05-22Rename variable $action (which is actually global) to AI_MODE.Robert Peichaer
2016-05-20Log questions and answers during install/upgrade in a format that can beRobert Peichaer
2016-05-20Move code to create unique filenames and to prepare a fileRobert Peichaer
2016-04-28Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node isMartin Natano
2016-04-27rc.firsttime -> rc.sysmerge for running sysmerge(8) after an upgrade.Antoine Jacoutot
2016-04-25In upgrade mode, automatically run sysmerge(8) in batch mode before fw_update...Antoine Jacoutot
2016-04-11- In isin(), quote $_b to ensure it's treated as string not as pattern.Robert Peichaer
2016-04-11Tweak bsort():Robert Peichaer