This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_GUI/auto/build
nodiscc 1894c77e37 add basic configuration for 'lb build':
- build an amd64 live system (Debian 10 "Buster")
 - don't install 'recommended' packages
 - enable contrib/non-free sections (required for firmwares)
 - enable stable-backports,security,stable-updates repositories
 - don't include source packages in the build (save space)
 - generate iso-hybrid images suitable for boot from USB
 - enable 'installer' mode allowing to install the live system to a fixed disk
 - install packages required for HTTPS APT sources
 - include binary firwares on the iso image
 - included memtest86+ and win32-loaded on the bootable media
2020-02-08 18:26:36 +01:00

4 lines
61 B
Bash
Executable File

#!/bin/sh
set -e
lb build noauto "${@}" 2>&1 | tee build.log