mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 03:11:40 +00:00
lb_binary_layered: use kernel.yaml
This commit is contained in:
parent
2f103f886c
commit
2096eccd67
@ -204,6 +204,12 @@ do
|
|||||||
build_layered_squashfs "${_PASS}" ${*}
|
build_layered_squashfs "${_PASS}" ${*}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ -f config/kernel.yaml ]; then
|
||||||
|
/usr/share/livecd-rootfs/update-source-catalog merge \
|
||||||
|
--output livecd.${PROJECT_FULL}.install-sources.yaml \
|
||||||
|
--template config/kernel.yaml
|
||||||
|
fi
|
||||||
|
|
||||||
# Ubiquity-compatible removal manifest for ISO not using a layered-aware installer
|
# Ubiquity-compatible removal manifest for ISO not using a layered-aware installer
|
||||||
if [ -n "$(ls livecd.${PROJECT_FULL}.*install.live.manifest.full 2>/dev/null)" ] && \
|
if [ -n "$(ls livecd.${PROJECT_FULL}.*install.live.manifest.full 2>/dev/null)" ] && \
|
||||||
[ -n "$(ls livecd.${PROJECT_FULL}.*install.manifest.full 2>/dev/null)" ]; then
|
[ -n "$(ls livecd.${PROJECT_FULL}.*install.manifest.full 2>/dev/null)" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user