[Debian-live-changes] r2341 - dists/trunk/live-helper/helpers
matth-guest at alioth.debian.org
matth-guest at alioth.debian.org
Sun Jul 1 23:42:16 UTC 2007
Author: matth-guest
Date: 2007-07-01 23:42:16 +0000 (Sun, 01 Jul 2007)
New Revision: 2341
Modified:
dists/trunk/live-helper/helpers/lh_binary_debian-installer
Log:
tabs width
Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer 2007-07-01 23:32:53 UTC (rev 2340)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer 2007-07-01 23:42:16 UTC (rev 2341)
@@ -183,29 +183,29 @@
fi
if [ "${LIVE_DEBIAN_INSTALLER}" != "netinst" ]; then
- # Downloading additional packages
- mkdir -p chroot/binary.deb/archives/partial
- mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
- touch chroot/var/lib/dpkg/status
-
- case "${LIVE_ARCHITECTURE}" in
- amd64)
- DI_PACKAGES="linux-image-2.6-amd64 lilo grub"
- ;;
+ # Downloading additional packages
+ mkdir -p chroot/binary.deb/archives/partial
+ mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
+ touch chroot/var/lib/dpkg/status
+
+ case "${LIVE_ARCHITECTURE}" in
+ amd64)
+ DI_PACKAGES="linux-image-2.6-amd64 lilo grub"
+ ;;
- i386)
- DI_PACKAGES="linux-image-2.6-486 linux-image-2.6-686 elilo lilo grub"
- ;;
+ i386)
+ DI_PACKAGES="linux-image-2.6-486 linux-image-2.6-686 elilo lilo grub"
+ ;;
- powerpc)
- DI_PACKAGES="linux-image-2.6-powerpc linux-image-2.6-powerpc64 linux-image-2.6-powerpc-smp linux-image-2.6-prep yaboot" # FIXME bootloader?
- ;;
- esac
- DI_PACKAGES="${DI_PACKAGES} cryptsetup lvm2"
+ powerpc)
+ DI_PACKAGES="linux-image-2.6-powerpc linux-image-2.6-powerpc64 linux-image-2.6-powerpc-smp linux-image-2.6-prep yaboot" # FIXME bootloader?
+ ;;
+ esac
+ DI_PACKAGES="${DI_PACKAGES} cryptsetup lvm2"
- Chroot "apt-get -o Dir::Cache=/binary.deb --download-only install --yes ${DI_PACKAGES}"
- mv chroot/binary.deb ./
- mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
+ Chroot "apt-get -o Dir::Cache=/binary.deb --download-only install --yes ${DI_PACKAGES}"
+ mv chroot/binary.deb ./
+ mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
fi
# Including base debian packages
More information about the Debian-live-changes
mailing list