We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07253ee commit f801e7cCopy full SHA for f801e7c
bin/bootloader.sh
@@ -35,7 +35,7 @@ bootimg_offsets() {
35
echo "${ARGS}"
36
}
37
38
-grep -P '^UUID.*[ \t]/[ \t]' /etc/fstab | awk '{print $1}'
+ROOTPART=$(grep -P '^UUID.*[ \t]/[ \t]' /etc/fstab | awk '{print $1}')
39
40
if [ "${ROOTPART}" = "UUID=" ]; then
41
# This means we're using an encrypted rootfs
0 commit comments