Commit Graph

210 Commits

Author SHA1 Message Date
nodiscc
b88c78ee74 add a live-build hook to set the default enabled/disabled status for systemd services 2020-03-07 21:01:30 +01:00
nodiscc
46e8d71a8b add a live-build hook to clear apt cacahe of downloaded pakages form final image
cleanup is still incomplete https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947123
2020-02-23 13:49:38 +01:00
nodiscc
d0432ef4ba add a live-build hook to remove unwanted packages from final image 2020-02-23 13:48:56 +01:00
nodiscc
f90fdd6bbb add bootloader (isolinux) configuration
identical to default config + multilanguage boot options (english, french) + release/version indicator the menu
2020-02-23 13:48:09 +01:00
nodiscc
c493abe6b2 Makefile: add targets to release a new version (ISO SHA512 checkums + GPG signature) 2020-02-23 13:46:39 +01:00
nodiscc
abcdbdc161 Makefile: add a target to build the iso image 2020-02-23 13:45:12 +01:00
nodiscc
3b312db1a5 add Makefile: add tageret to install build requirements 2020-02-23 13:41:33 +01:00
nodiscc
8cc16d60df add package lists
497 manually installed packages
lists named after their respective xdg category
https://specifications.freedesktop.org/menu-spec/latest/apa.html
2020-02-23 13:38:16 +01:00
nodiscc
7c7779a1c2 add main APT sources list for chroot build stage 2020-02-18 23:43:02 +01:00
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