mikeypants
Group: Members
Posts: 4
Joined: Oct. 2003 |
|
Posted: Feb. 12 2004,16:17 |
|
Jeremy,
Thanks for the response. This is what I've tried before though, and here's the output I get..
Code Sample | root@navi / # apt-get remove gcc-3.2-base Reading Package Lists... Building Dependency Tree... The following packages will be REMOVED: cpp cpp-3.2 gcc-3.2-base xbase-clients 0 packages upgraded, 0 newly installed, 4 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 4973kB will be freed. Do you want to continue? [Y/n] n Abort.
|
That's fine and dandy, but I'm pretty sure I need xbase-clients still installed.
Code Sample | root@navi / # apt-get remove gcc-3.3-base Reading Package Lists... Building Dependency Tree... The following packages will be REMOVED: dpkg dselect fluxbox gcc-3.3-base hotplug libstdc++5 menu modutils sysvinit xbase-clients WARNING: The following essential packages will be removed This should NOT be done unless you know exactly what you are doing! dpkg dselect (due to dpkg) sysvinit 0 packages upgraded, 0 newly installed, 10 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 12.6MB will be freed. You are about to do something potentially harmful To continue type in the phrase 'Yes, do as I say!' ?] Abort. |
That means to me that I clearly can't remove it.
The issue with the USB /home directory is the following, in a nutshell. I'm doing a remaster of Knoppix along the lines of DSL - I want it on a 50 MB business card-sized CD, so I'm stripping out as much as I can. However, the remaster is going to be for emulation purposes (TuxStation - if you want more info). So, being that I'd like the user to be able to store save games, config files, etc., I need the persistant home functionality, so on bootup a USB drive can be detected and mounted as /home. Going the way you mentioned would be OK, but would take user interaction, and I'm trying to minimize that as much as I can.
I'm under the assumption that Knoppix 3.2 has more dependency on gcc than 3.1 did (or maybe it's the version of X, I'm not sure).
Anyone have any more ideas?
Thanks again.
|