Commit dd90a1a
build-ubuntu-rootfs.sh: Add support for injecting custom apt sources from package manifest
- Extended script functionality to parse and add custom apt sources from the JSON
package manifest, enabling installation from additional repositories during rootfs build.
- Ensures each custom source line is written to a dedicated sources.list.d entry,
preserving compatibility and flexibility for multi-repo configurations.
- This enhancement improves package installation workflows, supports upstream and
third-party repositories, and maintains backward compatibility with legacy and config-driven builds.
Signed-off-by: Bjordis Collaku <[email protected]>1 parent 705c2aa commit dd90a1a
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
268 | 281 | | |
269 | 282 | | |
270 | 283 | | |
| |||
0 commit comments