[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Correction to the settings of sources.list.binary



Hi,

I found another small correction. It is related to the difference 
between the bootstrap sources.list and the final (binary) sources.list.
In the present version the final sources.list is always the same as the 
bootstrap sources.list.

This problem comes from the copy as links of the chroot environment in 
lh_binary_chroot

My suggestion for patch is bellow.

--- lh_binary_chroot    2007-07-05 00:34:47.000000000 +0100
+++ lh_binary_chroot.new        2007-07-05 00:37:12.000000000 +0100
@@ -64,6 +64,8 @@

  # Copying new chroot
  ${LH_ROOT_COMMAND} cp -al chroot chroot.tmp
+${LH_ROOT_COMMAND} rm -f  chroot.tmp/etc/apt/sources.list
+${LH_ROOT_COMMAND} cp chroot/etc/apt/sources.list 
chroot.tmp/etc/apt/sources.list
  ${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot

  if [ -n "${LH_ROOT_COMMAND}" ]



Another problem that I seem to face is that live-initramfs does not set 
the console keyboard (dpkg-reconfigure console-data) if I include 
locale=pt in the kernel boot line.
Does anybody have any idea of where this problem could come from?

I am using live-initramfs_1.91.4-1


All the best,
Ant?nio Amorim



Reply to: