summaryrefslogtreecommitdiffstats
path: root/distrib/sparc64/miniroot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* distrib: restore rdsetroot -x usage (extract the disk.fs image) on stripped bsd.rdsemarie2021-02-141-2/+4
| | | | | | | | It passes options to keep rd_root_size and rd_root_image symbols while stripping. These symbols are the ones used by rdsetroot to insert or extract disk image into RAMDISK. ok danj@ deraadt@
* distrib: use ${MACHINE} instead of hardcoded valuesemarie2021-02-141-8/+8
| | | | ok deraadt@
* distrib: merge objcopy -Sg and strip commandssemarie2021-02-131-3/+2
| | | | | | | | | | | in the command "objcopy -Sg", the -g option (STRIP_DEBUG) overrides the -S option (STRIP_ALL). so it is the same as "objcopy -g". "strip" command without option is doing STRIP_ALL. merge the both commands to "objcopy -S" ok deraadt@ danj@
* distrib: remove STRIPOPTS variable from alpha and sparc64 Makefilesemarie2021-02-131-4/+2
| | | | ok deraadt@ danj@
* Make ffs2 the default for newfs; change all calls to create e.g. floppyotto2020-05-181-2/+2
| | | | | filesystems or ramdisks to use explicit -O 1; installer already does that. ok sthen@
* Change install images called *.fs to *.img. These are UFS filesystem images,deraadt2020-05-171-2/+2
| | | | | | | | 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
* clang bsd.rd is a bit bigger..deraadt2020-04-041-2/+2
|
* grow sparc64 miniroot a littlederaadt2019-06-081-2/+2
|
* eliminate differences between all the list files as much asderaadt2019-06-071-22/+24
| | | | | | 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..
* Add tee(1) to the ramdisk filesystem and use it to provide both anaddy2019-05-131-1/+2
| | | | | moving progress bar during auto upgrade/install and a clean log afterwards. ok deraadt@
* The cdrom contains a nested ffs filesystem, so indicate that dependencyderaadt2019-05-101-3/+3
| | | | for large-factor make -j, hit by claudio
* Further removal of differences (using install instead of cp, sortingderaadt2019-05-031-13/+14
| | | | | chunks in a specified order, using a few variables, performing bsd.rd to bsd.gz conversion as similar as possible)
* step by step, more removal of differencesderaadt2019-04-301-4/+4
|
* repair more trivial differencesderaadt2019-04-301-2/+3
|
* rm is in /bin, no need to specifyderaadt2019-04-301-4/+4
|
* merge cdfs into miniroot, so that it doesn't need obj reacharoundderaadt2019-04-301-4/+33
|
* Every Makefile on every architecture had deviated in unique ways.deraadt2019-04-302-33/+159
| | | | | | 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..
* TOPDIR and TOP are not neccessary.deraadt2019-04-291-5/+1
|
* remove the abstraction REV on top of abstraction OSrev which is alwaysderaadt2019-04-291-2/+2
| | | | the sme.
* cleanup the situation around "df -i"deraadt2019-04-281-2/+2
|
* Use new vnconfig vnd-auto-allocate mode. Resolve some variation betweenderaadt2019-04-281-14/+16
| | | | | | architectures, and start removing some crazy junk that has collected over the years. Being tested on all architectures... ok various people.
* Use the shorter ofwbootfd (without softraid support) on the miniroot.naddy2015-03-121-2/+2
| | | | | This fixes booting of cdNN.iso and installNN.iso on the Blade 150. ok deraadt@
* Switch to using MI installboot, after a conversation with stsp. He willderaadt2014-11-221-2/+2
| | | | | need this soon. install tested by jsg
* Deprecate vnds in favour of svnds.thib2011-04-181-8/+8
| | | | | | | | | | | | In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@
* grow the miniroot a wee little bitderaadt2010-02-261-2/+2
|
* For SHA256 hashes to be ready to go onto the install media, we mustderaadt2009-04-171-2/+4
| | | | | | | build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment)
* crank size of sparc64 miniroot a wee bitderaadt2007-02-251-2/+2
|
* include isp firmware on some sparc64 media; and resize the media that isderaadt2003-02-061-2/+6
| | | | too small
* cdfs becomes minirootjason2001-10-121-0/+58
|
* does this work? I do not know yetderaadt2001-10-103-152/+0
|
* sparc -> sparc64miod2001-10-081-3/+3
|
* initial cut at building ramdisk... will no doubt need tweakingjason2001-09-183-0/+152