summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
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
2016-04-09Remove _tz as intermediate variable and use CGI_TZ directly.Robert Peichaer
2016-04-09Use _if for a single interface name and _ifs for a list of interfaceRobert Peichaer
2016-04-08Use _if instead of _ifs as variable name for single interface names.Robert Peichaer
2016-04-08Rename getdevname() to get_dkdev_name() to better reflect the actualRobert Peichaer
2016-04-08Directly assign device name to rootdisk with modified sed pattern.Robert Peichaer
2016-04-02Simplify defining the various set lists.Robert Peichaer
2016-04-02Remove unused variable.Robert Peichaer
2016-04-02forgot to cvs rm locally in previous commitRobert Peichaer
2016-04-02- merge install.sh into install.sub as do_install()Robert Peichaer
2016-03-05missed 'sed -i'Robert Peichaer
2016-02-27Cleanup the list of usernames that are rejected during installation.Robert Peichaer
2016-02-27Shorter version that does the same.Robert Peichaer
2016-02-23In the great pdisk churn we lost a pdisk pecularity in disk nameKenneth R Westerback
2016-02-20Combine two sed calls into one.Robert Peichaer
2016-02-20remove stray semicolonRobert Peichaer
2016-02-12Uppercase global variable.Robert Peichaer
2016-02-11Ensure, that the '&' is placed correctly if not all variables are set.Robert Peichaer
2016-01-31spacingRobert Peichaer
2016-01-31- remove _d from local list which is a leftover from a previous changeRobert Peichaer
2016-01-26spacingRobert Peichaer
2016-01-25localize _clistRobert Peichaer
2016-01-24spacingRobert Peichaer
2016-01-24- cleanup quoting in sed patternRobert Peichaer
2016-01-17Discard stderr of fdisk and pdisk.Robert Peichaer
2016-01-12The data for CGI_{METHOD,TIME,TZ} comes from an external source.Robert Peichaer
2016-01-10replace test command with [[ ]]Robert Peichaer
2016-01-10simplify patternRobert Peichaer