small refactor

This commit is contained in:
ed barz 2020-05-02 18:16:55 +02:00
parent 122729d4ea
commit 2ee8075379
1 changed files with 3 additions and 3 deletions

View File

@ -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: