Skip to content

Commit

Permalink
Merge pull request #280 from lnussel/master
Browse files Browse the repository at this point in the history
Enable systemd-boot support (jsc#PED-1906)
  • Loading branch information
jreidinger committed Feb 6, 2024
2 parents 496d22d + 8968139 commit 6941777
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
control.dud: control/control.xml
mkdud -c control.dud -d tw control
1 change: 1 addition & 0 deletions control/control.glade
1 change: 0 additions & 1 deletion control/control.openSUSE.glade

This file was deleted.

1 change: 1 addition & 0 deletions control/control.openSUSE.xml → control/control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ textdomain="control"
<enable_clone config:type="boolean">false</enable_clone>
<enable_register_hwdata config:type="boolean">true</enable_register_hwdata>
<enable_register_optional config:type="boolean">true</enable_register_optional>
<enable_systemd_boot config:type="boolean">true</enable_systemd_boot>
<display_register_forcereg config:type="boolean">true</display_register_forcereg>
<disable_register_w3m config:type="boolean">true</disable_register_w3m>
<register_monthly config:type="boolean">false</register_monthly>
Expand Down
6 changes: 6 additions & 0 deletions package/skelcd-control-openSUSE.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 3 12:57:25 UTC 2024 - Ludwig Nussel <lnussel@suse.com>

- Enable systemd-boot support (jsc#PED-1906)
- 20240103

-------------------------------------------------------------------
Fri May 12 08:50:48 UTC 2023 - Ladislav Slezák <lslezak@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions package/skelcd-control-openSUSE.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
######################################################################
Name: skelcd-control-openSUSE
Version: 20230512.1
Version: 20240103
Release: 0
Summary: The openSUSE Installation Control file
License: MIT
Expand Down Expand Up @@ -117,7 +117,7 @@ make %{?_smp_mflags} -C control check
#
# Add control file
#
CONTROL_FILE=control.openSUSE.xml
CONTROL_FILE=control.xml

mkdir -p $RPM_BUILD_ROOT%{?skelcdpath}/CD1
install -m 644 control/${CONTROL_FILE} $RPM_BUILD_ROOT%{?skelcdpath}/CD1/control.xml
Expand Down

0 comments on commit 6941777

Please sign in to comment.