Skip to content
Snippets Groups Projects
Unverified Commit acb5d895 authored by Casey's avatar Casey :recycle:
Browse files

postmarketos-initramfs: reword debug-shell usb storage info


Make it clearer what is exposed over USB and why rather than just
printing the cmdline option.

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
Part-of: postmarketOS/pmaports!6172
parent 8947f031
Branches
No related tags found
No related merge requests found
......@@ -897,7 +897,7 @@ debug_shell() {
EOF
if [ -n "$storage_dev" ]; then
echo "pmos.usb-storage=$storage_dev is exposed over USB by default" >> /README
echo "$storage_dev is exposed over USB by default (pmos.usb-storage)" >> /README
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment