Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195022 Details for
Bug 274130
mount-boot.eclass: unmerging with unmounted /boot often results in portage deleting empty /boot directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mount-boot.eclass.diff
mount-boot.eclass.diff (text/plain), 624 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2009-06-17 20:26:06 UTC
(
hide
)
Description:
mount-boot.eclass.diff
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2009-06-17 20:26:06 UTC
Size:
624 bytes
patch
obsolete
>--- mount-boot.eclass >+++ mount-boot.eclass >@@ -10,14 +10,14 @@ > # > # MAINTAINER: base-system@gentoo.org > >-EXPORT_FUNCTIONS pkg_preinst >+EXPORT_FUNCTIONS pkg_preinst pkg_prerm > > mount-boot_mount_boot_partition() { > if [[ -n ${DONT_MOUNT_BOOT} ]] ; then > return > else > elog >- elog "To avoid automounting and autoinstalling with /boot," >+ elog "To avoid automounting and auto(un)installing with /boot," > elog "just export the DONT_MOUNT_BOOT variable." > elog > fi >@@ -72,3 +72,7 @@ > mount-boot_pkg_preinst() { > mount-boot_mount_boot_partition > } >+ >+mount-boot_pkg_prerm() { >+ mount-boot_mount_boot_partition >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274130
: 195022