From 594a69f11534946be1fed66115113508c34faba0 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Sun, 4 Oct 2020 13:08:52 +0200 Subject: [PATCH] Solved deprecation --- scripts/image/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 9635a16..6f74a9e 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -184,7 +184,7 @@ if [ "$transfer_image" = "y" ] fi info "Format root partition..." && - mkfs -t "$root_filesystem" "$root_mapper_path" || error + "mkfs.$root_filesystem" "$root_mapper_path" || error mount_partitions; info "Root files will be transfered to device..." &&