Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145142 - Stage 3 /etc/fstab should be changed
Summary: Stage 3 /etc/fstab should be changed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-25 20:13 UTC by Matt Courtney
Modified: 2006-08-30 19:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Courtney 2006-08-25 20:13:03 UTC
One of the lines in the default /etc/fstab that comes in an x86 stage 3 image is:
/dev/cdrom    /mnt/cdrom    iso9660    noauto,ro    0 0
I suggest changing iso9660 to udf so that CD/DVD media formatted in UDF can be automatically mounted.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-08-28 09:45:52 UTC
I'm reassigning this.  Anything within the stages like this is actually the real of the owning package.  In this case, it should be baselayout.  Of course, changing this to udf would be deteremental to any machine without UDF support, so perhaps the proper solution would be to change it to "auto" instead.
Comment 2 SpanKY gentoo-dev 2006-08-28 10:45:22 UTC
no, using udf would break everyone who uses iso9660 and that's just wrong

maybe changing it to "auto" would suffice
Comment 3 Matt Courtney 2006-08-28 12:45:11 UTC
Sorry I meant to say auto as that would support both iso9660 and udf as you've both pointed out.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2006-08-28 14:03:52 UTC
vapier: too slow, man... *grin*
Comment 5 SpanKY gentoo-dev 2006-08-30 19:31:03 UTC
pfft like i read what you write

changed the entry to read:
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0