git: initrd: Exclude 'oinit' from rescue tools

Aaron LI aly at crater.dragonflybsd.org
Mon Aug 3 17:10:27 PDT 2026


commit fe73fd3c5bc98fa682ca3960375e9c12115d26b5
Author: Aaron LI <aly at aaronly.me>
Date:   Tue Aug 4 08:07:04 2026 +0800

    initrd: Exclude 'oinit' from rescue tools
    
    oinit is a stripped-down init(8), so it's only useful on an initrd
    image.  Move it from ${RESCUE_SUBDIRS} to ${INITRD_SUBDIRS} and remove
    the existing /rescue/oinit.  Adjust the makefiles to simplify the
    installation logic.

Summary of changes:
 Makefile_upgrade.inc  | 1 +
 initrd/Makefile       | 7 +++----
 initrd/etc/Makefile   | 5 +++++
 initrd/oinit/Makefile | 5 +++++
 4 files changed, 14 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fe73fd3c5bc98fa682ca3960375e9c12115d26b5


-- 
DragonFly BSD source repository


More information about the Commits mailing list