charleswong
Group: Members
Posts: 26
Joined: May 2004 |
|
Posted: May 06 2004,07:09 |
|
Hi,
I'm trying further stripped down Damn Small Linux by removing all X server and clients and all related X stuff. Yes, console mode is enough.
I follow the steps in Knoppix remastering howto: http://www.knoppix.net/docs/index.php/KnoppixRemasteringHowto
First I remove unwanted package by issueing commands: apt-get remove and dpkg -P.
After all, I issued this command: mkisofs -R -U -V "KNOPPIX.net filesystem" -P "KNOPPIX www.knoppix.net" -hide-rr-moved -cache-inodes -no-bak -pad /mnt/had1/knx/source/KNOPPIX | nice -5 /usr/bin/create_compressed_fs - 65536 > /mnt/had1/knx/master/KNOPPIX/KNOPPIX
After the compression was finished, the size of KNOPPIX was 48M. Why does the size is still 48M after I have removed X11 server, clients and all related stuff?
|