Keeper Of The Grove
Group: Members
Posts: 3
Joined: April 2006 |
|
Posted: May 15 2006,15:51 |
|
OK, I have got this down to how it is that I remaster the KNOPPIX image, or that dpkg-restore breaks it - so it has got to be me but I don't know what I am doing wrong.
I downloaded DSL embedded - put it on my usb stick, booted it to see if it works - it does.
extracted KNOPPIX to "extractedK" mounted it in new directory "Kmnt," made another directory "Knew"
then: cp -Rp Kmnt/* Knew
chroot Knew mount -t proc proc /proc dpkg-restore umount proc exit (chroot) rm KNOPPIX (old KNOPPIX image) mkisofs -R -L Knew | create_compressed_fs - 65536 > KNOPPIX cp KNOPPIX /mnt/usb/KNOPPIX/KNOPPIX
Now I try to boot DSL again and it comes up to a commandline prompt to whicj I enter: startx. it goes through the xsetup.sh questions and tried to start X. X blinks on and the back off and spits out an error about //.xinitrc and gives a warning anout .Xauthority.
What am I doing that is making this break??
Thank you.
|