Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Dec 20, 2024
1 parent fc0ca77 commit ee73772
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
calamares-qml-settings-nitrux (1.9.7+new-dev) nitrux; urgency=medium

* Add script to sign the kernel for secure boot within the chroot.

-- Uri Herrera <[email protected]> Thu, 19 Dec 2024 02:18:00 -0500

calamares-qml-settings-nitrux (1.9.6+new-dev) nitrux; urgency=medium

* Add paramaters for PTi and KFENCE.
* Add paramaters for PTI and KFENCE.

-- Uri Herrera <[email protected]> Thu, 19 Dec 2024 02:18:00 -0500

Expand Down
12 changes: 12 additions & 0 deletions etc/calamares/modules/shellprocess_nx-SP#03sb-kernel.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Configuration for the shell process job.
#
# Download the script to cleanup the package manager from the chroot.
---
dontChroot: false
timeout: 120
script:
- "bash @@ROOT@@/usr/bin/sb-kernel"
- "rm @@ROOT@@/usr/bin/sb-kernel"
4 changes: 4 additions & 0 deletions etc/calamares/settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ instances:
- id: nx-SP#02rdpkg
module: shellprocess
config: shellprocess_nx-SP#02rdpkg.conf
- id: nx-SP#03sb-kernel
module: shellprocess
config: shellprocess_nx-SP#03sb-kernel.conf

sequence:

Expand Down Expand Up @@ -56,6 +59,7 @@ sequence:
- shellprocess@bug-LP#1829805
- packages
- shellprocess@nx-SP#02rdpkg
- shellprocess@nx-SP#03sb-kernel
- umount

- show:
Expand Down

0 comments on commit ee73772

Please sign in to comment.