Builder for live images based on Debian
Go to file
Raphaël Hertzog f13273368a
Don't fail if one of the package lists expands to an empty list
When a package lists contains only packages protected by a test
that doesn't match for the current run, then Expand_package_list
outputs nothing and the following "grep -v" fails because it
has not filtered anything. Avoid this by protecting the "grep -v"
call with "|| true".
2021-01-12 14:48:27 +01:00
data/debian-cd Add 'unstable' as a valid distribution and link to sid. 2021-01-08 04:32:01 -05:00
debian Added the option to include files before and after package installation 2020-10-27 15:07:11 +00:00
examples amend copyright & licensing blocks 2020-03-11 13:51:19 +00:00
frontend get rid of a couple of useless variables 2020-05-04 13:21:12 +01:00
functions Add 'unstable' as a valid distribution and link to sid. 2021-01-08 04:32:01 -05:00
manpages Add option to change compression algorithm and level for squashfs. 2020-10-12 13:35:16 +00:00
scripts Don't fail if one of the package lists expands to an empty list 2021-01-12 14:48:27 +01:00
share Bugfix: Fix grub.cfg pc/ENABLE_MEMTEST check 2021-01-01 22:54:47 -08:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Drop the epoch in /usr/share/live/build/VERSION 2020-04-23 16:51:58 +02:00