Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-28 | ajacoutot spotted a problem with the new sshd logic (to disable root logins | Stuart Henderson | |
by default completely in most cases, except where a public ssh key was provided to autoinstall) - in the case where a (non-root) account was created, sshd was being disabled; this diff fixes it. Looks good ajacoutot, OK djm@, extensive testing+OK rpe@, | |||
2015-04-27 | Rework sshd enable root login questions in light of sshd PermitRootLogin | Damien Miller | |
default change. The new default is not to ask to enable root logins when a non-root user has been addedi. There is some additional sublety for auto-installs that provide root ssh keys. patch by myself and rpe@ with feedback from sthen@; ok rpe@ deraadt@ sthen@ | |||
2015-04-26 | get_responsefile: instead of keeping the dhcp-supplied next-server where | Henning Brauer | |
we fetch the response file from in a local _server var, put it in an exported AI_SERVER one. last not least that allows install.site to see it. ok krw rpe | |||
2015-04-26 | sync | Theo de Raadt | |
2015-04-24 | sync | Theo de Raadt | |
2015-04-22 | sync | Theo de Raadt | |
2015-04-21 | append the setdir ("5.7/amd64", "snapshots/vax") as get-parameter "path" | Henning Brauer | |
when fetching the autoinstall response file. a webserver that serves static files doesn't give a damn. if I map that to something that dynamically creates the response file, i can use that to construct the sets path, or play other arch and/or version dependent games. ok krw uwe | |||
2015-04-20 | Fix asking for list of http servers via '?'. The 'more' now used | Kenneth R Westerback | |
on the install media does not (currently) support '-e' or other posix nifties, but does exit after displaying the last line. Should fix scanning for wireless networks too. Reported by Adam Wolk on misc@. ok deraadt@ | |||
2015-04-19 | sync | Theo de Raadt | |
2015-04-19 | Force the boot partition to ext2fs, rathern than leaving it as it was. | Theo de Raadt | |
Found by inspection while curious... not though actual experience... ok miod | |||
2015-04-16 | sync | Theo de Raadt | |
2015-04-13 | pwd_mkdb now fits onto the install media. no more chroot games. | Theo de Raadt | |
2015-04-12 | sync | Theo de Raadt | |
2015-04-11 | sync | Theo de Raadt | |
2015-04-09 | sync | Theo de Raadt | |
2015-04-07 | Tweak previous. | Robert Peichaer | |
OK halex@ krw@ | |||
2015-04-07 | sync | Theo de Raadt | |
2015-04-06 | Moar comments !! Explain what's going on during install / upgrade. | Robert Peichaer | |
OK krw@ | |||
2015-04-06 | Use if then else instead of testing $_fstype twice. | Robert Peichaer | |
OK krw@ | |||
2015-04-05 | sync | Theo de Raadt | |
2015-04-05 | Cope with the removal of less from install media. | Robert Peichaer | |
Noted by Adam Wolk, thanks. OK krw@ deraadt@ | |||
2015-04-04 | I contributed substantially to the installer, so add copyright. | Robert Peichaer | |
prodded by deraadt@ | |||
2015-04-04 | Moar comments !! | Robert Peichaer | |
Add comment headers to each function, briefly explaining its purpose and arguments. Feedback and OK halex@ krw@ | |||
2015-04-03 | Eleminate the last occurrences of backticks and replace constructs | Robert Peichaer | |
like `cat file` or $(cat file) with $(<file) in places, where we can be sure that file exists. OK krw@ | |||
2015-04-02 | more is less than more | Theo de Raadt | |
2015-04-02 | more -> less; not less -> more | Theo de Raadt | |
2015-03-31 | sync | Theo de Raadt | |
2015-03-31 | sync | Theo de Raadt | |
2015-03-30 | sync | Miod Vallat | |
2015-03-28 | fix typos | Robert Peichaer | |
noted by Mikolaj Kucharski, thx OK krw@ | |||
2015-03-28 | - Start comments with capital letters. | Robert Peichaer | |
- End comments with a full stop. OK krw@ | |||
2015-03-27 | Tame the more than 70 functions in install.sub. | Robert Peichaer | |
Regroup them by their purpose and add section headers. go for it halex@, OK krw@ | |||
2015-03-27 | Missing `unattended installation' chunk. | Miod Vallat | |
2015-03-27 | Remove `installing from SunOS' and `installing from Solaris' instructions. | Miod Vallat | |
They are much more troublesome than using the miniroot, and if you're actually still running a SunOS setup in 2015, then you're me, and you don't need to be told this information anyway. Do not suggest disks might be shared between OpenBSD and SunOS or Solaris anymore. This is just asking for trouble. | |||
2015-03-27 | Fix horrible typo in the sun4e netboot instructions causing them to be | Miod Vallat | |
ineffective. | |||
2015-03-27 | Move man.conf from /etc to /etc/examples, deleting what's no longer supported. | Ingo Schwarze | |
Discussed with many and OK ajacoutot@. | |||
2015-03-21 | Fold the single command from update_firmware() into finish_up() | Robert Peichaer | |
and remove the update_firmware() function all together. OK halex@ krw@ | |||
2015-03-21 | Move code that gets executed when install.sub is sourced | Robert Peichaer | |
to the bottom of the file to make it easier to see what code is actually executed. OK krw@ halex@ | |||
2015-03-21 | Bourne to Korn shell | Robert Peichaer | |
OK krw@ | |||
2015-03-18 | sync | Theo de Raadt | |
2015-03-17 | Restore previous behaviour that got lost with 1.780. | Robert Peichaer | |
Don't ask about xdm if the answer to the X question was no. Noted by mlarkin@ "Looks good" deraadt@ OK krw@ | |||
2015-03-16 | sync | Theo de Raadt | |
2015-03-15 | Eliminate the question 'Which cd?' and just show the available cd's | Kenneth R Westerback | |
in the 'Location of sets?' prompt. Idea from deraadt@ Developed with and tested by rpe@ ok deraadt@ rpe@ | |||
2015-03-14 | unbreak tree | Theo de Raadt | |
2015-03-14 | Switch all the license blocks to the standard OpenBSD/ISC license. | Kenneth R Westerback | |
With the permission of Toby. ok deraadt@ | |||
2015-03-13 | chroot is now inside instbin, so do not need to run the copy in /mnt | Theo de Raadt | |
ok rpe | |||
2015-03-12 | Use the shorter ofwbootfd (without softraid support) on the miniroot. | Christian Weisgerber | |
This fixes booting of cdNN.iso and installNN.iso on the Blade 150. ok deraadt@ | |||
2015-03-11 | sync | Theo de Raadt | |
2015-03-11 | Shuffle some code around to make it easier to read. Add get_rootinfo() | Kenneth R Westerback | |
and shuffle some install specific code into install.sh. No intentional functional change. Update copyrights to 2015 while here. Tested & ok rpe@ | |||
2015-03-11 | adjust for removal of expr (and while here, sort all these lists, with the | Theo de Raadt | |
goal of eventually refactoring them) |