Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-27 | convert macppc, octeon, and loongson to use MI installboot, removing | Theo de Raadt | |
special case scripting in install.md. (macppc still requires manual steps for HFS bootmode) tested by krw, visa, gkoehler | |||
2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, | Theo de Raadt | |
but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn | |||
2020-03-05 | Do not compress kernel for ramdisk, PMON cannot load compressed kernels; | Otto Moerbeek | |
ok deraadt@ | |||
2019-06-07 | eliminate differences between all the list files as much as | Theo de Raadt | |
possible, and remove the failed previous attempts at sharing in ./miniroot and ./ramdisk. maybe now that differences are eliminated we can start a new sharing effort? i dunno.. | |||
2019-05-13 | Add tee(1) to the ramdisk filesystem and use it to provide both a | Christian Weisgerber | |
moving progress bar during auto upgrade/install and a clean log afterwards. ok deraadt@ | |||
2019-05-05 | Use bsd.gz inside ramdisk | Theo de Raadt | |
2019-05-03 | Further removal of differences (using install instead of cp, sorting | Theo de Raadt | |
chunks in a specified order, using a few variables, performing bsd.rd to bsd.gz conversion as similar as possible) | |||
2019-05-01 | Do not need reacharound back to our own obj directory, pretty silly | Theo de Raadt | |
2019-05-01 | verbose mkhybrid was never needed on these arch | Theo de Raadt | |
2019-04-30 | repair more trivial differences | Theo de Raadt | |
2019-04-30 | rm is in /bin, no need to specify | Theo de Raadt | |
2019-04-30 | fix disktype related typo | Theo de Raadt | |
2019-04-30 | Every Makefile on every architecture had deviated in unique ways. | Theo de Raadt | |
Eliminate many more differences. When it makes sense, build bsd.rd and miniroot/ramdisk.fs and cd.iso in the same directory. More steps coming after this.. | |||
2019-04-29 | These Makefile.inc are now empty and unused. | Theo de Raadt | |
2019-04-29 | TOPDIR and TOP are not neccessary. | Theo de Raadt | |
2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always | Theo de Raadt | |
the sme. | |||
2019-04-28 | cleanup the situation around "df -i" | Theo de Raadt | |
2019-04-28 | Cull BSDRD variables which are always bsd.rd | Theo de Raadt | |
2019-04-28 | CBIN variable is also pointless, it is always "instbin". Rather than | Theo de Raadt | |
having two mysterious names, let's settle on one. | |||
2019-04-28 | the BSD_RD variable is pointless | Theo de Raadt | |
2019-04-28 | Use new vnconfig vnd-auto-allocate mode. Resolve some variation between | Theo de Raadt | |
architectures, and start removing some crazy junk that has collected over the years. Being tested on all architectures... ok various people. | |||
2019-04-05 | Use new rdsetroot. | Theo de Raadt | |
2017-11-19 | add growfs(8) to ramdisk | job | |
Some resizing scenarios can be done from within single user mode, but resizing the root partition required you to bring your own growfs(8) binary into the ramdisk environment. This commit adds growfs(8) to the ramdisks (the ones that don't have space constraints) to simplify such operations. OK deraadt@ | |||
2017-07-08 | hook up slaacd to the installer on media where we have INET6 | Florian Obser | |
2017-01-22 | Whitespaces ... | Robert Peichaer | |
2016-12-11 | Use makefs to build bsd.rd; build & boot tested by visa | Martin Natano | |
2016-10-14 | Use new kernel compile method for ramdisks, de-escalating to $BUILDUSER | Theo de Raadt | |
as required. much help from natano and tb. | |||
2016-09-17 | ping6(8) is now a hardlink to ping(8). | Florian Obser | |
The instbin stuff looks good to deraadt@ | |||
2016-09-13 | Provide a stripped down group file for the install media. | Robert Peichaer | |
Saves precious 896 bytes as a side effect. OK deraadt | |||
2016-09-04 | Move files created by root during install/upgrade in a subdir of | Robert Peichaer | |
/tmp with proper permissions so that unprivileged programs can not tamper with them. positive feedback from deraadt OK halex | |||
2016-09-04 | Move files created by root during install/upgrade in a subdir of | Robert Peichaer | |
/tmp with proper permissions so that unprivileged programs can not tamper with them. positive feedback from deraadt OK halex | |||
2016-09-03 | Enable a stripped down version of doas(1) on the install media. | Robert Peichaer | |
OK halex, tb, deraadt | |||
2016-04-02 | - merge install.sh into install.sub as do_install() | Robert Peichaer | |
- merge upgrade.sh into install.sub as do_upgrade() - delete install.sh and upgrade.sh - make install.sub executable - turn install and upgrade into symbolic links to install.sub - add autoinstall symbolic link to install.sub - change dot.profile to use these symlinks - introduce a -m option to set MODE in install.sub - alternativly set MODE and AUTO depending on PROGNAME - execute the do_{install,upgrade) functions depending on $MODE OK halex@, krw@ 'go for it' deraadt@ | |||
2016-02-08 | If manual disklabel editing is requested during install, don't emit | Kenneth R Westerback | |
verbiage explaining what disklabels are. If you don't know, you should be using (A)uto! ok rpe@ halex@ | |||
2015-12-29 | Change patterns in case-blocks from a*|A* to [aA]* | Robert Peichaer | |
OK halex@ krw@ | |||
2015-12-18 | Introduce a new function disk_has() to inspect a disk if it has a | Robert Peichaer | |
partition-table of a certain type and optionally if it has a partition of a certain type. Use disk_has() in the install.md script to replace all the various "fdisk <disk> | grep <pattern>" commands greatly simplifying things. positive feedback from sthen@ "time to get it really tested" deraadt@ OK krw@ | |||
2015-12-02 | If (O)penBSD is not offered as a partitioning option, do not accept | Kenneth R Westerback | |
'O*|o*' as a valid response. Ignore it as we do other invalid input. armv7 is special case to be handled separately. Noticed by kettenis@. ok deraadt@ rpe@ | |||
2015-11-09 | Fix commas in "Use (W)hole disk MBR..." question. | Robert Peichaer | |
OK jmc@ krw@ | |||
2015-11-05 | newfs the ext2fs partition containing the boot blocks with -O 1 when running | Miod Vallat | |
on the eBenton EBT700, for the PMON flavour found on these systems won't recognize the filesystem correctly otherwise; researched and reported by Ban Keong Yee. | |||
2015-06-02 | Remove the $FSTABFLAG variable and use -F directly. The installer | Robert Peichaer | |
uses disklabel UIDs unconditionally for a while already. OK krw@ "looks good" deraadt@ | |||
2015-05-31 | Replace identical code in the MD scripts of the installer with a new | Robert Peichaer | |
MI function disklabel_autolayout() which now handles all aspects of the disklabel auto-layout and autopartitioning case for the root disk. Remove get_disklabel_template() and merge it with the new function. "move forward" deraadt@ | |||
2015-05-04 | Add the new template file based autopartitioning feature of disklabel(8) | Robert Peichaer | |
to the OpenBSD installer. It is available during unattended installation. The template file is fetched from an url, provided as answer to a new question in the response file: URL to autopartitioning template for disklabel = url Original diff from and OK henning@ 'no objection' krw@ | |||
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-13 | pwd_mkdb now fits onto the install media. no more chroot games. | Theo de Raadt | |
2015-04-02 | more -> less; not less -> more | Theo de Raadt | |
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-02-23 | expr no longer needed on media, thanks to halex and todd and rpe | Theo de Raadt | |
2015-02-12 | Use ksh arithmethic instead of expr. | Robert Peichaer | |
Noted by todd@ OK krw@ halex@ | |||
2014-12-28 | Build special/encrypt into instbin, to prepare for dropping use of the | Theo de Raadt | |
version in just installed base. | |||
2014-12-23 | new SRCDIRS model seems to work | Theo de Raadt | |