mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Install sysctl.conf only on those architectures where needed
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -85,6 +85,7 @@ endif
|
||||
|
||||
# Config files
|
||||
cp -rvf $(DIR_SRC)/config/etc/* /etc;
|
||||
[ ! -d "$(DIR_SRC)/config/etc-$(BUILD_ARCH)" ] || cp -rvf $(DIR_SRC)/config/etc-$(BUILD_ARCH)/* /etc
|
||||
cp -rvf $(DIR_SRC)/config/lib/* /lib;
|
||||
touch /etc/{fs,m}tab
|
||||
echo "$(NAME) v$(VERSION) - $(SLOGAN)" > /etc/issue
|
||||
|
||||
Reference in New Issue
Block a user