From f63664db672844dcfded8121535987d952a25267 Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 23 Jan 2021 21:00:41 -0300 Subject: sync with archiso imported changes: d153b48 (HEAD -> master, origin/master, origin/HEAD) mkarchiso: fix typos 0ae5cd9 lint ALL (future) scripts/*.sh, not just run_archiso.sh 608d110 add -c => -cdrom cloud-init.iso support to run_archiso.sh 8830471 add cloud-init files to .gitignore (and loosen out/ and work/) 9553439 make run_archiso forward VM's port 22 to host 60022, for easy SSH testing 833cbd5 enable SSH server in releng profile 9b03e0b add cloud-init to releng e556491 add VNC support to run_archiso.sh 64091a1 Combine sed commands to reduce file writes Signed-off-by: David P --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90e80c3..cbd85dd 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ check: lint lint: shellcheck -s bash parabolaiso/mkparabolaiso \ - scripts/run_parabolaiso.sh \ + $(wildcard scripts/*.sh) \ $(INSTALL_FILES) \ $(wildcard configs/*/build.sh) \ $(wildcard configs/*/profiledef.sh) \ -- cgit v1.2.2