summaryrefslogtreecommitdiff
path: root/include/mrc.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-12 11:19:42 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-12 11:19:42 +0100
commitc3e2d8c8bc3dfeb1472cb28affee196ddbe2fa55 (patch)
tree3a53d37db26b239d194e73d52be377e027339165 /include/mrc.sh
parentb094c60a39e944e5fd7d33a3948b3b0d83c02971 (diff)
get.sh: simplify xbget
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/mrc.sh')
-rw-r--r--include/mrc.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mrc.sh b/include/mrc.sh
index e75b37e7..bb3687ea 100644
--- a/include/mrc.sh
+++ b/include/mrc.sh
@@ -58,7 +58,6 @@ extract_partition()
parted "${1%.zip}" 2>/dev/null | grep "ROOT-A" )
START=$(( $( echo $ROOTP | cut -f2 -d\ | tr -d "B" ) ))
-
SIZE=$(( $( echo $ROOTP | cut -f4 -d\ | tr -d "B" ) ))
x_ dd if="${1%.zip}" of="root-a.ext2" bs=1024 \