From d00c1b1f52ebd0a1f664bf0234d837e0d1fb02d1 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 18 Nov 2019 23:59:46 +0100 Subject: [PATCH] Major correction of the disk image conception --- build/install-os-k.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/install-os-k.sh b/build/install-os-k.sh index 64b061e..80c735e 100755 --- a/build/install-os-k.sh +++ b/build/install-os-k.sh @@ -48,5 +48,4 @@ echo ${CL2}[grub-install.sh]${NC} Sync image... \(sync\)${CL3} sync echo ${CL2}[create_disk.sh]${NC} Unmount image... \(udisksctl\)${CL3} -udisksctl unmount --no-user-interaction -b $lpblock -#udisksctl loop-delete --no-user-interaction -b $lpblock \ No newline at end of file +udisksctl unmount --no-user-interaction -b $lpblock \ No newline at end of file