Skip to content
Snippets Groups Projects
Commit 8acc9ec3 authored by Ronny Nilsson's avatar Ronny Nilsson
Browse files

base-files: comments

parent 5535c882
No related branches found
No related tags found
No related merge requests found
......@@ -816,7 +816,7 @@ nvram_old_convert() {
# Erase area where old nvram are stored.
if ! flash_erase "/dev/mtd0" $mtdEbSz 3 2>&1 | \
dd bs=1 skip=1 2>/dev/null | tr "\r" "\n"; then
dd bs=1 skip=1 2>/dev/null | tr "\r" "\n"; then # Use dd to skip first empty line.
sleep 0.2
flash_erase -N "/dev/mtd0" $mtdEbSz 3 2>&1 | \
dd bs=1 skip=1 2>/dev/null | tr "\r" "\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment