From c0198545f7b2957345b0f26c02834fd74170bc6c Mon Sep 17 00:00:00 2001 From: SolidHal Date: Thu, 28 Jun 2018 07:48:26 -0600 Subject: [PATCH] Permenantly switch to loops 4 and 5 Mostly for compatibility for users that have also/are also building devsus --- buildDebianFs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildDebianFs.sh b/buildDebianFs.sh index bf1442e..f64f174 100755 --- a/buildDebianFs.sh +++ b/buildDebianFs.sh @@ -8,8 +8,8 @@ KVER=4.17.2 outmnt=$(mktemp -d -p `pwd`) inmnt=$(mktemp -d -p `pwd`) -outdev=/dev/loop4 #CHANGE BEFORE COMMIT -indev=/dev/loop5 #CHANGE BACK BEFORE COMMIT +outdev=/dev/loop4 +indev=/dev/loop5 #A hacky way to ensure the loops are properly unmounted and the temp files are properly deleted. #Without this, a reboot is required to properly clean the loop devices and ensure a clean build