Builder for live images based on Debian
Go to file
Lyndon Brown 8b1f9f0131 frontend: fix use of config/environment[.binary]
the environment variables when held in a variable need to be used via
`env` otherwise you get command not found errors.

example:
```
$ echo "AA=aa" > config/environment
$ lb config
/usr/bin/lb: 83: AA=aa: not found
$ ENV="AA=aa"
$ ${ENV} true
bash: AA=aa: command not found
$ "${ENV}" true
bash: AA=aa: command not found
$ env ${ENV} true
```

Gbp-Dch: Short
2020-04-23 09:56:13 +00:00
data/debian-cd We should add buster for release 2019-02-17 14:51:24 +00:00
debian autopkgtest: build kali image 2020-03-20 15:36:52 +00:00
examples amend copyright & licensing blocks 2020-03-11 13:51:19 +00:00
frontend frontend: fix use of config/environment[.binary] 2020-04-23 09:56:13 +00:00
functions fix $@ parameter expansion issues 2020-04-23 09:38:01 +00:00
manpages chroot_prep: expand coverage 2020-04-23 09:38:02 +00:00
scripts chroot_prep: warn if running archives helper for bootstrap stage 2020-04-23 09:38:02 +00:00
share grub2|loopback: avoid empty submenu 2020-04-23 10:18:43 +02:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile fix capitalisation of some output messages 2020-03-05 20:36:54 +00:00