3ba6ddf1b2
* 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch - Fix xen package contains debug_info files with the .module suffix by moving them to a separate xen-debug subpackage (bsc#1232573) OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=520
18 lines
458 B
Desktop File
18 lines
458 B
Desktop File
[Unit]
|
|
Description=Restore grubenv
|
|
DefaultDependencies=no
|
|
After=local-fs.target
|
|
Before=sysinit.target shutdown.target
|
|
Conflicts=shutdown.target
|
|
ConditionPathIsReadWrite=/boot/grub2/grubenv
|
|
ConditionPathExists=/var/lib/misc/grub2-cleanup-once
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=-/usr/bin/grub2-editenv /boot/grub2/grubenv unset next_entry
|
|
ExecStartPost=-/usr/bin/rm -f /var/lib/misc/grub2-cleanup-once
|
|
StandardOutput=journal
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|