Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2015-03-11 | expr no longer needed on media, because the scripts always use ksh builtins. | Theo de Raadt | |
halex, rpe, and todd cleared the way for this. | |||
2015-03-11 | If this is going to use sync, it should use the sync + sleep idiom. | Theo de Raadt | |
Yes, this is stupid, but MI installboot later will make the problem go away. Until then.. | |||
2015-03-08 | add a link for boot.lif on the media. Our options to solve this were | Theo de Raadt | |
1) add link, so that installboot works by default 2) edit install.md to add sdboot as a parameter, but then default bsd.rd commandline use fails 3) modify hppa*_installboot.c for now, we do 1, though i think 3 is the right way diagnosed with krw, ok jsing | |||
2015-03-08 | oops, wrong file to commit a diff to | Theo de Raadt | |
2015-03-08 | last rev fixed upgrades, but broke installs, sigh. use on-bsd.rd sdboot | Theo de Raadt | |
for LIF/header creation, pre-disklabel. post-install/upgrade, this gets redone, this time with -r /mnt to pick up the new sdboot file ok krw jsing miod |