File tree Expand file tree Collapse file tree 6 files changed +0
-30
lines changed Expand file tree Collapse file tree 6 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ modules:
11
11
- from-file : modules/developer.yml
12
12
# - from-file: modules/final-scripts.yml
13
13
# ----------------------------------------------------------------------------------------------------------------------------
14
- - type : script
15
- snippets : []
16
- scripts :
17
- - regenerateinitramfs.sh
18
14
# Signing
19
15
- type : signing # this sets up the proper policy & signing files for signed images to work fully
20
16
# ----------------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ modules:
10
10
- from-file : modules/developer.yml
11
11
# - from-file: modules/final-scripts.yml
12
12
# ----------------------------------------------------------------------------------------------------------------------------
13
- - type : script
14
- snippets : []
15
- scripts :
16
- - regenerateinitramfs.sh
17
13
# Signing
18
14
- type : signing # this sets up the proper policy & signing files for signed images to work fully
19
15
# ----------------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ modules:
10
10
- from-file : modules/nvidia.yml
11
11
# - from-file: modules/final-scripts.yml
12
12
# ----------------------------------------------------------------------------------------------------------------------------
13
- - type : script
14
- snippets : []
15
- scripts :
16
- - regenerateinitramfs.sh
17
13
# Signing
18
14
- type : signing # this sets up the proper policy & signing files for signed images to work fully
19
15
# ----------------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ modules:
10
10
- from-file : modules/vm.yml
11
11
# - from-file: modules/final-scripts.yml
12
12
# ---------------------------------------------------------------------------------------------------------------------------
13
- - type : script
14
- snippets : []
15
- scripts :
16
- - regenerateinitramfs.sh
17
13
# Signing
18
14
- type : signing # this sets up the proper policy & signing files for signed images to work fully
19
15
# ----------------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ modules:
9
9
- from-file : modules/common-modules.yml
10
10
# - from-file: modules/final-scripts.yml
11
11
# -----------------------------------------------------------------------------------------------------------------------
12
- - type : script
13
- snippets : []
14
- scripts :
15
- - regenerateinitramfs.sh
16
12
# Signing
17
13
- type : signing # this sets up the proper policy & signing files for signed images to work fully
18
14
# -----------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 4
4
modules :
5
5
# ----------------------------------------------------------------------------------------------------------------------------
6
6
# - from-file: modules/akmods.yml
7
- - type : containerfile
8
- snippets :
9
- - COPY --from=ghcr.io/ublue-os/akmods:main-41 /rpms /tmp/rpms
10
- - COPY --from=ghcr.io/ublue-os/akmods:main-41 /kernel-rpms /tmp/rpms/kernel
11
- - RUN find /tmp/rpms
12
- - RUN rpm -q ublue-os-akmods-addons || rpm-ostree install /tmp/rpms/ublue-os/ublue-os-akmods-addons*.rpm
13
- - type : script
14
- scripts :
15
- - installsignedkernel.sh
16
-
17
7
- from-file : modules/scripts.yml
18
8
- from-file : modules/dnf.yml
19
9
- from-file : modules/default-flatpaks.yml
You can’t perform that action at this time.
0 commit comments