i am remastering knoppix.
i have copied entire file system onto my hardrive
say
/knoppix-cd/
then i have chrooted that directory
Quote:
|
# chroot /knoppix-cd/KNOPPIX/
|
now all commands of knoppix are working fine.
i have now mounted proc filesystem
Quote:
|
# mount -t proc /proc proc
|
now at this point comes the actual trouble..
when i do
apt-get update or do
ping to some website then its responds as the internet is not connected.
what should i do;
Steps i am following are from
http://www.informit.com/articles/article.aspx?p=417095
please help..