Skip to content

Commit

Permalink
Merge pull request #72 from flatcar-linux/tormath1/modules
Browse files Browse the repository at this point in the history
config: add kubernetes configuration
  • Loading branch information
tormath1 committed Jun 16, 2022
2 parents b9c0bc0 + e7cd412 commit a4f4ec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -21,14 +21,16 @@ install:
$(DESTDIR)/usr/lib/systemd/system-generators \
$(DESTDIR)/usr/lib/tmpfiles.d \
$(DESTDIR)/etc/env.d \
$(DESTDIR)/usr/share/ssh
$(DESTDIR)/usr/share/ssh \
$(DESTDIR)/usr/lib/modules-load.d
install -m 755 bin/* $(DESTDIR)/usr/bin
install -m 755 sbin/* $(DESTDIR)/usr/sbin
ln -sf flatcar-install $(DESTDIR)/usr/bin/coreos-install
install -m 755 scripts/* $(DESTDIR)/usr/lib/flatcar
install -m 644 udev/rules.d/* $(DESTDIR)/lib/udev/rules.d
install -m 755 udev/bin/* $(DESTDIR)/lib/udev
install -m 644 configs/editor.sh $(DESTDIR)/etc/env.d/99editor
install -m 644 configs/modules-load.d/* $(DESTDIR)/usr/lib/modules-load.d/
install -m 600 configs/sshd_config $(DESTDIR)/usr/share/ssh/
install -m 644 configs/ssh_config $(DESTDIR)/usr/share/ssh/
install -m 644 configs/tmpfiles.d/* $(DESTDIR)/usr/lib/tmpfiles.d/
Expand Down
2 changes: 2 additions & 0 deletions configs/modules-load.d/k8s.conf
@@ -0,0 +1,2 @@
overlay
br_netfilter

0 comments on commit a4f4ec3

Please sign in to comment.