[SCM] live-manual branch, debian-next, updated. debian/3.0_a17-1-9-g42b580c

Daniel Baumann daniel at debian.org
Sat Sep 29 12:28:14 UTC 2012


The following commit has been merged in the debian-next branch:
commit 05776294b8b8d4af46e2c50d3e9cc45fca64538b
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Sep 29 14:27:42 2012 +0200

    Updating debian repository urls to use final slash consistently.

diff --git a/manual/en/user_customization-packages.ssi b/manual/en/user_customization-packages.ssi
index 3b54597..d6d9935 100644
--- a/manual/en/user_customization-packages.ssi
+++ b/manual/en/user_customization-packages.ssi
@@ -352,7 +352,7 @@ Let's say you are building a wheezy live system but need all the live packages t
 
 code{
 
- $ echo "deb http://mirror/debian sid main" > config/archives/sid.list.chroot
+ $ echo "deb http://mirror/debian/ sid main" > config/archives/sid.list.chroot
  $ cat >> config/chroot_apt/preferences << END
  Package: live-boot live-boot-initramfs-tools live-config live-config-sysvinit
  Pin: release n=sid
diff --git a/manual/en/user_examples.ssi b/manual/en/user_examples.ssi
index 73a73ba..8348480 100644
--- a/manual/en/user_examples.ssi
+++ b/manual/en/user_examples.ssi
@@ -12,9 +12,9 @@ Note that, for the sake of brevity, in these examples we do not specify a local
 
 code{
 
- LB_MIRROR_BOOTSTRAP="http://mirror/debian"
- LB_MIRROR_CHROOT_SECURITY="http://mirror/debian-security"
- LB_MIRROR_CHROOT_BACKPORTS="http://mirror/debian-updates"
+ LB_MIRROR_BOOTSTRAP="http://mirror/debian/"
+ LB_MIRROR_CHROOT_SECURITY="http://mirror/debian-security/"
+ LB_MIRROR_CHROOT_BACKPORTS="http://mirror/debian-backports/"
 
 }code
 

-- 
live-manual



More information about the debian-live-changes mailing list