Skip to content

Commit

Permalink
live-build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jul 12, 2023
1 parent eb2ab5b commit 28a2493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build-steps.d/3300_create-iso-chroot
Expand Up @@ -170,7 +170,9 @@ create-debian-iso-chroot() {
$LIVEBUILD_PREFIX \
dist_build_multiarch_package_item="$dist_build_target_arch" \
dist_grml_mount_point="$dist_grml_mount_point" \
lb build
lb build \
--verbose \
--debug

## Delete the ISO but keep the ISO chroot.
# $SUDO_TO_ROOT \
Expand Down
2 changes: 1 addition & 1 deletion help-steps/live-build-test
Expand Up @@ -23,6 +23,6 @@ echo "task-lxde-desktop firefox-esr" | tee ./config/package-lists/my.list.chroot
lb config --dump
lb config --validate

lb build
lb build --verbose --debug

true "END"

0 comments on commit 28a2493

Please sign in to comment.