diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-17 05:58:43 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | b6a9ccaa08747b5da4288c0cd29694b5aa70dac2 (patch) | |
tree | f7cda67c7c9d8674b1f94fa58fd4d5346065b8bc | |
parent | d29d02aa7ccba65a166129d4499bf78ccf8cbf63 (diff) | |
download | vyos-live-build-b6a9ccaa08747b5da4288c0cd29694b5aa70dac2.tar.gz vyos-live-build-b6a9ccaa08747b5da4288c0cd29694b5aa70dac2.zip |
Remove pointless whitespace.
-rwxr-xr-x | helpers/lh_binary_debian-installer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 8c8240c00..cd6f2f6cb 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -387,7 +387,7 @@ then ;; sparc) - DI_REQ_PACKAGES="silo" + DI_REQ_PACKAGES="silo" DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-2.6-sparc64 linux-image-2.6-sparc64-smp" if [ "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" = "etch" ] @@ -419,7 +419,7 @@ then # # However, we need to force various packages' inclusion in binary/pool/main as # d-i does not support (for example) re-installing grub from target/ - the grub - # .deb must actually exist. + # .debs must actually exist. # Modify dpkg status to show the required packages are not installed. cp chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status |