summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-04-22syncTheo de Raadt
2015-04-21append 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-20Fix asking for list of http servers via '?'. The 'more' now usedKenneth 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-19syncTheo de Raadt
2015-04-19Force 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-16syncTheo de Raadt
2015-04-13pwd_mkdb now fits onto the install media. no more chroot games.Theo de Raadt
2015-04-12syncTheo de Raadt
2015-04-11syncTheo de Raadt
2015-04-09syncTheo de Raadt
2015-04-07Tweak previous.Robert Peichaer
OK halex@ krw@
2015-04-07syncTheo de Raadt
2015-04-06Moar comments !! Explain what's going on during install / upgrade.Robert Peichaer
OK krw@
2015-04-06Use if then else instead of testing $_fstype twice.Robert Peichaer
OK krw@
2015-04-05syncTheo de Raadt
2015-04-05Cope with the removal of less from install media.Robert Peichaer
Noted by Adam Wolk, thanks. OK krw@ deraadt@
2015-04-04I contributed substantially to the installer, so add copyright.Robert Peichaer
prodded by deraadt@
2015-04-04Moar comments !!Robert Peichaer
Add comment headers to each function, briefly explaining its purpose and arguments. Feedback and OK halex@ krw@
2015-04-03Eleminate the last occurrences of backticks and replace constructsRobert Peichaer
like `cat file` or $(cat file) with $(<file) in places, where we can be sure that file exists. OK krw@
2015-04-02more is less than moreTheo de Raadt
2015-04-02more -> less; not less -> moreTheo de Raadt
2015-03-31syncTheo de Raadt
2015-03-31syncTheo de Raadt
2015-03-30syncMiod Vallat
2015-03-28fix typosRobert 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-27Tame 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-27Missing `unattended installation' chunk.Miod Vallat
2015-03-27Remove `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-27Fix horrible typo in the sun4e netboot instructions causing them to beMiod Vallat
ineffective.
2015-03-27Move man.conf from /etc to /etc/examples, deleting what's no longer supported.Ingo Schwarze
Discussed with many and OK ajacoutot@.
2015-03-21Fold the single command from update_firmware() into finish_up()Robert Peichaer
and remove the update_firmware() function all together. OK halex@ krw@
2015-03-21Move code that gets executed when install.sub is sourcedRobert Peichaer
to the bottom of the file to make it easier to see what code is actually executed. OK krw@ halex@
2015-03-21Bourne to Korn shellRobert Peichaer
OK krw@
2015-03-18syncTheo de Raadt
2015-03-17Restore 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-16syncTheo de Raadt
2015-03-15Eliminate the question 'Which cd?' and just show the available cd'sKenneth R Westerback
in the 'Location of sets?' prompt. Idea from deraadt@ Developed with and tested by rpe@ ok deraadt@ rpe@
2015-03-14unbreak treeTheo de Raadt
2015-03-14Switch all the license blocks to the standard OpenBSD/ISC license.Kenneth R Westerback
With the permission of Toby. ok deraadt@
2015-03-13chroot is now inside instbin, so do not need to run the copy in /mntTheo de Raadt
ok rpe
2015-03-12Use 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-11syncTheo de Raadt
2015-03-11Shuffle 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-11adjust for removal of expr (and while here, sort all these lists, with theTheo de Raadt
goal of eventually refactoring them)
2015-03-11expr 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-11If 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-08add a link for boot.lif on the media. Our options to solve this wereTheo 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-08oops, wrong file to commit a diff toTheo de Raadt
2015-03-08last rev fixed upgrades, but broke installs, sigh. use on-bsd.rd sdbootTheo 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