Bug 1701001 - 10_reset_boot_success is missing in Makefile
Summary: 10_reset_boot_success is missing in Makefile
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: grub2
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-17 18:38 UTC by Christian Glombek
Modified: 2019-04-17 18:54 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-17 18:54:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Christian Glombek 2019-04-17 18:38:13 UTC
Description of problem:
util/grub.d/10_reset_boot_success.in is missing in Makefile.util.def and thus doesn't end up in rpm pkgs.

Additional info:
MUST BE BACKPORTED to fedora-30 branch! Along with other changes to auto menu hide and fallback scripts already in fedora-31 branch.

The following lines need to be added in Makefile.util.def:
```
script = {
  name = '10_reset_boot_success';
  common = util/grub.d/10_reset_boot_success.in;
  installdir = grubconf;
};
```


Note You need to log in before you can comment on or make changes to this bug.