Commit 1dbc267
committed
feat(plugins): initrd: fix removal ordering
On amd64, the CPU microcode packages get removed if we rm -rf
${INITRD_ROOT}/lib/firmware *after* we configure the chroot, because
chroot_configure() installs the microcode packages! Clean firmware,
modules first. Then configure.
Signed-off-by: Dilyn Corner <dilyn.corner@canonical.com>1 parent 65ad34f commit 1dbc267
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | 492 | | |
496 | | - | |
497 | | - | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
498 | 497 | | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
0 commit comments