Skip to content

Commit

Permalink
print blkid output to both tty and kmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
bwarden authored and bryteise committed Feb 22, 2023
1 parent 77fc5b2 commit 33c0a7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iso_templates/initrd_init_template
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ find_installer() {
sleep 1
(( retries++ ))
fi
blkid
blkid | while read partition; do
echo_tty_kmsg "${partition}"
done
done

if [ $retries -ge $max_retries ]; then
Expand Down

0 comments on commit 33c0a7a

Please sign in to comment.