From 2ee8075379949c13dcf6c18e4d47e262a1274796 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 2 May 2020 18:16:55 +0200 Subject: [PATCH] small refactor --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 34960c6..434cbbd 100644 --- a/Makefile +++ b/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: