Added make support for multiple architectures and did cleanup
This commit is contained in:
20
auto/config
20
auto/config
@@ -2,10 +2,12 @@
|
||||
# live-build configuration script
|
||||
# see 'man lb config'
|
||||
|
||||
#Add "linux-headers" to linux-packages when using nvidia driver
|
||||
|
||||
lb config noauto \
|
||||
--apt-recommends false \
|
||||
--apt-indices false \
|
||||
--architectures amd64 \
|
||||
--architectures $TargetArch \
|
||||
--archive-areas 'main contrib non-free' \
|
||||
--backports true \
|
||||
--security true \
|
||||
@@ -16,7 +18,7 @@ lb config noauto \
|
||||
--checksums sha256 \
|
||||
--clean \
|
||||
--debconf-frontend noninteractive \
|
||||
--debian-installer false \
|
||||
--debian-installer none \
|
||||
--debian-installer-distribution bullseye \
|
||||
--debian-installer-gui false \
|
||||
--debootstrap-options "--include=apt-transport-https,ca-certificates,openssl" \
|
||||
@@ -24,11 +26,11 @@ lb config noauto \
|
||||
--firmware-binary true \
|
||||
--firmware-chroot true \
|
||||
--initramfs live-boot \
|
||||
--iso-publisher dlc \
|
||||
--iso-volume dlc-3.0.0 \
|
||||
--linux-packages "linux-image linux-headers" \
|
||||
--iso-publisher brammp \
|
||||
--iso-volume Gui-minimal-testing \
|
||||
--linux-packages "linux-image" \
|
||||
--bootappend-live "boot=live config" \
|
||||
--memtest memtest86+ \
|
||||
--win32-loader true \
|
||||
--apt-http-proxy "http://192.168.2.83:80"
|
||||
"${@}"
|
||||
--memtest none \
|
||||
--win32-loader false \
|
||||
--apt-http-proxy "http://192.168.2.83:80" \
|
||||
--zsync false
|
||||
Reference in New Issue
Block a user