small refactor
This commit is contained in:
parent
122729d4ea
commit
2ee8075379
6
Makefile
6
Makefile
|
@ -39,9 +39,6 @@ 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)
|
||||
|
||||
set-fstab:
|
||||
cp files/fstab $(MNTDIR)/etc/fstab
|
||||
echo "$(shell file -s $(DRIVE)|tr ' ' '\n'|grep UUID) / ext4 rw,noatime,discard 0 1" >> $(MNTDIR)/etc/fstab
|
||||
|
@ -57,6 +54,9 @@ wifi:
|
|||
|
||||
metal: mnt-drive mnt-system base set-resolv set-fstab set-root grub
|
||||
|
||||
tools:
|
||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
|
||||
|
||||
laptop: metal wifi
|
||||
|
||||
archive:
|
||||
|
|
Loading…
Reference in New Issue