Skip to content

Commit

Permalink
removes rt kernel from image
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Nov 7, 2024
1 parent 7f31273 commit 0dc951e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ stages:
- modules/00-vanilla-base-files.yml
- modules/00-vanilla-apx.yml
- modules/00-vanilla-apx-stacks.yml
- modules/01-kernel.yml
- modules/03-fswarn.yml
- modules/05-firmware.yml
- modules/10-input-and-locale.yml
Expand All @@ -43,7 +44,6 @@ stages:
- modules/100-modules.yml
- modules/110-fwupd.yml
- modules/120-fingerprint.yml
- modules/130-kernel.yml
- modules/140-manpages.yml
- modules/150-init-executable.yml
- modules/998-podman-registry.yml
Expand All @@ -66,7 +66,6 @@ stages:
- name: cleanup1
type: shell
commands:
- apt remove -y linux-image-rt-amd64 linux-image-6.10.9-rt-amd64
- apt remove -y dpkg-dev build-essential
- apt autoremove -y
- apt clean
Expand Down

0 comments on commit 0dc951e

Please sign in to comment.