summaryrefslogtreecommitdiff
path: root/distrib/miniroot/dot.profile
AgeCommit message (Expand)Author
2023-02-20Disable strict bourne shell mode to get ksh behaviour in (S)hellKlemens Nanni
2022-05-09In a couple places, use set -m to cause subshells to gain processTheo de Raadt
2021-09-08Backout "Merge sysupgrade watchdog and prompt timeout code"Klemens Nanni
2021-08-29Merge sysupgrade watchdog and prompt timeout codeKlemens Nanni
2021-08-29Sync prompt timeout code with sysupgrade watchdogKlemens Nanni
2021-07-21Use exclusive lock under /dev/, silence expected errors in installerkn
2021-07-16Create working directories earlier so that resolvd can writeFlorian Obser
2019-04-27It's timer_pid not timeout_pidkn
2019-04-24Perform unattended upgrade if /bsd.upgrade is present.Florian Obser
2017-10-13Move extraction of rootdisk information into the DONEPROFILE if-block.Robert Peichaer
2017-10-13Comment trap handlersRobert Peichaer
2017-10-13Tweak commentsRobert Peichaer
2017-10-13Add a comment for slaacd(8) start and replace the if-then-fi blockRobert Peichaer
2017-07-08Enable slaacd on the installer and temporarily neuter routerFlorian Obser
2017-02-20Zap the extra echo and show the prompt using the var?'prompt' featureRobert 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-04Move files created by root during install/upgrade in a subdir ofRobert Peichaer
2016-04-08Directly assign device name to rootdisk with modified sed pattern.Robert Peichaer
2016-04-02- merge install.sh into install.sub as do_install()Robert Peichaer
2016-01-26spacingRobert Peichaer
2015-07-03Use [aA]* instead of a*|A* in case-blocks.Robert Peichaer
2015-07-01Use ksh style tests like in the rest of the installer scripts.Robert Peichaer
2015-03-28- Start comments with capital letters.Robert Peichaer
2014-10-23Extend autoinstall(8) feature:Robert Peichaer
2014-07-16spacesTheo de Raadt
2014-02-21oops, seperate pieces coming...Theo de Raadt
2014-02-21servicesTheo de Raadt
2013-12-16Replace `[RESPONSEFILE=...] install auto` voodoo with plain'ol getopts,Alexander Hall
2013-12-02As the number of interactively triggered (A)utoinstall's should be quiteAlexander Hall
2013-11-28Now, that the auto installer supports both, install and upgrade,Robert Peichaer
2013-11-14fix ^C handling which was accidentally trapped a bit to muchAlexander Hall
2013-10-27Unattended installation using DHCP and a response fileUwe Stuehler
2011-07-08make exiting the shell take you back to the inital promptAlexander Hall
2010-06-30revert last ^D behaviour changeAlexander Hall
2010-06-30make the installer quit when ^D is pressed at any promptAlexander Hall
2010-01-10remove and move some chatty byte during upgrade startup; ok krw, idea from mc...Theo de Raadt
2009-06-12Put back the once-only code that krw removed earlier, because we want ^CTheo de Raadt
2009-06-07More tersification. Fixes verbiage issue reported by jdixon@ onKenneth R Westerback
2009-06-04Implement '!' and '!<cmd>' at the "(I)nstall ..." prompt so weKenneth R Westerback
2009-06-04Only print the intro verbiage once, instead of every pass through the "(I)nst...Kenneth R Westerback
2009-06-03Add hw.machine and kern.osrelease to install media sysctl. UsingKenneth R Westerback
2008-08-03Sparc miniroot hasn't worked for a while, since the sed code to findKenneth R Westerback
2007-11-16Simplify the sed expression used to set 'rootdisk'. Shaves bytes from theKenneth R Westerback
2007-02-16better X"" idiom in while loop; didickman@yahoo.comTheo de Raadt
2006-03-04Put comment on separate line so it is stripped from install media.Kenneth R Westerback
2002-09-13do not stty 9600Theo de Raadt
2002-08-29Add a new verb to list2sh.awk, 'REMOVE'. This allows the easyKenneth R Westerback
2002-06-09knfTodd T. Fries