Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-25 | make non-root filesystems ffs2 for landisk, sgi and luna88k; ok aoyama@ visa@ | Otto Moerbeek | |
2020-05-18 | Make ffs2 the default for newfs; change all calls to create e.g. floppy | Otto Moerbeek | |
filesystems or ramdisks to use explicit -O 1; installer already does that. ok sthen@ | |||
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-04-05 | Make FFS2 the default filesystem type on installs except for landisk, | Kenneth R Westerback | |
luna88k and sgi. ok otto@ deraadt@ (for diff with same effect) | |||
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 | like ../cdfs/, not yet adjusted to use FSSIZE | Theo de Raadt | |
2019-05-03 | Use MOUNT_POINT throughout, consistant with other platforms. | Theo de Raadt | |
2019-05-03 | cannot give newfs a -c parameter yet, since this Makefile still | Theo de Raadt | |
thinks in terms of MB and it's not a trivial conversion. | |||
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-02 | refer do the nested FFS filesystem by name FS, since it is similar to | Theo de Raadt | |
a miniroot.fs elsewhere (but not made available because noone needs it) this reduces the diff delta further... | |||
2019-05-01 | verbose mkhybrid was never needed on these arch | Theo de Raadt | |
2019-04-30 | rm is in /bin, no need to specify | 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 | |
2019-03-17 | Grow sgi ISO/FS media space to cope with the clang growth. | Theo de Raadt | |
2018-11-13 | Fix a slip in previous. FFSSZ should reflect the "pa" disktab field, | Visa Hankala | |
not "pc", as is documented in the file. However, the value of FFSSZ is not used anywhere so remove the variable. Pointed out by miod@ | |||
2018-11-13 | Grow sgi iso to make room for clang. | Visa Hankala | |
Cluebat and OK deraadt@ | |||
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-28 | DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts | Robert Peichaer | |
according to the same logic for all architectures but sgi. Consolidate setting them in one place in install.sub and incorporate the sgi specific MDSETS and MDSANESETS. Introduce MDSANESETS complementing MDSETS which makes the construction of DEFAULTSETS, THESETS and SANESETS clearer in install.sub. While here, adjust the comment about how MDSETS used now. OK deraadt@ | |||
2017-07-08 | hook up slaacd to the installer on media where we have INET6 | Florian Obser | |
2017-06-26 | Add a MDKERNEL variable that contains the name of the boot kernel. | Robert Peichaer | |
This will be used by the installer in an upcoming change. OK deraadt@ | |||
2017-06-14 | Grow sgi iso, to account for base containing compile.tgz. | Theo de Raadt | |
SGI has 8 kernels, so the file is 113MB! | |||
2017-01-22 | Whitespaces ... | Robert Peichaer | |
2016-12-06 | 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-10-05 | Remove an outdated remark about the 'a' partition. The sgi bootblocks | Visa Hankala | |
now locate the partition by using the disklabel. ok jsing@ | |||
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 | add missing doas entries; noticed by avsm | Theo de Raadt | |
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-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-01-01 | - enable activation of MP kernel for IP27 | Robert Peichaer | |
- use IPARCH instead of sysctl again - use for-loop to copy kernels feedback, tested and OK visa@ no objections krw@ | |||
2015-12-27 | Remove stray '}'. | Robert Peichaer | |
2015-12-27 | welcome GENERIC.IP27 MP (dual cpu on O350 now) | Theo de Raadt | |
ok visa | |||
2015-09-27 | Add IP26 kernels and boot blocks to the installation media. | Miod Vallat | |
2015-09-20 | Enable IP26 builds. | Miod Vallat | |
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-13 | pwd_mkdb now fits onto the install media. no more chroot games. | Theo de Raadt | |