Commit e8caacf
committed
rootfs-create: move armbian-plymouth-theme back to distro-agnostic.sh
Restore the pre-branch install location for armbian-plymouth-theme:
post-cache in distro-agnostic.sh, alongside the 'if PLYMOUTH != yes
then apt-get remove plymouth' branch. That keeps both halves of the
PLYMOUTH toggle in one spot and stops straddling the rootfs-create
→ distro-agnostic boundary.
Previously moved to rootfs-create.sh (before the rootfs cache) so
that module_desktops install could apt-install armbian-plymouth-theme
from the just-populated apt source. The configng side is changing
in lockstep: when mode=build, module_desktops no longer tries to
install armbian-plymouth-theme — the build framework installs the
locally-built .deb artifact directly instead, here in
distro-agnostic.sh.1 parent 3ba92b7 commit e8caacf
2 files changed
Lines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
421 | 420 | | |
422 | 421 | | |
423 | 422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 229 | | |
237 | 230 | | |
238 | 231 | | |
| |||
0 commit comments