resolv.conf target added

This commit is contained in:
ed barz 2020-05-01 11:08:11 +02:00
parent 9be9e78db8
commit d0f1a8329e
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ set-term:
cp -r files/terminfo $(MNTDIR)/usr/share/ cp -r files/terminfo $(MNTDIR)/usr/share/
chmod -R 755 $(MNTDIR)/usr/share/terminfo chmod -R 755 $(MNTDIR)/usr/share/terminfo
set-resolv:
cp files/resolv.conf.head $(MNTDIR)/etc/resolv.conf.head
cp files/resolv.conf.head $(MNTDIR)/etc/resolv.conf
tools: tools:
$(call vinstall,base-devel git tcc wget vim-x11 tmux) $(call vinstall,base-devel git tcc wget vim-x11 tmux)