|
Bugzilla – Full Text Bug Listing |
| Summary: | perl-Bootloader: rewrite update-bootloader in shell | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Ludwig Nussel <lnussel> |
| Component: | Bootloader | Assignee: | Steffen Winterfeldt <snwint> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dimstar |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1170066 | ||
|
Description
Ludwig Nussel
2023-08-17 11:39:46 UTC
I've just noticed that sed is gpl 3; that limits the options drastically. :-( Also gawk is gpl3, but there's mawk. Not sure though, if that's available. Hm, leaves us with C? grub2 itself is GPLv3 so I'd assume it's just fine to use tools that are GPLv3 as well. Maybe they need to be moved to a separate subpackage so the gplv3 tooling is only pulled in when grub is as well. Finally done. No traces of perl left. Usable shells: ash, bash, ksh. https://github.com/openSUSE/perl-bootloader/pull/163 (In reply to Steffen Winterfeldt from comment #4) > Finally done. No traces of perl left. Except in the package name. This looks now quite confusing. That's the next step - suggestions welcome. :-) "update-bootloader" :-) Maybe; but there's also an update-bootloader program in perl-Bootloader. exactly. Pretty descriptive name for what it does |