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

Bug#218273: lilo-installer: Debconf templates polishing



Package: lilo-installer
Severity: normal
Tags: patch d-i

This bug report is similar to #218208 and #218209 (consistency among boot
loaders installers).

Detailed explanations:

-_Description: On which device should LILO install the boot block?
+_Description: Device for boot loader installation:

Same reasons that those explained for aboot and grub......I used the exact
same string, but here "loader" should maybe be replaced by "block".

The key point is making it short (which would help translation). I drop
"LILO" from the short description as the important thing is knowing that a
boot loader is to be installed....which one is a bit less important for the
user and may be sent to the extended description.

 Template: lilo-installer/serial-console
 Type: note
-_Description: Configuring LILO to use serial console
+_Description: LILO configured to use a serial console
  LILO is configured to use serial port ${PORT} as the console.
  The serial port speed is set to ${SPEED}.

This is note *note* explaining that LILO is in fact configured for serial
console. The current note title could let users think that it *will* be
configured for using a serial console.


@@ -25,10 +25,10 @@
 
 Template: lilo-installer/failed
 Text: error
-_Description: Installing LILO failed
+_Description: LILO installation failed
  Running "/sbin/lilo" failed with error code "${ERRCODE}".

Consistency with other boot loaders. More factual wording.


 Template: debian-installer/lilo-installer/title
 Type: text
 #  Main menu item
-_Description: Install LILO on a hard disk
+_Description: Install LILO boot loader on a hard disk

Consistency with other boot loaders for which I proposed the same
modification. Rationale : a lot of users do not know what GRUB/aboot/LILO
are...


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykerinos 2.4.22 #2 Mon Sep 29 15:12:10 CEST 2003 i686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8)

--- lilo-installer.templates.ori	2003-10-30 07:39:28.000000000 +0100
+++ lilo-installer.templates	2003-10-30 07:42:07.000000000 +0100
@@ -1,13 +1,13 @@
 Template: lilo-installer/bootdev
 Type: string
-_Description: On which device should LILO install the boot block?
+_Description: Device for boot loader installation:
  LILO should install the boot block on a bootable device. This is usually
  the first hard drive, but could be in a partition if you want to use
  another boot manager as the primary boot manager.
 
 Template: lilo-installer/serial-console
 Type: note
-_Description: Configuring LILO to use serial console
+_Description: LILO configured to use a serial console
  LILO is configured to use serial port ${PORT} as the console.
  The serial port speed is set to ${SPEED}.
 
@@ -25,10 +25,10 @@
 
 Template: lilo-installer/failed
 Text: error
-_Description: Installing LILO failed
+_Description: LILO installation failed
  Running "/sbin/lilo" failed with error code "${ERRCODE}".
 
 Template: debian-installer/lilo-installer/title
 Type: text
 #  Main menu item
-_Description: Install LILO on a hard disk
+_Description: Install LILO boot loader on a hard disk

Reply to: