Daid
Group: Members
Posts: 5
Joined: Nov. 2004 |
|
Posted: Nov. 11 2004,17:38 |
|
Quote (AwPhuch @ Nov. 10 2004,23:51) | Just create a swapfile bud |
I would.. if I had any diskspace left.
Anyhow, I managed to extract the KNOPPIX file today, by using a KnoppixCD. But I think I also could have used the DSL-Embedded version.
Anyhow, once you get there it's pretty easy to 'extract' the KNOPPIX file.
Setup a loopback device: (note: /dev/cloop1, because /dev/cloop is taken by KNOPPIX/DSL already)
Code Sample | losetup /dev/cloop1 /mnt/iso/KNOPPIX/KNOPPIX |
Then mount that loopback device: (note: you might need to mkdir /mnt/cloop1 1st)
Code Sample | mount /dev/cloop1 /mnt/cloop1 |
Then you can simply copy all the contents from /mnt/cloop1 to any other place.
Now I just need to remove enough stuff to make it 36MB...
|