Quote |
sudo dkpg-restore sudo dkpg -i /KNOPPIX/var/cache/apt/archives/cpio_2.4.2-39woody1_i386.deb sudo dkpg -i /KNOPPIX/var/cache/apt/archives/libxaw6_4.1.0-16woody6_i386.deb |
Quote |
bash /KNOPPIX/opt/icaprep |
Quote (roberts @ Dec. 27 2006,16:18) |
Glad to hear you are having some success. But your approach is quite unique. It is what is confusing to many. Typically a in remaster the deb packages are installed and therefore no need to have to download or even use dpkg-restore or any deb -i commands. |
Quote |
$sudo su #mount /mnt/hda3 #cp -Rp /KNOPPIX /mnt/hda3 #mount --bind /dev /mnt/hda3/KNOPPIX/dev #chroot /mnt/hda3/KNOPPIX #mount -t proc /proc proc |