summaryrefslogtreecommitdiffstats
path: root/distrib/hppa/ramdisk/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-02-14distrib: use ${MACHINE} instead of hardcoded valuesemarie1-3/+3
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,deraadt1-2/+2
2019-05-12The list + list.local approach is only needed if an architecture buildsderaadt1-2/+2
2019-05-03Further removal of differences (using install instead of cp, sortingderaadt1-6/+7
2019-04-30repair more trivial differencesderaadt1-5/+6
2019-04-30rm is in /bin, no need to specifyderaadt1-3/+3
2019-04-30Every Makefile on every architecture had deviated in unique ways.deraadt1-62/+41
2019-04-29remove the abstraction REV on top of abstraction OSrev which is alwaysderaadt1-5/+5
2019-04-28incorporate GZIPFLAGS into place everywherederaadt1-3/+2
2019-04-28CBIN variable is also pointless, it is always "instbin". Rather thanderaadt1-13/+12
2019-04-28Use new vnconfig vnd-auto-allocate mode. Resolve some variation betweenderaadt1-7/+8
2019-04-05Use new rdsetroot.deraadt1-9/+3
2017-09-18drop ${GZIPCMD} and just use 'gzip'jasper1-3/+2
2017-09-18drop ${STRIP}, it's just 'strip'jasper1-3/+2
2017-08-12always strip the ctf section from ramdisk kernelsjasper1-2/+3
2017-06-03kernels in compile dirs are readonly, and the bsd.rd we created hasderaadt1-1/+2
2016-12-30Install cert.pem + ftp(1) binary that supports SSL, so the install scriptderaadt1-1/+4
2016-12-08Use makefs to build bsd.rd; build & boot tested by krwnatano1-35/+12
2016-10-14Use new kernel compile method for ramdisks, de-escalating to $BUILDUSERderaadt1-4/+3
2014-10-26Append 512 bytes of zero to the kernel image intended to be put into lif.fs,miod1-2/+2
2013-10-23fix typoderaadt1-2/+2
2013-10-18cleanup elfrdsetroot references; ok miodderaadt1-8/+8
2013-10-14Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR.guenther1-2/+3
2011-07-10match latest change by distrib/ramdisk, for extra elfrdsetroot filesderaadt1-3/+5
2011-04-18Deprecate vnds in favour of svnds.thib1-2/+2
2011-04-15No need to make depend kernels; ok guentherderaadt1-2/+2
2011-03-14unify a chunkderaadt1-2/+2
2010-10-18Place a smaller spwd.db onto the install media. Be consistant with the namingderaadt1-2/+2
2010-08-26Since Aug 2008, the kernel can successfully read the 1 block (512krw1-4/+1
2009-04-17further minor unificationderaadt1-2/+2
2009-04-17For SHA256 hashes to be ready to go onto the install media, we mustderaadt1-6/+7
2009-04-12run make depend for kernel, too; ok miodderaadt1-2/+2
2008-12-22do not use the DESTDIR mkboot binaryderaadt1-2/+2
2008-12-02commit with rdsetroot now accepting the filesystem as a 2nd argderaadt1-2/+2
2008-03-04bsd.rd's physical memory usage collided with the bootblocks... Thederaadt1-2/+2
2008-01-11cleanup: make -> ${MAKE} consistenly.espie1-3/+3
2007-06-17Stop using disklabel -r. The disklabel code does not know all the semanticsderaadt1-2/+2
2007-04-13Update install media generation to the new semantics of the -c flag.millert1-2/+2
2007-04-09Add -n to gzip flags. Save a few bytes since we no longer savemillert1-2/+2
2007-02-16s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip'stsi1-3/+3
2005-03-25a quick fix -- pad image w/ extra 64k until boot can cope w/ short readsmickey1-1/+2
2005-03-11never worry about the copyright date on the CD layout again, problemderaadt1-2/+2
2004-03-11change copyrights on iso images, spotted by miodderaadt1-2/+2
2003-07-25for no apparent reason we ran out of inodesmickey1-2/+2
2003-05-06this builds a bootable cdrom w/ a ramdisk kernel. has some problems thoughmickey1-6/+23
2003-02-13no mdec/boot on the ramdisk. name it chewable for the etc/makefilesmickey1-7/+7
2003-01-30this allows to build a ramdiskNN.lifmickey1-0/+107