Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 345369

Summary: eclass/mount-efi.eclass: A eclass for mounting the efi partition
Product: Gentoo Linux Reporter: Mario Fetka (geos_one) <mario.fetka>
Component: EclassesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED INVALID    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface#Linux_Bootloaders_for_UEFI
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 345215, 345371    
Attachments: eclass/mount-efi.eclass

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