diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-01 01:56:32 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-01 01:57:01 +0100 |
commit | 0da4e6e3e3386b04cf08ed54adfe65fa2c1d8c55 (patch) | |
tree | 2a3d67ec857e9a51d5d0a64016ef37bf06205c7b /scripts | |
parent | 1af24ca926637f8a57ebc00fbcbc026a9f49a0a4 (diff) | |
download | vyos-live-build-0da4e6e3e3386b04cf08ed54adfe65fa2c1d8c55.tar.gz vyos-live-build-0da4e6e3e3386b04cf08ed54adfe65fa2c1d8c55.zip |
Adding dropped empty-line separator in binary_debian-installer.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_debian-installer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer index f49a94a5d..3262d902f 100755 --- a/scripts/build/binary_debian-installer +++ b/scripts/build/binary_debian-installer @@ -361,6 +361,7 @@ then precise) DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic-pae" ;; + *) DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic" ;; |