Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345369 - eclass/mount-efi.eclass: A eclass for mounting the efi partition
Summary: eclass/mount-efi.eclass: A eclass for mounting the efi partition
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://wiki.archlinux.org/index.php/...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 345215 345371
  Show dependency tree
 
Reported: 2010-11-14 09:06 UTC by Mario Fetka (geos_one)
Modified: 2011-02-02 09:45 UTC (History)
0 users

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


Attachments
eclass/mount-efi.eclass (mount-efi.eclass,2.70 KB, text/plain)
2010-11-14 09:07 UTC, Mario Fetka (geos_one)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Fetka (geos_one) 2010-11-14 09:06:59 UTC
With the coming rise of more and more efi based systems
the install of efi based bootloaders should be simplified
this eclass is mostly the mount-boot.eclass (extended to inherit mount-boot and then mount the efi system parttition)
to be compatible to other distributions the efi partiton should be mounted to /boot/efi (redhat, suse, debian, ....)

to be compatible with windows the files should go to the EFI 

Reproducible: Always
Comment 1 Mario Fetka (geos_one) 2010-11-14 09:07:49 UTC
Created attachment 254271 [details]
eclass/mount-efi.eclass

the eclass based on the mount-boot.eclass