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 dec7378 commit bda4a09
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions build-steps.d/1500_create-iso-config
Expand Up @@ -79,6 +79,14 @@ create-debian-iso-config() {
## --apt-ftp-proxy "${REPO_PROXY}"
## --apt-http-proxy "${REPO_PROXY}"

# --cache-packages false \
# --apt-recommends false \
# --apt-source-archives false \
# --binary-filesystem ext4 \
# --chroot-filesystem ext4 \
# --debootstrap-options "--variant=minbase" \
# --binary-image iso-hybrid \

$SUDO_TO_ROOT \
lb config \
--distribution "$dist_build_apt_stable_release" \
Expand All @@ -94,18 +102,11 @@ create-debian-iso-config() {
--parent-mirror-chroot "$dist_build_apt_sources_mirror" \
--parent-mirror-chroot-security "$dist_build_apt_sources_security_mirror" \
--parent-mirror-debian-installer "$dist_build_apt_sources_mirror" \
--cache-packages false \
--apt-recommends false \
--apt-source-archives false \
--archive-areas "main contrib non-free non-free-firmware" \
--binary-filesystem ext4 \
--chroot-filesystem ext4 \
--binary-image iso-hybrid \
--debootstrap-options "--variant=minbase" \
--source false

## Running 'lb config' should not result in any further changes.
#lb config
#$SUDO_TO_ROOT lb config

$SUDO_TO_ROOT lb config --dump

Expand Down

0 comments on commit bda4a09

Please sign in to comment.