binary_hdd: remove incorrect local scope

the "FIXME" function wrapper is just to temporarily disable the code.

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-05-04 21:37:03 +01:00
parent 976be9f44b
commit f3a818da9a
1 changed files with 0 additions and 2 deletions

View File

@ -286,8 +286,6 @@ find /live/vmlinuz
EOM
EOF
local rootpartition
local hdddev
rootpartition="$(Chroot chroot 'sh grub.sh' 2>/dev/null | grep -A 1 'find /live/vmlinuz' | grep -v 'find /live/vmlinuz')"
hdddev="$(echo $rootpartition | sed -e 's|,[[:digit:]]||')"
echo "Root partition is $rootpartition, device is: $hdddev"