Permenantly switch to loops 4 and 5

Mostly for compatibility for users that have also/are also building devsus
This commit is contained in:
SolidHal 2018-06-28 07:48:26 -06:00 committed by GitHub
parent 7993a9ef53
commit c0198545f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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