CVSROOT: /cvs Module name: src Changes by: nat...@cvs.openbsd.org 2016/11/24 09:32:33
Modified files: distrib/amd64/ramdiskA: Makefile.inc distrib/amd64/ramdisk_cd: Makefile.inc distrib/i386/common: Makefile.inc Log message: Use makefs to build bsd.rd. amd64 and i386 are first; other platforms will follow with some safety distance when I figured out all MD quirks. makefs allows to build the ramdisk image as an unprivileged user. The next step in the quest to reduce root during builds. ok deraadt