4
0

fixed remount of uboot partition

This commit is contained in:
Benjamin Böhmke
2019-12-15 16:55:18 +01:00
parent 1367005eee
commit 710ff5b186
2 changed files with 6 additions and 6 deletions

View File

@@ -15,8 +15,7 @@ import (
func init() {
ubootFile = "test_uboot"
ubootRemountRW = "true"
ubootRemountRO = "true"
mountCommand = "true"
rootPartitionA = "test_rootA"
rootPartitionB = "test_rootB"
}