Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28713 - FIX: users often copy kernels to /boot without it being mounted.
Summary: FIX: users often copy kernels to /boot without it being mounted.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
: 28723 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-14 10:13 UTC by James Harlow (RETIRED)
Modified: 2004-10-15 23:42 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 James Harlow (RETIRED) gentoo-dev 2003-09-14 10:13:49 UTC
While having a seperate kernels partition (/boot) is a good idea, it's easy to forget to mount it 
when copying kernels across. If it were made unwritable (chmod 000) in the installation process 
this would not be possible. The permissions of mount points are ignored, so it won't change 
anything in the case of users who never get it wrong. 

Reproducible: Always
Steps to Reproduce:
1. Compile kernel. 
2. Forget to mount boot. 
3. Copy kernel across. 
4. Reboot. 
Actual Results:  
Be confused as to why your "new kernel" isn't working as expected. 

Expected Results:  
Feedback that a silly action was being performed.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-09-14 10:21:30 UTC
This could very well be implemented with the baselayout ebuild. There is no need to have the user "do" extra commands (i.e. use the documentation to fix/enhance).
Comment 2 James Harlow (RETIRED) gentoo-dev 2003-09-14 13:13:44 UTC
Thanks. Should I submit a new one or can it be reassigned? 
Comment 3 SpanKY gentoo-dev 2003-09-14 13:32:34 UTC
*** Bug 28723 has been marked as a duplicate of this bug. ***
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2003-09-15 01:54:51 UTC
I'll reassign to azarah.
Comment 5 Heiko Helmle 2003-09-15 07:29:08 UTC
Why not mount /boot read-only by default?
Comment 6 SpanKY gentoo-dev 2004-10-15 23:42:45 UTC
current documentation takes care of all this now i think