[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] custom KNOPPIX : my_knx.iso went way bigger ?



Hi Fabrice,

On Sat, Sep 28, 2002 at 13:43:58 +0300, Fabrice LABORIE wrote:

> I wanted to customize my KNOPPIX CD  ( 3.1 Beta 22 Sept ) a bit ...
> I followed the instruction given by Christain Perle ( translation given
> on the list Sun Jul 14th )...
> 
> I did the steps described :
> (
> cp -a * /mnt/knx_root

Maybe the cp command doesn't copy hard links correctly (creates
separate files for each hard link). Try
(cd /KNOPPIX ; tar cf - *) | (cd /mnt/knx_root ; tar xpf -)
instead of "cp -a".

bye,
  Chris
-- 
Christian Perle                                   perle@itm.tu-clausthal.de
Grunaer Str. 31                      http://www.itm.tu-clausthal.de/~perle/
01069 Dresden                   LinuxGuitarKitesBicyclesBeerPizzaRaytracing
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: