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

Re: Building a squeeze image



Using 

lh config --architecture i386 --distribution squeeze --linux-flavours 686 --apt-recommends false --volatile false --linux-packages "linux-image-2.6" --binary-indices false --packages-lists "standard" --memtest none --binary-images=iso

works. Nevertheless maybe someone can tell me whats the different here. Is it the --linux-packages that fixes the problem or --packages-lists?

I think LH_LINUX_PACKAGES is set per default to linux-image-2.6, see defaults.sh:

	# Set linux packages
	if [ -z "${LH_LINUX_PACKAGES}" ]
	then
		case "${LH_MODE}" in
			debian|debian-release|embedian)
				case "${LH_DISTRIBUTION}" in
					lenny)
						LH_LINUX_PACKAGES="linux-image-2.6 \${LH_UNION_FILESYSTEM}-modules-2.6"
						;;

					*)
						LH_LINUX_PACKAGES="linux-image-2.6"
						;;
				esac

Sorry for bother you.

Regards
Volker

-------- Original-Nachricht --------
> Datum: Wed, 11 Aug 2010 22:31:32 +0200
> Von: "Volker Theile" <votdev@gmx.de>
> An: debian-live@lists.debian.org
> Betreff: Building a squeeze image

> Hello,
> 
> i'm trying to create a simple 'Squeeze' ISO image, but i always fail with
> the following message:
> 
> Reading package lists... Done
> Reading package lists... Done
> Building dependency tree... Done
> P: Configuring file /etc/kernel-img.conf
> P: Begin executing preseed...
> P: Begin executing local preseeds...
> P: Begin installing tasks...
> P: Begin queueing installation of packages lists...
> P: Begin queueing installation of local packages lists...
> P: Begin queueing installation of packages...
> P: Begin queueing installation of local packages...
> P: Begin installing packages...
> Reading package lists... Done
> Building dependency tree... Done
> E: Couldn't find package aufs-modules-2.6-686
> P: Begin unmounting filesystems...
> 
> I use the following command:
> 
> lh config --architecture i386 --distribution squeeze --linux-flavours 686
> --apt-recommends false --volatile false --binary-images=iso
> 
> No hooks or additional custom config options are used.
> 
> Can anyone please enlighten me what i have to do to build a simple ISO
> image? I think i shouldn't be too difficult.
> 
> Regards
> Volker
> 
> -- 
> GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 ¿/mtl.!*
> http://portal.gmx.net/de/go/dsl
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-live-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> Archive: 20100811203132.33930@gmx.net">http://lists.debian.org/20100811203132.33930@gmx.net
> 

-- 
GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 ¿/mtl.!*
http://portal.gmx.net/de/go/dsl


Reply to: