Skip to content

Commit f801e7c

Browse files
authored
Update bootloader.sh
1 parent 07253ee commit f801e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bootloader.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bootimg_offsets() {
3535
echo "${ARGS}"
3636
}
3737

38-
grep -P '^UUID.*[ \t]/[ \t]' /etc/fstab | awk '{print $1}'
38+
ROOTPART=$(grep -P '^UUID.*[ \t]/[ \t]' /etc/fstab | awk '{print $1}')
3939

4040
if [ "${ROOTPART}" = "UUID=" ]; then
4141
# This means we're using an encrypted rootfs

0 commit comments

Comments
 (0)