]> git.ipfire.org Git - thirdparty/dracut.git/commit
Make binutils optional when elfutils are available 213/head
authorDaniel Molkentin <dmolkentin@suse.com>
Mon, 3 Apr 2017 13:23:37 +0000 (15:23 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Mon, 10 Apr 2017 09:28:04 +0000 (11:28 +0200)
commit8b6d136e625cb538f8845e858b37e9f6c67a5f1c
treecef729a68a3c94f975538e6390ddc586c0f7de82
parent39c9b67f86145953aa30def9d77c68597a4ccfe8
Make binutils optional when elfutils are available

This is intended for minimum host OSes where 36 MB used by binutils
are deemed too expensive. We only need "strip", which exists as eu-strip
in elfutils, which in turn is < 1 MB in size.

Note that the tests (TEST-04-FULL-SYSTEMD/test.sh) still depend on
strip from binutils. It could use sstrip in the future.
dracut.sh