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:
parent
976be9f44b
commit
f3a818da9a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue