Skip to content

Commit 328d5d5

Browse files
committed
debos: Rebuild the initramfs after installing the resize hook
Previously this was done by the kernel installation, but since we no longer install the kernel after copying this stuff in it's not included. Explicitly always rebuild the initramfs yet another time to avoid problems like this going forward. Fixes #30.
1 parent 34ccd0e commit 328d5d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

debos-recipes/debian-quartz64.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ actions:
127127
source: overlays/initramfs-tools-plebian/
128128
destination: /etc/initramfs-tools/
129129

130+
- action: run
131+
description: Rebuild initramfs
132+
chroot: true
133+
command: update-initramfs -u -k all
134+
130135
- action: run
131136
description: Set up u-boot default file
132137
chroot: true

0 commit comments

Comments
 (0)