Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 898381 Details for
Bug 936676
Feature request: Catalyst dist-kernel kernel config option
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Draft idea for patch (Not working)
catalyst-dkconfig.patch (text/plain), 977 bytes, created by
immolo
on 2024-07-26 19:43:53 UTC
(
hide
)
Description:
Draft idea for patch (Not working)
Filename:
MIME Type:
Creator:
immolo
Created:
2024-07-26 19:43:53 UTC
Size:
977 bytes
patch
obsolete
>diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py >index 2dcf6d71..0005b241 100644 >--- a/catalyst/base/stagebase.py >+++ b/catalyst/base/stagebase.py >@@ -1667,8 +1667,12 @@ class StageBase(TargetBase, ClearBase, GenBase): > raise CatalystError("Can't find kernel config: %s" % > self.settings[key]) > >- shutil.copy(self.settings[key], >- self.settings['chroot_path'] + '/var/tmp/' + kname + '.config') >+ if "boot/kernel/" + kname + "/distkernel" in self.settings: >+ shutil.copy(self.settings[key], >+ self.settings['chroot_path'] + '/etc/config.d/kernel') >+ else: >+ shutil.copy(self.settings[key], >+ self.settings['chroot_path'] + '/var/tmp/' + kname + '.config') > > def _copy_initramfs_overlay(self, kname): > key = 'boot/kernel/' + kname + '/initramfs_overlay'
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 936676
: 898381