installation-guide: please remove the "preseed-X" part from translations too

2018-08-31 Thread Holger Wansing


Timo Aaltonen  wrote:
> Source: installation-guide
> Severity: normal
> 
> I noticed that the translations still have the "preseed-X" part of 
> preseed documentation on them, which got removed from 
> en/appendix/preseed.xml over three years ago. It should be removed from 
> the po/*/preseed.po files too.

This has been fixed in the meantime, so closing this bug.


Holger

-- 
Holger Wansing 
PGP-Finterprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Processed: [installation-guide] Problems with the hppa installer-manual

2018-08-31 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + wontfix
Bug #302584 [src:installation-guide] Problems with the hppa installer-manual
Added tag(s) wontfix.

-- 
302584: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=302584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#302584: [installation-guide] Problems with the hppa installer-manual

2018-08-31 Thread Holger Wansing
Control: tags -1 + wontfix


> I just took a little time to review the sarge installation manual
> at http://www.debian.org/releases/testing/hppa/ .
> It's a big improvement over the woody one!
> I do have some nits I'd like fixed before release:


Since hppa is not a release architecture for years, I'm tagging this bug
as wont-fix


-- 
Holger Wansing 
PGP-Finterprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Processed: [installation-guide] Problem in hppa.xml

2018-08-31 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + wontfix
Bug #248261 [src:installation-guide] Problem in hppa.xml
Added tag(s) wontfix.

-- 
248261: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248261
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#248261: [installation-guide] Problem in hppa.xml

2018-08-31 Thread Holger Wansing
Control: tags -1 + wontfix


> Subject: Problem in hppa.xml
> Date: Monday 10 May 2004 03:52
> From: "Bruno Barrera C." 
> To: debian-boot@lists.debian.org
> 
> Hello,
> 
> Reading
> "installer/doc/manual/en/partitioning/partition/hppa.xml" I found this:
> 
> "This is where the boot loader and an optional kernel
> and RAMdisk will be stored, so make it big enough for that -- at least
> 4Mb (I like 8-16Mb).  An additional requirement of the firmware is that
> the Linux kernel must reside within the first 2GB of the disk.  This
> is typically achieved by making the root ext2 partition fit entirely
> within the first 2GB of the disk. Alternatively you can create a small
> ext2 partition near the start of the disk and mount that on..."
> 
> Really this needs to be an ext2 partition? Isn't an anachronism
> about when the debian kernels didn't use initrd to load the driver
> of the filesystem, required to mount the root filesystem?

Since hppa is not a release architecture for years, I'm tagging this bug
as wont-fix


-- 
Holger Wansing 
PGP-Finterprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Bug#655210: marked as done (installation-guide: please remove the "preseed-X" part from translations too)

2018-08-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Aug 2018 23:51:20 +0200
with message-id <20180831235120.e1661eb0bf1b43c3ed3ea...@mailbox.org>
and subject line installation-guide: please remove the "preseed-X" part from 
translations too
has caused the Debian Bug report #655210,
regarding installation-guide: please remove the "preseed-X" part from 
translations too
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
655210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655210
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: installation-guide
Severity: normal

I noticed that the translations still have the "preseed-X" part of 
preseed documentation on them, which got removed from 
en/appendix/preseed.xml over three years ago. It should be removed from 
the po/*/preseed.po files too.



--- End Message ---
--- Begin Message ---

Timo Aaltonen  wrote:
> Source: installation-guide
> Severity: normal
> 
> I noticed that the translations still have the "preseed-X" part of 
> preseed documentation on them, which got removed from 
> en/appendix/preseed.xml over three years ago. It should be removed from 
> the po/*/preseed.po files too.

This has been fixed in the meantime, so closing this bug.


Holger

-- 
Holger Wansing 
PGP-Finterprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076--- End Message ---


Bug#907704: choose-mirror: default to deb.debian.org

2018-08-31 Thread Julien Cristau
Package: choose-mirror
Severity: wishlist
X-Debbugs-Cc: tfh...@debian.org

I think it's time for choose-mirror to stop asking by default.  AFAIK
deb.debian.org works well enough now that we don't need users to
manually select a mirror close to them.

PoC patch, completely untested:

diff --git a/choose-mirror.c b/choose-mirror.c
index 2662c5f..5463fa7 100644
--- a/choose-mirror.c
+++ b/choose-mirror.c
@@ -665,7 +665,7 @@ static int choose_mirror(void) {
debconf_subst(debconf, mir, "mirrors", list);
free(list);

-   debconf_input(debconf, "high", mir);
+   debconf_input(debconf, "medium", mir);
free(mir);
} else {
char *host = add_protocol("hostname");
diff --git a/debian/choose-mirror-bin.templates.http-in
b/debian/choose-mirror-bin.templates.http-in
index 785851e..2dc1f02 100644
--- a/debian/choose-mirror-bin.templates.http-in
+++ b/debian/choose-mirror-bin.templates.http-in
@@ -29,13 +29,14 @@ _Description: Debian archive mirror country:
 Template: mirror/http/mirror
 Type: select
 Choices: ${mirrors}
+Default: deb.debian.org
 # :sl1:
 _Description: Debian archive mirror:
  Please select a Debian archive mirror. You should use a mirror in
  your country or region if you do not know which mirror has the best
  Internet connection to you.
  .
- Usually, ftp..debian.org is a good choice.
+ Usually, deb.debian.org is a good choice.

 Template: mirror/http/hostname
 Type: string


Cheers,
Julien



Processed: Re: Bug#864039: "What is Debian?" should be updated

2018-08-31 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #864039 [src:installation-guide] "What is Debian?" should be updated
Added tag(s) pending.

-- 
864039: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864039
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#864039: "What is Debian?" should be updated

2018-08-31 Thread Holger Wansing
Control: tags -1 + pending


Adrian Bunk  wrote:
> Package: src:installation-guide
> Severity: minor
> 
> 1.1. What is Debian?
> 
> "has grown over the years into an organization of around 1062 Debian 
> Developers."
> 
> This sounds odd to me, "around 1000" would be better.
> 
> Debian developers are also involved in a number of other projects; some 
> specific 
> to Debian, others involving some or all of the Linux community. Some examples 
> include:
>   - The Linux Standard Base (LSB) is a project aimed at standardizing the 
> basic 
> GNU/Linux system, which will enable third-party software and hardware 
> developers to easily design programs and device drivers for 
> Linux-in-general, 
> rather than for a specific GNU/Linux distribution.
> 
> Bad example, Debian no longer supports the LSB.

Fixed with commits
https://salsa.debian.org/installer-team/installation-guide/commit/ab9fa76d611e57289d0dd94dfe091ee8b0ac678a
and
https://salsa.debian.org/installer-team/installation-guide/commit/e3ead394867c7c9182873aa1283f5b58216a5bb3


Tagging this bug as pending.


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/




Bug#864037: "If You Are New to Unix" should point to existing and non-ancient documentation

2018-08-31 Thread Holger Wansing
Control: tags -1 + pending


Adrian Bunk  wrote:
> Package: src:installation-guide
> Severity: normal
> 
> 8.2. If You Are New to Unix
> 
>   If you are new to Unix, you probably should go out and buy some books and 
> do 
>   some reading. A lot of valuable information can also be found in the Debian 
>   Reference. This list of Unix FAQs contains a number of UseNet documents 
>   which provide a nice historical reference.
> 
>   Linux is an implementation of Unix. The Linux Documentation Project (LDP) 
>   collects a number of HOWTOs and online books relating to Linux. Most of 
> these 
>   documents can be installed locally; just install the doc-linux-html package 
>   (HTML versions) or the doc-linux-text package (ASCII versions), then look 
> in 
>   /usr/share/doc/HOWTO. International versions of the LDP HOWTOs are also 
>   available as Debian packages.
> 
> 
> The completely outdated doc-linux documents were not in any stable
> release after squeeze, and Unix FAQs from the last millenium are
> also not a good introduction.
> 
> This section should be merged with a reviewed version of
> "8.4. Further Reading and Information".

Fixed in
https://salsa.debian.org/installer-team/installation-guide/commit/d83234bab28045fcef28738089de42dfffdb8299



Tagging this bug as pending.


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/




Processed: Re: Bug#864037: "If You Are New to Unix" should point to existing and non-ancient documentation

2018-08-31 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #864037 [src:installation-guide] "If You Are New to Unix" should point to 
existing and non-ancient documentation
Added tag(s) pending.

-- 
864037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864037
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems