Use auto for /mnt/cdrom, #177990.
This commit is contained in:
parent
46cd245ee3
commit
56148d60dd
@ -1,6 +1,11 @@
|
|||||||
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
||||||
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
||||||
|
|
||||||
|
11 May 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
|
||||||
|
Use auto for /mnt/cdrom, #177990.
|
||||||
|
Use clock MONOTONIC to timeout, not localtime, #177514.
|
||||||
|
|
||||||
08 May 2007; Roy Marples <uberlord@gentoo.org>:
|
08 May 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
|
||||||
When we don't have an address return 1, #176577.
|
When we don't have an address return 1, #176577.
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
/dev/BOOT /boot ext2 noauto,noatime 1 2
|
/dev/BOOT /boot ext2 noauto,noatime 1 2
|
||||||
/dev/ROOT / ext3 noatime 0 1
|
/dev/ROOT / ext3 noatime 0 1
|
||||||
/dev/SWAP none swap sw 0 0
|
/dev/SWAP none swap sw 0 0
|
||||||
/dev/cdrom /mnt/cdrom audo noauto,ro 0 0
|
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
|
||||||
#/dev/fd0 /mnt/floppy auto noauto 0 0
|
#/dev/fd0 /mnt/floppy auto noauto 0 0
|
||||||
|
|
||||||
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
|
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
|
||||||
|
Loading…
Reference in New Issue
Block a user