[Fedora-livecd-list] 4 commits - tools/livecd-iso-to-disk.sh tools/liveimage-mount

Brian C. Lane bcl at redhat.com
Tue Mar 22 16:51:26 UTC 2011


On Tue, Mar 22, 2011 at 12:12:34PM -0400, Frederick Grose wrote:
> On Tue, Mar 22, 2011 at 11:46 AM, Brian C. Lane <bcl at redhat.com> wrote:
> 
> > On Tue, Mar 22, 2011 at 11:09:01AM -0400, Frederick Grose wrote:
> > > Sorry,
> > >
> > > The followup patch,
> > > https://bugzilla.redhat.com/attachment.cgi?id=486551
> > > is needed.
> > >
> >
> > != instead of ==, right?
> >
> > But that means SYSLINUXPATH will always be ""
> >
> > That doesn't make sense to me, it will break multi support.
> >
> > Brian
> >
> 
>     check=($(syslinux --version 2>&1)) || :
>     if [[ 'syslinux' != $check ]]; then
>         SYSLINUXPATH=""
>     elif [ -n "$multi" ]; then
>         SYSLINUXPATH="$LIVEOS/syslinux"
>     else
>         SYSLINUXPATH="syslinux"
>     fi
> 
> 
> The check variable will contain the array returned by
> 
> syslinux --version
> 
> 
> if the first member is NOT 'syslinux', then
> 

Ah, ok. I though $check would have the whole string.

Thanks,

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/livecd/attachments/20110322/9a02099c/attachment.bin 


More information about the livecd mailing list