From fa7847fe512b5bc24ea7087d61b2926ce58e623b Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Sun, 4 Oct 2020 16:23:07 +0200 Subject: [PATCH] Forced btrfs --- 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 6f985e0..1a7f909 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -197,7 +197,7 @@ if [ "$transfer_image" = "y" ] fi info "Format root partition..." && - "mkfs.$root_filesystem" "$root_mapper_path" || error + "mkfs.$root_filesystem" -f "$root_mapper_path" || error mount_partitions; info "Root files will be transfered to device..." &&