Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 346184 Details for
Bug 415359
[systemd overlay] sys-apps/systemd-units: Support kexec
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kernel/postinst.d hook
90_kexec (text/plain), 246 bytes, created by
Dennis Schridde
on 2013-04-21 11:23:45 UTC
(
hide
)
Description:
kernel/postinst.d hook
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2013-04-21 11:23:45 UTC
Size:
246 bytes
patch
obsolete
>#!/bin/sh > >version="$1" ; shift >image="$1" ; shift > >for s in `systemctl show kexec.target | sed -nre 's/^Wants=(.*)/\1/p'` ; do > case "${s}" in > kexec-load@*) systemctl disable "${s}" ;; > esac >done > >exec systemctl enable kexec-load@"${version}"
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 Raw
Actions:
View
Attachments on
bug 415359
:
346182
| 346184