resolv.conf target added
This commit is contained in:
parent
9be9e78db8
commit
d0f1a8329e
4
Makefile
4
Makefile
|
@ -23,6 +23,10 @@ set-term:
|
|||
cp -r files/terminfo $(MNTDIR)/usr/share/
|
||||
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:
|
||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
|
||||
|
||||
|
|
Loading…
Reference in New Issue