update to use OpenWrt 22.03.5

This commit is contained in:
Attila Lendvai
2023-08-17 23:13:21 +02:00
parent 309e6dd80c
commit 66a736508d
2 changed files with 1 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ EOF
mkfs.ext4 -F -L root -U $rootUUID /dev/sda2
mkfs.ext4 -F -L data -U $dataUUID /dev/sda3
rereadPartitionTable
log "Finished setting up filesystems"
}