Other Help Topics :: ReMaster?



Hi Rich,

Quick answer - in your copying of the /KNOPPIX you've missed the .bash_profile.....
you'll need to copy this in manually into the root directory of your remaster
(cp -Rp won't see it). Have a look with ls -al at the difference between your remaster
and original.

For your dpkg removal stuff.........try this script........

#!/bin/sh
rm -rf var/lib/dpkg/info/*
rm -rf var/cache/apt/archives/*
rm -rf var/cache/apt/*.bin
rm -rf usr/bin/dpkg*
rm usr/bin/apt-sortpkgs
rm usr/bin/apt-show-versions
rm usr/bin/apt-get
rm usr/bin/apt-ftparchive
rm usr/bin/apt-extracttemplates
rm usr/bin/apt-config
rm usr/bin/apt-cdrom
rm usr/bin/apt-cache
rm usr/sbin/apt-setup
rm usr/sbin/dpkg-statoverride
rm usr/sbin/dpkg-reconfigure
rm usr/sbin/dpkg-preconfigure
rm usr/sbin/dpkg-divert
rm -rf var/lib/dpkg/*
rm -rf var/lib/apt/lists/*

Can't guarantee it but hopefully it should get most things.......

/me runs off a hide under a rock, and scribbles . . . . . all over the walls - damm how stupid of me, must check of other . files I might have missed.


that script is the daddy

cheers

Rich

I'm not owning up to how many times I've forgotten the .profile myself........
nor the size of the mountain of ruined CD's that I've produced........

Hope the remastering goes well. All the best, nucpc.


original here.