diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 16:17:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | a5a4a8ef26b8c8d26790574fe327559b8687cc67 (patch) | |
tree | 1a9e436d065b46d00175969a37e34b5ec89ce03b /examples | |
parent | 54c6faef3bd19847bd7fc7ce8fe8e7ee49215201 (diff) | |
download | vyos-live-build-a5a4a8ef26b8c8d26790574fe327559b8687cc67.tar.gz vyos-live-build-a5a4a8ef26b8c8d26790574fe327559b8687cc67.zip |
Re-enabling live-initscripts and live-webhelper.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/snapshots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cron/snapshots.sh b/examples/cron/snapshots.sh index e9f97958d..74ffaea47 100755 --- a/examples/cron/snapshots.sh +++ b/examples/cron/snapshots.sh @@ -3,7 +3,7 @@ # Needs: build-essential fakeroot lsb-release git-core [...] # Static variables -PACKAGES="live-helper live-initramfs" +PACKAGES="live-helper live-initramfs live-initscripts live-webhelper" DEBEMAIL="debian-live-devel@lists.alioth.debian.org" EMAIL="debian-live-devel@lists.alioth.debian.org" |