Gentoo Archives: gentoo-amd64

From: Dieter Ries <clip2@×××.de>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] netmount and local
Date: Fri, 05 Jan 2007 22:01:26
Message-Id: 200701052258.43646.clip2@gmx.de
1 Hi,
2
3 I am just trying to shorten the booting time of my machine.
4
5 rc-status gives me the following output:
6
7 # rc-status
8 * Caching service dependencies ... [ ok ]
9 Runlevel: default
10 xdm [ started ]
11 ntp-client [ started ]
12 local [ started ]
13 net.eth0 [ started ]
14 netmount [ started ]
15 alsasound [ started ]
16
17
18 I don't mount any network filesystems at bootup time, here is my /etc/fstab:
19
20 #################/etc/fstab###################
21 /dev/sda1 /boot ext2 defaults,noatime 1 2
22 /dev/sda2 / reiserfs noatime,rw 0 1
23 /dev/sda6 /home reiserfs noatime,rw 0 1
24 /dev/sda7 /dat1 reiserfs noatime,rw 0 0
25 /dev/sda8 /dat2 xfs noatime,rw 0 0
26 /dev/sda10 /mp3 vfat noatime,rw 0 0
27 /dev/sda5 none swap sw 0 0
28 /dev/cdrom /mnt/cdrom1 auto noauto,ro,user,sync 0 0
29 /dev/cdrom1 /mnt/cdrom0 auto noauto,ro,user,sync 0 0
30 /dev/fd0 /mnt/floppy auto noauto,user 0 0
31 /dev/palmsd /mnt/palmsd auto sync,noauto,user 0 0
32
33 192.168.65.12:/data0 /shfsdata shfs noauto,user 0 0
34
35 # NOTE: The next line is critical for boot!
36 proc /proc proc defaults 0 0
37 #########################################
38
39 can I safely remove netmount from runlevel "default"?
40 and what exactly is in "local"?
41
42 cu
43 Dieter
44
45
46 --
47 Frank Castle is dead!
48 Call me 'The PUNISHER'!

Replies

Subject Author
Re: [gentoo-amd64] netmount and local Daemon Xavier <daemon.xavier@×××××.com>
[gentoo-amd64] Re: netmount and local Duncan <1i5t5.duncan@×××.net>