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

Debian Boot Floppies CVS: boot-floppies koptein



CVSROOT:	/cvs/debian-boot
Module name:	boot-floppies
Changes by:	koptein	1999-10-20 00:15:37

Modified files:
	scripts/basedisks: PACKAGES_all 

Log message:
* added fbset

 <Pine.LNX.3.96.991012144938.25686A-100000@dwarf.polaris.net> <19991018052003.A19679@bellsouth.net> <19991018145028.A21004@bellsouth.net> <[🔎] oa4sfnkgkh.fsf@burrito.onshore.com> <[🔎] 19991019092916.A23510@atrey.karlin.mff.cuni.cz> <[🔎] oa4sfmnb35.fsf@burrito.onshore.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Mutt/0.96.1i
In-Reply-To: <[🔎] oa4sfmnb35.fsf@burrito.onshore.com>; from Adam Di Carlo on Tue, Oct 19, 1999 at 08:13:18PM -0400
Resent-Message-ID: <0aGj6.A.tvH.0JXD4@murphy>
Resent-From: debian-boot@lists.debian.org
X-Mailing-List: <debian-boot@lists.debian.org> archive/latest/4650
X-Loop: debian-boot@lists.debian.org
Precedence: list
Resent-Sender: debian-boot-request@lists.debian.org

On Tue, Oct 19, 1999 at 08:13:18PM -0400 , Adam Di Carlo wrote:
> Petr Cech <cech@atrey.karlin.mff.cuni.cz> writes:
> > hmm. Quick hack is to comment out the offending line in
> > makefile ($(shell find $(archive) -type f )).
> > Could it matter that the archive mirror has also some additional
> > subdirs (like base/OTHER and such)?
> 
> I don't think anyone else is getting this... can you run 'make check'
> and that succeeds?

I just moved the subdirs from the mirror and it is working.

> > 2) Handling of non-english languages.  dbootstrap defines
> > LANG=$LINGUA.
> 
> Where?

I thought that it was. Sorry I haven't checked the new boot-floppies very
carefuly.

But that in the bootstrap en_US.iso-8859-1 is translated using .po
really got me.

> That would be cumbersome and difficult to maintain.  Why not just set
yes it would.

> LANG from LINGUA properly?  I used to have this in
> documentation/Makefile, but it's not needed anymore.  Shouldn't this
> be in the top level makefile perhaps?

Oh. It would work. But instead there sould be
CORRECTLANG=cs_CZ.iso-8859-2
LINGUA=$(shell echo $(CORRECTLANG) | sed -e 's/\(.*\)_.*/\1/') # cs
LANG=$(shell echo $(CORRECTLANG) | sed -e 's/\([^.]*\).*/\1/') # cs_CZ
DESTEXT=.$(LINGUA)

				Petr Cech
--
Debian GNU/Linux maintainer - www.debian.{org,cz}
           cech@atrey.karlin.mff.cuni.cz


Reply to: