Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Angus Ainslie
librem5-devkit-tools
Commits
32e677d6
Commit
32e677d6
authored
Apr 22, 2020
by
Guido Gunther
Browse files
write_ext2_file.sh: Fix partition number warning
/boot is '1' on the phone
parent
7f518e28
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/write_ext2_file.sh
View file @
32e677d6
...
...
@@ -6,7 +6,7 @@ if [ $# -lt 2 ]; then
echo
"Usage:
$0
<file> <mmc_dev[:part]>"
echo
"*************************************************************"
echo
"* Until u-boot is updated to mainline don't try to write to *"
echo
"* anything other than partition
0
. Writing to partition
1
*"
echo
"* anything other than partition
1
. Writing to partition
2
*"
echo
"* will DESTROY your rootfs ! *"
echo
"*************************************************************"
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment