Dirtbiter
Group: Members
Posts: 3
Joined: April 2005 |
|
Posted: April 13 2005,12:28 |
|
Hello!
I am new to DSL, and a newbie to Linux alltogether, so I have a few questions. I would like to put them all in one topic.
I am using a PCM-3350 processor board from Advantech, and all I really need is a basic Linux kernel with some libc and console functions.
Questions:
- I would like to strip allmost all apps from DSL, because i don't need them. How can I do this? I have read about remastering, but as far as I understand it, it is only to add more programs and functions and not to strip some. - How can I modify the default boot. I would like to boot into runlevel 2 without USB, ethernet, PCMCIA, FireWire, DHCP etc. Now I always have to enter this information at boot. I would like to make shure it boots like that default. - How can I make shure DSL does not autoconfigure it's devices? It makes the boot slow, and I don't have a lot of devices to be configured. (only keyboard, cd-rom, monitor and compact flash trough IDE interface are connected) - When booting, it tries to mount /hdc2, that's the second partition on my compact flash card. But it does not succeed. It says:
Code Sample | mount: can't find /mnt/hdc2 /mnt/hdc2 in /etc/fstab or /etc/mtab umount: /mnt/hdc2 /mnt/hdc2: not found
|
But in my /etc/fstab is:
Code Sample | /dev/hdc1 / ext2 defaults,errors=remount-ro 0 1 proc /proc proc defaults 0 0 /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0 /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0 # partitions found by dsl #/dev/hdc1 /mnt/hdc1 ext2 noauto,users,exec 0 0 #/dev/hdc2 /mnt/hdc2 ext2 noauto,users,exec 0 0 # Added by KNOPPIX /dev/hdc2 /mnt/hdc2 ext2 noauto,users,exec 0 0
|
and my /etc/mtab says:
Code Sample | /dev/hdc1 / ext2 rw,errors=remount-ro 0 0 /proc /proc proc re 0 0 /dev/pts /dev/pts devpts rw 0 0
|
What do I need to add/edit to make it work? - How can I disable the ethernet device? do DHCP helps some, but does not disable the eth0.
I have been reading a lot on this forum, but I can't find the right topics. I hope someone can find the time to help me with this.
-------------- New on DSL...
|