Re: [MandrakeMove] live_tree_boot.clp

"Carlos Portella" <[email protected]> Wed, 1 Sep 2004 13:39:33 -0300
Newsgroups gmane.linux.mandrake.cooker.mandrake-move
Message-ID <005a01c49042$5faf9400$fe00000a@NOTECARLOS>
I'm tired!!!!

Someone knows if its possible to activate USB Key on Mandrake Move Download
Edition?
Even if is possible to change live_tree_boot.clp instead?

Thanks,

Carlos


----- Original Message ----- 
From: "Olivier Blin" <[email protected]>
To: <[email protected]>
Sent: Monday, August 23, 2004 4:46 PM
Subject: Re: [MandrakeMove] live_tree_boot.clp


> "Carlos Portella" <[email protected]> writes:
>
> > Olivier,
> >
> > Thanks!!!
> > But I still dont understand how it makes only a single file
> > live_tree_boot.clp....
> >
> > Is it here?:
> >
> > %.clp: %
> >    if [ -e $<.sort ]; then \
> >  sudo mkisofs -R -sort $<.sort $< | create_compressed_fs - 65536 $@ 2000
> > 2>/dev/null ; \
> >  else \
> >  sudo mkisofs -R $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ;
\
> >  fi
>
> First, it create the live_tree_boot file with this rule :
>
> live_tree_boot:
> rm -f $(DEST)/live_tree*.clp
> sudo ./make_live_tree_boot $(DEST_LIVETREE)
> sudo tools/fix-fc-cache.pl $(DEST_LIVETREE)
> $(MAKE) clps
>
> Hope this helps
>
> -- 
> Olivier Blin
>
>