auto


Logs | Files | README | LICENSE | GitLab


1
commit 696a7cc4d8165f5cb9ada390aa22d2da0d28a84c
2
Author: nvx1 <[email protected]>
3
Date:   Thu Mar 31 08:58:00 2022 +0200
4
5
    Update.
6
---
7
 Auto-PreInstall | 2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
10
diff --git a/Auto-PreInstall b/Auto-PreInstall
11
index 477bf0f..e4c83a3 100755
12
--- a/Auto-PreInstall
13
+++ b/Auto-PreInstall
14
@@ -189,7 +189,7 @@ wholeDisk || err "User Exited."
15
 case "$(cat $wholeDisk)" in
16
   1) getDisk && begin ;;
17
   0) selectParts && definedConfirm && definedPartitioning && wipeType='manual'  
18
-    mount $selRootFS /mnt && completion || err "User Exited.";;  
19
+    mount $(cat $selRootFS) /mnt && completion || err "User Exited.";;  
20
   3) confirm && case "$(echo $WIPE)" in 
21
     '0')  begin ;;
22
     '1')  wipeDisk && completion && sleep 4 && wipeType='automatic'; mount $(cat $selDsk)4 /mnt