Correcting wrong and incompatible loop for casper initrds in binary_disk.

This commit is contained in:
Daniel Baumann 2012-01-12 11:57:45 +01:00
parent 1ff06c2f81
commit 2eab8fec68
1 changed files with 1 additions and 1 deletions
scripts/build

View File

@ -93,7 +93,7 @@ fi
case "${LB_INITRAMFS}" in
casper)
for INITRD in $(ls binary/casper/initrd.img* > /dev/null 2>&1)
for INITRD in binary/casper/initrd.img*
do
mkdir -p binary/uuid
cd binary/uuid