From 50ef4b200943225b35e10f84521d6d979c07621f Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 1 Feb 2022 04:11:11 +0100 Subject: [PATCH] rename build_fs in build_dd --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index f580010..ba03c1a 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -100,7 +100,7 @@ build_live_stick() ) } -build_fs() +build_dd() { ( rm -f media @@ -161,5 +161,5 @@ build_linux build_rootfs build_live_stick build_di_stick -build_fs +build_dd upload_artefacts -- 2.39.2