285ad6c8de
Finally this is fixed. Thanks Arch Linux wiki.
10 lines
201 B
Makefile
10 lines
201 B
Makefile
preinstall:
|
|
|
|
postinstall: 30-ipforward.conf eth.network
|
|
cp 30-ipforward.conf $(CHROOT)/etc/sysctl.d/
|
|
cp eth.network $(CHROOT)/etc/systemd/network/
|
|
$(inroot) systemctl enable docker.service
|
|
|
|
clean:
|
|
|