Difference between revisions of "Build Your Own Remix with Fedora Samples"

From Sugar Labs
Jump to navigation Jump to search
(Please don't copy code from a dynamic source because it will be soon out of date)
m (categorize)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
<noinclude>[[Category:Remix]]</noinclude>
 +
 
==Desktop with customizations to fit in a CD sized image==
 
==Desktop with customizations to fit in a CD sized image==
 
*remixes@lists.fedoraproject.org Re: Copy files from local system into liveCD?
 
*remixes@lists.fedoraproject.org Re: Copy files from local system into liveCD?
Line 39: Line 41:
 
  valent.turkovic
 
  valent.turkovic
  
 +
[https://github.com/valentt/Fusion-Linux/blob/master/kickstarts/fusion-17/fusion-live-extras.ks fusion-live-extras.ks]
  
{{Iframe|[https://github.com/valentt/Fusion-Linux/blob/master/kickstarts/fusion-17/fusion-live-extras.ks fusion-live-extras.ks]
+
<!-- Iframe having trouble showing this site.
|https://raw.github.com/valentt/Fusion-Linux/master/kickstarts/fusion-17/fusion-live-extras.ks
+
{{Iframe|collapsed=collapsed|[https://github.com/valentt/Fusion-Linux/blob/master/kickstarts/fusion-17/fusion-live-extras.ks fusion-live-extras.ks]|https://raw.github.com/valentt/Fusion-Linux/master/kickstarts/fusion-17/fusion-live-extras.ks
|900|900|1}}
+
|900|900|1}}   -->

Latest revision as of 11:27, 7 June 2012


Desktop with customizations to fit in a CD sized image

  • remixes@lists.fedoraproject.org Re: Copy files from local system into liveCD?
On Thu, Jun 7, 2012 at 3:02 AM, Jacek Furmankiewicz wrote:
Thanks for all your help.
I managed to get it to work with the --nochroot option.
Hope to have some results to show soon.
I am trying to create an XFCE-based remix, but with all the extra goodies like in Fusion/Kororaa, etc.
Cheers
Jacek


> I am trying to copy some default user settings from my local folder to the
> /etc/skel folder on the live CD, e.g.:
>
> %post
>
> # set default user config
> cp -r $PWD/config/.config $INSTALL_ROOT/etc/skel
>
> %end
>
> But it doesn't work...
>
> cp: cannot stat `/home/jacekf/src/remix/config/.config': No such file or
> directory

> Is there some trick for bringing in custom files from your local filesystem
> into the live CD?
> Thank you
> Jacek
It is a bit tricky, you need to do it outside of root environment,
hence do this in "--nochroot" part of kickstart file, but you need to
know which temp directory is used for root.
You can check out my kickstart file for inspiration:
 https://github.com/valentt/Fusion-Linux/blob/master/kickstarts/fusion-17/fusion-live-extras.ks
you should specify which temp folder to use when starting
livecd-creator with --temp= option
Hope this helps.
valent.turkovic

fusion-live-extras.ks