View | Details | Raw Unified | Return to bug 32631
Collapse All | Expand All

(-)a/15_ucc (-1 / +1 lines)
 Lines 37-43    Link Here 
37
37
38
## Changes for UCC:
38
## Changes for UCC:
39
##  The grub device must be the partition with the image
39
##  The grub device must be the partition with the image
40
GRUB_DEVICE="`${grub_probe} --target=device /ucc_root/)`"
40
GRUB_DEVICE="`${grub_probe} --target=device /ucc_root/`"
41
GRUB_DEVICE_UUID="`${grub_probe} --device ${GRUB_DEVICE} --target=fs_uuid 2> /dev/null`" || true
41
GRUB_DEVICE_UUID="`${grub_probe} --device ${GRUB_DEVICE} --target=fs_uuid 2> /dev/null`" || true
42
42
43
# loop-AES arranges things so that /dev/loop/X can be our root device, but
43
# loop-AES arranges things so that /dev/loop/X can be our root device, but

Return to bug 32631