| 1 |
|
base-installer (0.086) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
|
* Martin Michlmayr |
| 4 |
|
- Only install LVM and create LVM device nodes when the device |
| 5 |
|
mapper module is loaded. |
| 6 |
|
- "vgscan --mknodes" can return 5 under some circumstances, so |
| 7 |
|
use || true in order not to error out. |
| 8 |
|
|
| 9 |
|
-- Martin Michlmayr <tbm@cyrius.com> Sun, 20 Jun 2004 20:24:40 +0100 |
| 10 |
|
|
| 11 |
|
base-installer (0.085) unstable; urgency=low |
| 12 |
|
|
| 13 |
|
* Martin Michlmayr |
| 14 |
|
- Create LVM devices before installing the kernel, otherwise mkinitrd |
| 15 |
|
will fail if the root device is on LVM (closes: #232827, #237466, |
| 16 |
|
#247051, #247213, #245546, #249311). |
| 17 |
|
- Install mdadm before installing the kernel otherwise mkinitrd will |
| 18 |
|
fail (closes: #247819, #250820, #253843). |
| 19 |
|
* Updated translations: |
| 20 |
|
- Catalan (ca.po) by Jordi Mallach |
| 21 |
|
- Spanish (es.po) by Javier Fernández-Sanguino Peña |
| 22 |
|
- Lithuanian (lt.po) by Kęstutis Biliūnas |
| 23 |
|
- Romanian (ro.po) by Eddy Petrisor |
| 24 |
|
- Turkish (tr.po) by Osman Yüksel |
| 25 |
|
|
| 26 |
|
-- Martin Michlmayr <tbm@cyrius.com> Fri, 18 Jun 2004 19:24:04 +0100 |
| 27 |
|
|
| 28 |
|
base-installer (0.084) unstable; urgency=low |
| 29 |
|
|
| 30 |
|
* Joey Hess |
| 31 |
|
- Add a template for debootstrap's BASESUCCESS info string, so it can be |
| 32 |
|
translated. This string was added in a recent version of debootstrap. |
| 33 |
|
(Yes, the changelog says I did this in 0.080, but it seems the change |
| 34 |
|
went missing.) |
| 35 |
|
* Steve Langasek |
| 36 |
|
- s/2.4.26/2.4.26-1/ for alpha |
| 37 |
|
* Colin Watson |
| 38 |
|
- Pick 32- or 64-bit kernels as appropriate on hppa (closes: #254073). |
| 39 |
|
- Add myself to Uploaders. |
| 40 |
|
* Updated translations: |
| 41 |
|
- Finnish (fi.po) by Tapio Lehtonen |
| 42 |
|
- Romanian (ro.po) by Eddy Petrisor |
| 43 |
|
|
| 44 |
|
-- Colin Watson <cjwatson@debian.org> Mon, 14 Jun 2004 16:23:55 +0100 |
| 45 |
|
|
| 46 |
|
base-installer (0.083) unstable; urgency=low |
| 47 |
|
|
| 48 |
|
* Steve Langasek |
| 49 |
|
- Bump alpha to 2.4.26 |
| 50 |
|
* Thiemo Seufer |
| 51 |
|
- Bump mips, mipsel to 2.4.26. |
| 52 |
|
* Joey Hess |
| 53 |
|
- Stop using df to find the /target partition (failed on 100 gb drives |
| 54 |
|
due to field width issues), and make the file system type be found in |
| 55 |
|
a way that is less prey to false positives. |
| 56 |
|
|
| 57 |
|
-- Joey Hess <joeyh@debian.org> Thu, 10 Jun 2004 16:44:12 -0400 |
| 58 |
|
|
| 59 |
|
base-installer (0.082) unstable; urgency=low |
| 60 |
|
|
| 61 |
|
* Petter Reinholdtsen |
| 62 |
|
- Move code installing language dependent packages into package |
| 63 |
|
languagechooser. (Closes: #244019) |
| 64 |
|
* Colin Watson |
| 65 |
|
- Bump powerpc 2.6 to 2.6.6. |
| 66 |
|
* Updated translations: |
| 67 |
|
- Basque (eu.po) by Piarres Beobide Egaña |
| 68 |
|
- Polish (pl.po) by Bartosz Fenski |
| 69 |
|
|
| 70 |
|
-- Joey Hess <joeyh@debian.org> Tue, 25 May 2004 12:47:13 -0300 |
| 71 |
|
|
| 72 |
|
base-installer (0.081) unstable; urgency=low |
| 73 |
|
|
| 74 |
|
* Denis Barbier |
| 75 |
|
- postinst: Turkish needs console-terminus (font ter-916f) |
| 76 |
|
* Stephen R. Marenka |
| 77 |
|
- Fix 2.2 kernel using cdrom. |
| 78 |
|
* Colin Watson |
| 79 |
|
- Install the G5 kernel on PPC970 machines when installing 2.6. (I think |
| 80 |
|
this is an accurate enough test, but if not we'll have to read through |
| 81 |
|
/proc/cpuinfo some more.) |
| 82 |
|
- Add support for an debian-installer/kernel/linux/initrd-2.6 template, |
| 83 |
|
since powerpc 2.6 has an initrd but powerpc 2.4 doesn't. |
| 84 |
|
* Christian Perrier |
| 85 |
|
- Fix ellipsis typography |
| 86 |
|
* Updated translations: |
| 87 |
|
- Indonesian (id.po) by Parlin Imanuel Toh |
| 88 |
|
- Russian (ru.po) by Nikolai Prokoschenko |
| 89 |
|
|
| 90 |
|
-- Otavio Salvador <otavio@debian.org> Tue, 18 May 2004 13:32:11 -0300 |
| 91 |
|
|
| 92 |
|
base-installer (0.080) unstable; urgency=high |
| 93 |
|
|
| 94 |
|
* Joey Hess |
| 95 |
|
- Update ia64 kernel to 2.4.25. |
| 96 |
|
- Make /target/cdrom if it doesn't exist before bind mounting to it. |
| 97 |
|
- In kernel version fallback code, try to find a kernel on the list with |
| 98 |
|
the same major version as the installer's kernel, and use it. It's |
| 99 |
|
better to use 2.4.26 instead of 2.4.25 than to fall forward to the |
| 100 |
|
newest 2.6 kernel available. |
| 101 |
|
- Add a template for debootstrap's BASESUCCESS info string, so it can be |
| 102 |
|
translated. This string was added in a recent version of debootstrap. |
| 103 |
|
* Joshua Kwan |
| 104 |
|
- sparc no longer has 2.4.24 images (removed because of security risk.) |
| 105 |
|
Oops. |
| 106 |
|
- Hardcode the root partition and its FS type into |
| 107 |
|
/etc/mkinitrd/mkinitrd.conf. (Closes: #246043) |
| 108 |
|
* Steve Langasek |
| 109 |
|
- Fix alpha to 2.4.25-1 instead of 2.4, since the metapackage is |
| 110 |
|
currently missing from sarge (and points at the wrong kernel in |
| 111 |
|
sid) |
| 112 |
|
* Stephen R. Marenka |
| 113 |
|
- Add support for q40 and sun3(x) m68k subarchs. |
| 114 |
|
* Denis Barbier |
| 115 |
|
- postinst: Turkish does not need jfbterm |
| 116 |
|
* Updated translations: |
| 117 |
|
- Norwegian Nynorsk (nn.po) by Håvard Korsvoll |
| 118 |
|
|
| 119 |
|
-- Joey Hess <joeyh@debian.org> Tue, 4 May 2004 23:34:48 -0400 |
| 120 |
|
|
| 121 |
|
base-installer (0.072) unstable; urgency=low |
| 122 |
|
|
| 123 |
|
* Joey Hess |
| 124 |
|
- Back out the sparc 2.4.26 change pending further discussion; probably |
| 125 |
|
not suitable for beta4 as the debs are not even in testing yet. |
| 126 |
|
|
| 127 |
|
-- Joey Hess <joeyh@debian.org> Sun, 25 Apr 2004 11:40:06 -0400 |
| 128 |
|
|
| 129 |
|
base-installer (0.071) unstable; urgency=low |
| 130 |
|
|
| 131 |
|
* Joshua Kwan |
| 132 |
|
- Bump to 2.4.26 for sparc and re-enable SMP kernels for sparc32. |
| 133 |
|
- Add self to Uploaders. |
| 134 |
|
* Updated translations: |
| 135 |
|
- vi (vi.po) by VÅ© Quang Trung |
| 136 |
|
|
| 137 |
|
-- Joshua Kwan <joshk@triplehelix.org> Sat, 24 Apr 2004 22:37:17 -0700 |
| 138 |
|
|
| 139 |
|
base-installer (0.070) unstable; urgency=low |
| 140 |
|
|
| 141 |
|
* Colin Watson |
| 142 |
|
- Try to install 2.6 kernels on powerpc if d-i is running on 2.6. |
| 143 |
|
* Updated translations: |
| 144 |
|
- Bokmal, Norwegian (nb.po) by Bjørn Steensrud |
| 145 |
|
- Norwegian Nynorsk (nn.po) by Håvard Korsvoll |
| 146 |
|
- Polish (pl.po) by Bartosz Fenski |
| 147 |
|
- Vietnamese (vi.po) by Vu Quang Trung |
| 148 |
|
|
| 149 |
|
-- Joey Hess <joeyh@debian.org> Fri, 23 Apr 2004 12:56:17 -0400 |
| 150 |
|
|
| 151 |
|
base-installer (0.069) unstable; urgency=low |
| 152 |
|
|
| 153 |
|
* Joey Hess |
| 154 |
|
- Try to install 2.6 kernels if d-i is running on 2.6. |
| 155 |
|
- Check for debian-installer/kernel/image-2.6 before looking in |
| 156 |
|
debian-installer/kernel/image when getting the default kernel image |
| 157 |
|
if running on 2.6. |
| 158 |
|
* Updated translations: |
| 159 |
|
- Russian (ru.po) by Dmitry Beloglazov |
| 160 |
|
|
| 161 |
|
-- Joey Hess <joeyh@debian.org> Wed, 21 Apr 2004 15:11:54 -0400 |
| 162 |
|
|
| 163 |
|
base-installer (0.068) unstable; urgency=low |
| 164 |
|
|
| 165 |
|
* Colin Watson |
| 166 |
|
- Install power3/power4/powerpc kernels as appropriate for the CPU. |
| 167 |
|
* Joey Hess |
| 168 |
|
- Don't make failure to install pcmcia modules a fatal error; some i386 |
| 169 |
|
kernels have them in the kernel-image package, and this was breaking 2.6 |
| 170 |
|
installs. |
| 171 |
|
* Stephen R. Marenka |
| 172 |
|
- Allow for partconf, which mounts /target as /target/. |
| 173 |
|
* Martin Michlmayr |
| 174 |
|
- Install the right kernel for MIPS based Cobalt machines. |
| 175 |
|
- Use 2.4.25 kernels for mips and mipsel. |
| 176 |
|
* Petter Reinholdtsen |
| 177 |
|
- Clean up and add more logging to make it easier to find out why |
| 178 |
|
and when base-installer fails. |
| 179 |
|
- Do not fail to install if package iso-codes is unavailable. |
| 180 |
|
* Updated translations: |
| 181 |
|
- Hebrew (he.po) by Lior Kaplan |
| 182 |
|
- Indonesian (id.po) by Parlin Imanuel Toh |
| 183 |
|
- Russian (ru.po) by Dmitry Beloglazov |
| 184 |
|
- Turkish (tr.po) by Osman Yüksel |
| 185 |
|
|
| 186 |
|
-- Joey Hess <joeyh@debian.org> Tue, 20 Apr 2004 10:11:21 -0400 |
| 187 |
|
|
| 188 |
|
base-installer (0.067) unstable; urgency=low |
| 189 |
|
|
| 190 |
|
* Joey Hess |
| 191 |
|
- /proc/bus/pccard/drivers is a file, not a directory. |
| 192 |
|
* Updated translations: |
| 193 |
|
- Gallegan (gl.po) by Héctor Fernández López. |
| 194 |
|
- Romanian (ro.po) by Eddy Petrisor |
| 195 |
|
|
| 196 |
|
-- Joey Hess <joeyh@debian.org> Tue, 6 Apr 2004 21:09:19 -0400 |
| 197 |
|
|
| 198 |
|
base-installer (0.066) unstable; urgency=low |
| 199 |
|
|
| 200 |
|
* Sven Luther |
| 201 |
|
- Modified the oldworld pmac to chose the -powerpc kernel instead |
| 202 |
|
of the -powerpc-small one. |
| 203 |
|
|
| 204 |
|
-- Sven Luther <luther@debian.org> Fri, 2 Apr 2004 14:12:19 +0200 |
| 205 |
|
|
| 206 |
|
base-installer (0.065) unstable; urgency=low |
| 207 |
|
|
| 208 |
|
* Martin Michlmayr |
| 209 |
|
- Fix a typo so a variable is taken as such rather than as a |
| 210 |
|
literal word in the check whether an arch kernel can be found |
| 211 |
|
in the kernel list. |
| 212 |
|
|
| 213 |
|
-- Martin Michlmayr <tbm@cyrius.com> Fri, 02 Apr 2004 01:50:28 +0100 |
| 214 |
|
|
| 215 |
|
base-installer (0.064) unstable; urgency=low |
| 216 |
|
|
| 217 |
|
* Matt Kraai |
| 218 |
|
- Use the "vendor_id" and "cpu family" fields to determine which |
| 219 |
|
kernel on i386 systems, based on a patch from Thomas Poindessous |
| 220 |
|
(closes: #237529). |
| 221 |
|
* Vincent Sanders |
| 222 |
|
- Install correct kernels on ARM systems |
| 223 |
|
* Colin Watson |
| 224 |
|
- Change powerpc APUS kernel version to 2.4.25. |
| 225 |
|
* Joshua Kwan |
| 226 |
|
- Fix a missing single quote in a shell substitution that seems to |
| 227 |
|
have gotten by for quite a while. |
| 228 |
|
* Joey Hess |
| 229 |
|
- Add a check to make sure /target is mounted, to avoid installing |
| 230 |
|
to ram. |
| 231 |
|
- Only install the pcmcia kernel modules on i386 if there is a |
| 232 |
|
/proc/bus/pccard/drivers (same test that hw-detect uses to install |
| 233 |
|
pcmcia-cs). |
| 234 |
|
- Add backup support. |
| 235 |
|
* Updated translations: |
| 236 |
|
- Bosnian (bs.po) by Safir Šećerović |
| 237 |
|
- Welsh (cy.po) by Dafydd Harries |
| 238 |
|
- Hebrew (he.po) by Lior Kaplan |
| 239 |
|
- Indonesian (id.po) by Parlin Imanuel Toh |
| 240 |
|
- Ukrainian (uk.po) by Eugeniy Meshcheryakov |
| 241 |
|
|
| 242 |
|
-- Joey Hess <joeyh@debian.org> Tue, 30 Mar 2004 16:22:23 -0500 |
| 243 |
|
|
| 244 |
|
base-installer (0.063) unstable; urgency=low |
| 245 |
|
|
| 246 |
|
* Use debhelper's udeb support; lose build-dep on di-packages-build. |
| 247 |
|
|
| 248 |
|
-- Joey Hess <joeyh@debian.org> Mon, 22 Mar 2004 18:46:05 -0500 |
| 249 |
|
|
| 250 |
|
base-installer (0.062) unstable; urgency=low |
| 251 |
|
|
| 252 |
|
* Martin Michlmayr |
| 253 |
|
- Install the correct kernel for the Broadcom MIPS development board |
| 254 |
|
"SWARM" (BCM91250A), both on little and big endian. |
| 255 |
|
* Stephen R. Marenka |
| 256 |
|
- Skip grep if get_arch_kernel returns nothing. |
| 257 |
|
* Matt Kraai |
| 258 |
|
- Fix the detection of i386 SMP systems and Pentium II processors. |
| 259 |
|
* Kenshi Muto |
| 260 |
|
- debian-installer/language may have multiple values. |
| 261 |
|
Fix check routine to get first value. |
| 262 |
|
* Thiemo Seufer |
| 263 |
|
- Switch subarch detection from archdetect to debbconf db value. |
| 264 |
|
- Switch mipsel kernel back to 2.4.19, as ist has some troubles. |
| 265 |
|
- Split mips/mipsel kernel selection, they use different kernel versions. |
| 266 |
|
* Anton Zinoviev |
| 267 |
|
- add to get_arch_kernel knowledge about Duron, K6 and all Pentium II |
| 268 |
|
versions. |
| 269 |
|
* Matt Kraai |
| 270 |
|
- Install an optimized kernel on Pentium IIIs. |
| 271 |
|
|
| 272 |
|
-- Joey Hess <joeyh@debian.org> Mon, 22 Mar 2004 13:55:38 -0500 |
| 273 |
|
|
| 274 |
|
base-installer (0.061) unstable; urgency=HIGH |
| 275 |
|
|
| 276 |
|
* Work around bug #234404 by not installing the sparc32 smp kernel. |
| 277 |
|
|
| 278 |
|
-- Joey Hess <joeyh@debian.org> Sun, 14 Mar 2004 18:40:58 -0500 |
| 279 |
|
|
| 280 |
|
base-installer (0.060) unstable; urgency=low |
| 281 |
|
|
| 282 |
|
* Translations: |
| 283 |
|
- Russian by Nikolai Prokoschenko |
| 284 |
|
- Giuseppe Sacco |
| 285 |
|
- updated italian translation and notified translator (it.po) |
| 286 |
|
|
| 287 |
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 14 Mar 2004 19:36:05 +0100 |
| 288 |
|
|
| 289 |
|
base-installer (0.059) unstable; urgency=low |
| 290 |
|
|
| 291 |
|
* Petter Reinholdtsen |
| 292 |
|
- Recognize Pentium mobile CPUs, and try to install -686 kernels |
| 293 |
|
for them. (Closes: #229570) |
| 294 |
|
* Joey Hess |
| 295 |
|
- Don't unmount /target if $DIRECTORY is the empty string. Also, don't |
| 296 |
|
unmount anything if installing from net. Closes: #237169 (part that |
| 297 |
|
wasn't already fixed). |
| 298 |
|
|
| 299 |
|
-- Joey Hess <joeyh@debian.org> Sat, 13 Mar 2004 19:29:32 -0500 |
| 300 |
|
|
| 301 |
|
base-installer (0.058) unstable; urgency=low |
| 302 |
|
|
| 303 |
|
* Translations: |
| 304 |
|
- Dafydd Harries : Added Welsh translation (cy.po) |
| 305 |
|
* Thomas Poindessous |
| 306 |
|
- Change default kernel version for mips* to 2.4.22 (current version in |
| 307 |
|
testing and unstable) |
| 308 |
|
|
| 309 |
|
-- Joey Hess <joeyh@debian.org> Sat, 13 Mar 2004 00:00:14 -0500 |
| 310 |
|
|
| 311 |
|
base-installer (0.057) unstable; urgency=low |
| 312 |
|
|
| 313 |
|
* Sven Luther |
| 314 |
|
- Updated kernel-installer to use 2.4.25 kernel on powerpc. |
| 315 |
|
* Translations: |
| 316 |
|
- Ognyan Kulev: Updated Bulgarian translation (bg.po). |
| 317 |
|
- Andre Dahlqvist: Update Swedish translation (sv.po) |
| 318 |
|
* Thomas Poindessous |
| 319 |
|
- Change default kernel version for sparc (2.4.24) |
| 320 |
|
* Joey Hess |
| 321 |
|
- Remove vestigal calls to progress bar items that are not in the |
| 322 |
|
templates file. I think they were provided until now by |
| 323 |
|
kernel-installer, which has finally dropped out of the archive. |
| 324 |
|
|
| 325 |
|
-- Joey Hess <joeyh@debian.org> Tue, 9 Mar 2004 04:09:22 -0500 |
| 326 |
|
|
| 327 |
|
base-installer (0.056) unstable; urgency=low |
| 328 |
|
|
| 329 |
|
* Stephen R. Marenka |
| 330 |
|
- Added proxy support for get_mirror_info. |
| 331 |
|
- Make pick_kernel default to same version as current running |
| 332 |
|
kernel, when possible. |
| 333 |
|
|
| 334 |
|
* Translations : |
| 335 |
|
- Miguel Figueiredo |
| 336 |
|
- Updated Portuguese translation (pt.po) |
| 337 |
|
- Bartosz Fenski |
| 338 |
|
- Updated Polish translation (pl.po) |
| 339 |
|
- André Luís Lopes |
| 340 |
|
- Updated Brazilian Portuguese translation (pt_BR.po) |
| 341 |
|
- Kenshi Muto |
| 342 |
|
- Updated Japanese translation (ja.po) |
| 343 |
|
- Konstantinos Margaritis |
| 344 |
|
- Updated Greek translation (el.po) |
| 345 |
|
- Christian Perrier |
| 346 |
|
- Updated French translation (fr.po) |
| 347 |
|
- Peter Mann |
| 348 |
|
- Updated Slovak translation (sk.po) |
| 349 |
|
- Kęstutis Biliūnas |
| 350 |
|
- Updated Lithuanian translation (lt.po) |
| 351 |
|
- Jordi Mallach |
| 352 |
|
- Updated Catalan translation (ca.po) |
| 353 |
|
- Changwoo Ryu |
| 354 |
|
- Updated Korean translation (ko.po) |
| 355 |
|
- Eugeniy Meshcheryakov |
| 356 |
|
- Updated Ukrainian translation (uk.po) |
| 357 |
|
- Carlos Z.F. Liu |
| 358 |
|
- Updated Simplified Chinese translation (zh_CN.po) |
| 359 |
|
- Miroslav Kure |
| 360 |
|
- Updated Czech translation (cs.po) |
| 361 |
|
- Claus Hindsgaul |
| 362 |
|
- Update da (Danish) translation. |
| 363 |
|
- Elian Myftiu |
| 364 |
|
- Updated Albanian translation (sq.po) |
| 365 |
|
- Bart Cornelis |
| 366 |
|
- Updated Dutch translation (nl.po) |
| 367 |
|
- Javier Fernandez-Sanguino |
| 368 |
|
- Updated Spanish translation (es.po) |
| 369 |
|
- Ming Hua |
| 370 |
|
- Updated Traditional Chinese translation (zh_TW.po), by Tetralet |
| 371 |
|
- Jure Cuhalev |
| 372 |
|
- Added Slovenian translation (sl.po) |
| 373 |
|
- Håvard Korsvoll |
| 374 |
|
- Updated Norwegian, nynorsk translation (nn.po). |
| 375 |
|
- Dennis Stampfer |
| 376 |
|
- Update German translation (de.po) |
| 377 |
|
- Håvard Korsvoll |
| 378 |
|
- Updated Norwegian, bokmål translation, (nb.po). From Axel Bojer |
| 379 |
|
|
| 380 |
|
-- Joey Hess <joeyh@debian.org> Tue, 2 Mar 2004 13:14:10 -0500 |
| 381 |
|
|
| 382 |
|
base-installer (0.055) unstable; urgency=low |
| 383 |
|
|
| 384 |
|
* Joey Hess |
| 385 |
|
- Test /target/bin/sh and /target/bin/awk and if they exist or are broken |
| 386 |
|
links, warn the user that the target is unclean and install may fail. |
| 387 |
|
At high priority level, cancel the install with an error, suggesting |
| 388 |
|
that the user format or erase the target. |
| 389 |
|
Closes: #220550, #218606, #212967, #221430, #233168 |
| 390 |
|
|
| 391 |
|
* Translations |
| 392 |
|
- Ming Hua |
| 393 |
|
- Initial Traditional Chinese translation (zh_TW.po), by Tetralet |
| 394 |
|
- Håvard Korsvoll |
| 395 |
|
- Updated Norwegian, nynorsk translation (nn.po). |
| 396 |
|
|
| 397 |
|
-- Joey Hess <joeyh@debian.org> Wed, 25 Feb 2004 14:37:39 -0500 |
| 398 |
|
|
| 399 |
|
base-installer (0.054) unstable; urgency=low |
| 400 |
|
|
| 401 |
|
* Changwoo Ryu |
| 402 |
|
- Added Korean translation (ko.po) |
| 403 |
|
* Kenshi Muto |
| 404 |
|
- Install iso-codes if non-English. |
| 405 |
|
|
| 406 |
|
-- Joey Hess <joeyh@debian.org> Sun, 22 Feb 2004 22:07:01 -0500 |
| 407 |
|
|
| 408 |
|
base-installer (0.053) unstable; urgency=low |
| 409 |
|
|
| 410 |
|
* Stephen R. Marenka |
| 411 |
|
- Add kernel 2.2.x workarounds for mount bind. |
| 412 |
|
|
| 413 |
|
-- Joey Hess <joeyh@debian.org> Fri, 20 Feb 2004 17:18:00 -0500 |
| 414 |
|
|
| 415 |
|
base-installer (0.052) unstable; urgency=low |
| 416 |
|
|
| 417 |
|
* Matt Kraai |
| 418 |
|
- Build-depend on libdebian-installer4-dev (closes: #231524). |
| 419 |
|
- Always call di_system_init. |
| 420 |
|
* Kenshi Muto |
| 421 |
|
- Install jfbterm and unifont for arabic, hebrew, turkish, ukranian. |
| 422 |
|
* Stephen R. Marenka |
| 423 |
|
- Add m68k subarch kernel support. |
| 424 |
|
- Limit kernels displayed to get_arch_kernel. |
| 425 |
|
|
| 426 |
|
-- Joey Hess <joeyh@debian.org> Fri, 13 Feb 2004 13:37:59 -0500 |
| 427 |
|
|
| 428 |
|
base-installer (0.051) unstable; urgency=low |
| 429 |
|
|
| 430 |
|
* Richard Hirst |
| 431 |
|
- added kernel selection for ia64 |
| 432 |
|
- updated ia64 to kernel 2.4.22 |
| 433 |
|
* Miguel Figueiredo |
| 434 |
|
- Updated Portuguese translation (pt.po) |
| 435 |
|
* Giuseppe Sacco |
| 436 |
|
- Updated italian translation (it.po) by Davide Meloni. |
| 437 |
|
- Applied patch for normalizing menus and some italian translation (it.po) |
| 438 |
|
* Matt Kraai |
| 439 |
|
- Correct log message. |
| 440 |
|
* Kenshi Muto |
| 441 |
|
- Install jfbterm and unifont when LANG=Bulgarian. |
| 442 |
|
* h3li0s |
| 443 |
|
- Added Albanian translation (sq.po) |
| 444 |
|
* Jordi Mallach |
| 445 |
|
- Update Catalan translation (ca.po). |
| 446 |
|
* Petter Reinholdtsen |
| 447 |
|
- Correct sparc kernel names. Patch from Thomas Poindessous. |
| 448 |
|
(Closes: #228399) |
| 449 |
|
- Updated Norwegian Bokmål translation (nb.po). |
| 450 |
|
* Bastian Blank |
| 451 |
|
- Use di-packages-build. |
| 452 |
|
- Use cdebootstrap if available. |
| 453 |
|
- Always chroot the apt-get call, avoids problems with reduced or |
| 454 |
|
missmatching libc. |
| 455 |
|
- Bindmount the cdrom into the target, this BREAKS linux 2.2. |
| 456 |
|
* Joey Hess |
| 457 |
|
- mirror/distribution has been renamed to mirror/suite. |
| 458 |
|
* Eugen Meshcheryakov : added Ukrainian translation (uk.po) |
| 459 |
|
|
| 460 |
|
-- Christian Perrier <bubulle@debian.org> Sun, 8 Feb 2004 20:26:29 +0100 |
| 461 |
|
|
| 462 |
|
base-installer (0.050) unstable; urgency=low |
| 463 |
|
|
| 464 |
|
* Sven Luther |
| 465 |
|
- Fixed powerpc kernels in kernel-installer. |
| 466 |
|
* Bartosz Fenski |
| 467 |
|
- Updated Polish (pl) translation. |
| 468 |
|
* Giuseppe Sacco |
| 469 |
|
- Updated italian translation by Davide Meloni (it.po) |
| 470 |
|
* Miguel Figueiredo |
| 471 |
|
- Updated Portuguese translation (pt.po). |
| 472 |
|
* Joey Hess |
| 473 |
|
- Have debootstrap log to the d-i messages file. |
| 474 |
|
- Change error templates to match. |
| 475 |
|
- Remove downmainpkgs stuff; only used for slink deboostrapping. |
| 476 |
|
- Switch over to a single, milti-stage progress bar for the entire |
| 477 |
|
debootstrap run. |
| 478 |
|
- Fixed typo that was preventing build with -Os. |
| 479 |
|
- Remove the basesuccess note. |
| 480 |
|
- Incorporated the apt setup and install steps into the same single |
| 481 |
|
progress bar. |
| 482 |
|
- Merged kernel-installer into base-installer so they can share a progress |
| 483 |
|
bar. |
| 484 |
|
- Updated to debhelper v4. |
| 485 |
|
- Cleaned up the rules file. |
| 486 |
|
- Remove Standards-Version, it's a udeb. |
| 487 |
|
- Added some error templates left out due to the string freeze. |
| 488 |
|
- Stop the progress bar when exiting on debootstrap error. |
| 489 |
|
- busybox does provide uniq and sort -r now, so remove the dodgy calls to |
| 490 |
|
the ones in /target. |
| 491 |
|
- Move the apt-install queue flush to after kernel installation. |
| 492 |
|
This way, if apt-install is used to install the kernel image and pcmcia |
| 493 |
|
modules and they fail to install for some reason, and end up in the |
| 494 |
|
apt-install queue, this does not result in apt-install installing them |
| 495 |
|
when the kernel-image.conf is not properly set up. |
| 496 |
|
- Refactored most of the code in the postinst, breaking it up into |
| 497 |
|
subroutines for clarity. |
| 498 |
|
- Use only one exit point for errors, and always stop the progress bar. |
| 499 |
|
- apt-update is only used by this package, so inline it. |
| 500 |
|
- Remove some debootstrap errors which should never appear during normal |
| 501 |
|
(or abnormal) use unless d-i is very broken from the templates file, no |
| 502 |
|
need to watse time and space on translations of them. |
| 503 |
|
- add some elipses in templates |
| 504 |
|
* Claus Hindsgaul |
| 505 |
|
- Update da (Danish) translation. |
| 506 |
|
* Kenshi Muto |
| 507 |
|
- Install jfbterm and unifont when LANG=Japanese, Korean, Greek, Chinese |
| 508 |
|
- Install console-cyrillic and console-terminus when LANG=Russian |
| 509 |
|
- Update Japanese translation (ja.po). |
| 510 |
|
* Michel Grentzinger |
| 511 |
|
- Update French translation. |
| 512 |
|
* Christian Perrier |
| 513 |
|
- s/pcmcia/PCMCIA in templates. Unfuzzied translations |
| 514 |
|
* Teófilo Ruiz Suárez |
| 515 |
|
- Updated Spanish templates unfuzzing some translations (po/es.po) |
| 516 |
|
* André LuÃs Lopes |
| 517 |
|
- Updated pt_BR (Brazilian Portuguese) translation. |
| 518 |
|
* Kęstutis Biliūnas |
| 519 |
|
- Updated Lithuanian translation (lt.po). |
| 520 |
|
* Teófilo Ruiz Suárez |
| 521 |
|
- Unfuzzied a couple of translations (po/es.po) |
| 522 |
|
* Christian Perrier |
| 523 |
|
- Run debconf-updatepo after Joey added elipses to templates |
| 524 |
|
- Updated french translation |
| 525 |
|
* Bart Cornelis |
| 526 |
|
- Updated Dutch translation (nl.po) |
| 527 |
|
* Ognyan Kulev |
| 528 |
|
- Updated bulgarian translation (bg.po). |
| 529 |
|
* Konstantinos Margaritis |
| 530 |
|
- Updated Greek translation (el.po) |
| 531 |
|
* Dennis Stampfer |
| 532 |
|
- Updated German translation (de.po) |
| 533 |
|
* Christian Perrier |
| 534 |
|
- Run debconf-updatepo |
| 535 |
|
- Updated french translation (fr.po) |
| 536 |
|
* Konstantinos Margaritis |
| 537 |
|
- Updated Greek translation (el.po) |
| 538 |
|
* Anmar Oueja |
| 539 |
|
- created and translated to Arabic (ar.po) |
| 540 |
|
- merged with master template and finished translationi (ar.po) |
| 541 |
|
* Miroslav Kure |
| 542 |
|
- Update Czech translation |
| 543 |
|
* Peter Mann |
| 544 |
|
- Update Slovak translation |
| 545 |
|
* Teófilo Ruiz Suárez |
| 546 |
|
- Updated spanis translations (po/es.po) |
| 547 |
|
* Nikolai Prokoschenko |
| 548 |
|
- Updated russian translation (ru.po) |
| 549 |
|
* Ming Hua |
| 550 |
|
- Updated Simplified Chinese translation (zh_CN.po) |
| 551 |
|
* Otavio Salvador |
| 552 |
|
- Added Release file parser to identify the distribution codename |
| 553 |
|
* Andre Dahlqvist |
| 554 |
|
- Update Swedish translation (sv.po) |
| 555 |
|
* Safir Secerovic |
| 556 |
|
- Update Bosnian translation (bs.po). |
| 557 |
|
* Matt Kraai |
| 558 |
|
- Fix the handling of P codes without a PF code (closes: #225858). |
| 559 |
|
|
| 560 |
|
-- Joey Hess <joeyh@debian.org> Fri, 23 Jan 2004 13:01:51 -0500 |
| 561 |
|
|
| 562 |
|
base-installer (0.047) unstable; urgency=low |
| 563 |
|
|
| 564 |
|
* Steve Langasek |
| 565 |
|
- add per-arch kernel-installer handling for alpha |
| 566 |
|
|
| 567 |
|
-- Steve Langasek <vorlon@debian.org> Sat, 10 Jan 2004 09:18:23 -0600 |
| 568 |
|
|
| 569 |
|
base-installer (0.046) unstable; urgency=low |
| 570 |
|
|
| 571 |
|
* Richard Hirst |
| 572 |
|
- Added kernel selection for ia64 |
| 573 |
|
|
| 574 |
|
-- Joey Hess <joeyh@debian.org> Tue, 6 Jan 2004 17:39:29 -0500 |
| 575 |
|
|
| 576 |
|
base-installer (0.045) unstable; urgency=low |
| 577 |
|
|
| 578 |
|
* Ming Hua |
| 579 |
|
- Initial Simplified Chinese translation (zh_CN.po) |
| 580 |
|
* Bart Cornelis |
| 581 |
|
- Merged Norwegian Nynorsk (nn.po) translation from skolelinux-cvs |
| 582 |
|
* Giuseppe Sacco |
| 583 |
|
- Corrected a typo in nn.po and ca.po (SUBSTO->SUBST0) |
| 584 |
|
* Andre Dahlqvist |
| 585 |
|
- Update Swedish translation (sv.po) |
| 586 |
|
|
| 587 |
|
-- Petter Reinholdtsen <pere@debian.org> Wed, 31 Dec 2003 16:20:32 +0100 |
| 588 |
|
|
| 589 |
|
base-installer (0.044) unstable; urgency=low |
| 590 |
|
|
| 591 |
|
* Bart Cornelis |
| 592 |
|
- Merged Norwegian Bokmael (nb.po) translation from skolelinux-cvs |
| 593 |
|
* Miguel Figueiredo |
| 594 |
|
- Initial Portuguese translation. (pt.po) |
| 595 |
|
* Peter Mann |
| 596 |
|
- Update Slovak translation |
| 597 |
|
* Giuseppe Sacco |
| 598 |
|
- Italian translation update |
| 599 |
|
|
| 600 |
|
-- Joey Hess <joeyh@debian.org> Thu, 25 Dec 2003 19:53:45 -0500 |
| 601 |
|
|
| 602 |
|
base-installer (0.043) unstable; urgency=low |
| 603 |
|
|
| 604 |
|
* Bartosz Fenski |
| 605 |
|
- Updated Polish (pl) translation. |
| 606 |
|
* André Dahlqvist |
| 607 |
|
- Update Swedish translation. (sv.po) |
| 608 |
|
* David MartÃnez Moreno |
| 609 |
|
- Updated a lot the Spanish translation (es.po) and converted it |
| 610 |
|
to UTF-8. |
| 611 |
|
* Konstantinos Margaritis |
| 612 |
|
- Updated Greek translation (el.po) |
| 613 |
|
* Joey Hess |
| 614 |
|
- On i386, install a pcmcia-kernel-modules package to match the kernel |
| 615 |
|
package. |
| 616 |
|
* Peter Mann |
| 617 |
|
- Updated Slovak translation. (sk.po) |
| 618 |
|
* Giuseppe Sacco |
| 619 |
|
- First italian translation by Stefano Melchior |
| 620 |
|
- Update translation from Davide Meloni |
| 621 |
|
* Dennis Stampfer |
| 622 |
|
- Update translation by Jan Lübbe (de.po). Closes: #224278 |
| 623 |
|
- Update German translation (de.po) |
| 624 |
|
* Kenshi Muto |
| 625 |
|
- Add install code of language specific packages to postinst. |
| 626 |
|
(Closes: Bug#224226) |
| 627 |
|
- Update Japanese translation (ja.po) |
| 628 |
|
- Apply kernel-img.conf configuration patch. (See Bug#223679) |
| 629 |
|
* Bart Cornelis |
| 630 |
|
- Updated Dutch translation (nl.po) |
| 631 |
|
* Otavio Salvador |
| 632 |
|
- Added the 'Finding package sizes' and 'Checking ...' in template |
| 633 |
|
- Updated pt_BR (Brazilian Portuguese) translation |
| 634 |
|
* Steinar H. Gunderson |
| 635 |
|
- Updated Norwegian translation (nb.po). |
| 636 |
|
* Kęstutis Biliūnas |
| 637 |
|
- Updated Lithuanian translation (lt.po). |
| 638 |
|
* Miroslav Kure |
| 639 |
|
- Updated Czech translation (cs.po). |
| 640 |
|
* Thiemo Seufer |
| 641 |
|
- Improve error handling for the apt-install initrd-tools case. |
| 642 |
|
- Use archdetect for the mips/mipsel kernel-installer. |
| 643 |
|
* Ognyan Kulev |
| 644 |
|
- Added/updated bulgarian translation (bg.po). |
| 645 |
|
* Petter Reinholdtsen |
| 646 |
|
- Update Norwegian Nynorsk (nn.po), thanks to Gaute Hvoslef Kvalnes. |
| 647 |
|
* Claus Hindsgaul |
| 648 |
|
- Update da (Danish) translation. |
| 649 |
|
* Jure Cuhalev |
| 650 |
|
- Added/updated slovenian translation (sl.po). |
| 651 |
|
* Teófilo Ruiz Suárez |
| 652 |
|
- Updated Spanish translation (es.po) |
| 653 |
|
|
| 654 |
|
-- Joey Hess <joeyh@debian.org> Mon, 22 Dec 2003 14:00:22 -0500 |
| 655 |
|
|
| 656 |
|
base-installer (0.042) unstable; urgency=low |
| 657 |
|
|
| 658 |
|
* Verok Istvan |
| 659 |
|
- Initial Hungarian translation. |
| 660 |
|
* Joey Hess |
| 661 |
|
- mirror/distribution has changed to use symbolic release names, |
| 662 |
|
so add a quick hack to convert these to code names. Getting the code |
| 663 |
|
name from the Release file is not yet implemented. |
| 664 |
|
|
| 665 |
|
-- Joey Hess <joeyh@debian.org> Fri, 12 Dec 2003 16:38:42 -0500 |
| 666 |
|
|
| 667 |
|
base-installer (0.041) unstable; urgency=low |
| 668 |
|
|
| 669 |
|
* Peter Mann |
| 670 |
|
- Initial Slovak translation (sk.po). |
| 671 |
|
* Claus Hindsgaul |
| 672 |
|
- Update da (Danish) translation. |
| 673 |
|
* Petter Reinholdtsen |
| 674 |
|
- Update nb.po. |
| 675 |
|
* Konstantinos Margaritis |
| 676 |
|
- Initial Greek translation (el.po). |
| 677 |
|
* Christian Perrier |
| 678 |
|
- Refined and standardized templates. Closes: #218992 |
| 679 |
|
* Safir ¿e¿erovi¿ |
| 680 |
|
- Updated Bosnian (bs) translation. |
| 681 |
|
* Michel Grentzinger |
| 682 |
|
- Update French translation. |
| 683 |
|
* Miroslav Kure |
| 684 |
|
- Update Czech translation. |
| 685 |
|
* Bart Cornelis |
| 686 |
|
- Updated Dutch translation (nl.po) |
| 687 |
|
* Tommi Vainikainen |
| 688 |
|
- Update Finnish translation. |
| 689 |
|
* Steinar H. Gunderson |
| 690 |
|
- Update nb.po. |
| 691 |
|
* Bastian Blank |
| 692 |
|
- remove di_log workaround |
| 693 |
|
* Jordi Mallach |
| 694 |
|
- Update Catalan translation. |
| 695 |
|
* Kęstutis Biliūnas |
| 696 |
|
- Updated Lithuanian translation. |
| 697 |
|
* Kenshi Muto |
| 698 |
|
- Update Japanese translation (ja.po) |
| 699 |
|
* André LuÃs Lopes |
| 700 |
|
- Update pt_BR (Brazilian Portuguese) translation. |
| 701 |
|
* Thiemo Seufer |
| 702 |
|
- Add support for mips, mipsel to kernel-installer. |
| 703 |
|
|
| 704 |
|
-- Joey Hess <joeyh@debian.org> Tue, 9 Dec 2003 15:53:51 -0500 |
| 705 |
|
|
| 706 |
|
base-installer (0.040) unstable; urgency=low |
| 707 |
|
|
| 708 |
|
* Joey Hess |
| 709 |
|
- Change some base-installer templates to use "Retrieving packages" |
| 710 |
|
etc instead of "Downloading", as the latter term is innaccurate |
| 711 |
|
during eg, CDROM inatalls. |
| 712 |
|
* Pierre Machard |
| 713 |
|
- Run debconf-updatepo |
| 714 |
|
- Update French translation |
| 715 |
|
* Safir Secerovic, Amila Akagic |
| 716 |
|
- Add Bosnian translation. (bs.po) |
| 717 |
|
* Bart Cornelis |
| 718 |
|
- Updated dutch translation |
| 719 |
|
* André LuÃs Lopes |
| 720 |
|
- Update pt_BR (Brazilian Portuguese) translation. |
| 721 |
|
* Kenshi Muto |
| 722 |
|
- Update Japanese translation (ja.po) |
| 723 |
|
* Kęstutis Biliūnas |
| 724 |
|
- Update Lithuanian translation. |
| 725 |
|
* Petter Reinholdtsen |
| 726 |
|
- Update nb.po |
| 727 |
|
* Michel Grentzinger |
| 728 |
|
- Update French translation. |
| 729 |
|
* Miroslav Kure |
| 730 |
|
- Update Czech (cs.po) translation. |
| 731 |
|
* Ilgiz Kalmetev |
| 732 |
|
- Updated Russian translation. Closes: #219096. |
| 733 |
|
* Tommi Vainikainen |
| 734 |
|
- Update Finnish (fi.po) translation. |
| 735 |
|
|
| 736 |
|
-- Petter Reinholdtsen <pere@debian.org> Fri, 7 Nov 2003 18:13:28 +0100 |
| 737 |
|
|
| 738 |
|
base-installer (0.039) unstable; urgency=low |
| 739 |
|
|
| 740 |
|
* Gaudenz Steinlin |
| 741 |
|
- kernel-installer.postinst: |
| 742 |
|
replace /usr/bin/archdetect by /bin/archdetect |
| 743 |
|
* Jure Cuhalev |
| 744 |
|
- Added Slovenian translation. Closes: #214384. |
| 745 |
|
* Claus Hindsgaul |
| 746 |
|
- Update da (Danish) translation. |
| 747 |
|
|
| 748 |
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 1 Nov 2003 12:33:20 +0100 |
| 749 |
|
|
| 750 |
|
base-installer (0.038) unstable; urgency=low |
| 751 |
|
|
| 752 |
|
* Tommi Vainikainen |
| 753 |
|
- Add Finnish (fi.po) translation |
| 754 |
|
* Bart Cornelis |
| 755 |
|
- Update dutch translation (nl.po) |
| 756 |
|
* Petter Reinholdtsen |
| 757 |
|
- Fix progress text, add forgotten KERNEL subst. |
| 758 |
|
* Pierre Machard |
| 759 |
|
- Improve French translation [Christian Perrier]. |
| 760 |
|
- Update French po-debconf translation [Michel Grentzinger]. |
| 761 |
|
* Miroslav Kure |
| 762 |
|
- Update Czech translation (cs.po). |
| 763 |
|
* Matt Kraai |
| 764 |
|
- Default to an SMP kernel if there are multiple CPUs. |
| 765 |
|
* Kenshi Muto |
| 766 |
|
- Update Japanese translation (ja.po) |
| 767 |
|
* Kęstutis Biliūnas |
| 768 |
|
- Update Lithuanian translation (lt.po). |
| 769 |
|
|
| 770 |
|
-- Petter Reinholdtsen <pere@debian.org> Fri, 24 Oct 2003 16:21:44 +0200 |
| 771 |
|
|
| 772 |
|
base-installer (0.037) unstable; urgency=low |
| 773 |
|
|
| 774 |
|
* Petter Reinholdtsen |
| 775 |
|
- Corrected template text for error dialog used when kernel |
| 776 |
|
installation fail. |
| 777 |
|
- Updated nb.po. |
| 778 |
|
- Avoid setting default kernel to a kernel package that is |
| 779 |
|
not available. |
| 780 |
|
* André LuÃs Lopes |
| 781 |
|
- Updated pt_BR (Brazilian Portuguese) translation. |
| 782 |
|
|
| 783 |
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 19 Oct 2003 23:12:00 +0200 |
| 784 |
|
|
| 785 |
|
base-installer (0.036) unstable; urgency=low |
| 786 |
|
|
| 787 |
|
* Claus Hindsgaul |
| 788 |
|
- Update da (Danish) translation. |
| 789 |
|
* Javier Fernandez-Sanguino |
| 790 |
|
- Updated spanish translation. |
| 791 |
|
* Alastair McKinstry |
| 792 |
|
- Update ru.po, with patch from Ilgiz Kalmetev. (Closes: #214384) |
| 793 |
|
- Add versioned depends on libdebconfclient-dev, to get working debconf_ |
| 794 |
|
macros. |
| 795 |
|
* Steinar H. Gunderson |
| 796 |
|
- Make base-installer handle warnings from debconf better, although still |
| 797 |
|
not very good. |
| 798 |
|
* Chris Tillman |
| 799 |
|
- Change ppcdetect to archdetect and corresponding CASEs |
| 800 |
|
* Christian Perrier |
| 801 |
|
- Improve French translation. |
| 802 |
|
* Kęstutis Biliūnas |
| 803 |
|
- Add Lithuanian translation (lt.po). |
| 804 |
|
|
| 805 |
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 18 Oct 2003 19:14:36 +0200 |
| 806 |
|
|
| 807 |
|
base-installer (0.035) unstable; urgency=low |
| 808 |
|
|
| 809 |
|
* Build-Depend on libd-i4 |
| 810 |
|
|
| 811 |
|
-- Sebastian Ley <ley@debian.org> Thu, 9 Oct 2003 18:50:20 +0200 |
| 812 |
|
|
| 813 |
|
base-installer (0.034) unstable; urgency=low |
| 814 |
|
|
| 815 |
|
* Bastian Blank |
| 816 |
|
- remove dash-udeb dependency |
| 817 |
|
- fix for libdi4 |
| 818 |
|
* Kenshi Muto |
| 819 |
|
- Update Japanese po (ja.po) |
| 820 |
|
* Denis Barbier |
| 821 |
|
- Add comments in templates files, which are copied into PO files, |
| 822 |
|
to tell translators which strings are main menu items. |
| 823 |
|
* Andre Luis Lopes |
| 824 |
|
- Update pt_BR (Brazilian Portuguese) translation. |
| 825 |
|
* Petter Reinholdtsen |
| 826 |
|
- Make source build using both version 3 and 4 of libd-i. |
| 827 |
|
* Ilgiz Kalmetev |
| 828 |
|
- Updated Russian translation. |
| 829 |
|
* Matt Kraai |
| 830 |
|
- Default to kernel-image-2.4-386 on i386. |
| 831 |
|
* Miroslav Kure |
| 832 |
|
- Initial Czech translation. |
| 833 |
|
* Bart Cornelis |
| 834 |
|
- Updated dutch translation (nl.po) |
| 835 |
|
* Build this version against libdebian-installer4 |
| 836 |
|
|
| 837 |
|
-- Sebastian Ley <ley@debian.org> Thu, 9 Oct 2003 16:45:37 +0200 |
| 838 |
|
|
| 839 |
|
base-installer (0.033) unstable; urgency=low |
| 840 |
|
|
| 841 |
|
* Petter Reinholdtsen |
| 842 |
|
- Made the menu entry text translatable. |
| 843 |
|
- Ran debconf2po-update. |
| 844 |
|
- Start using debconf_* macro in run-debootstrap.c. |
| 845 |
|
- Use 'error' debconf template type to report errors. |
| 846 |
|
- Correct kernel-install progress template to show kernel package |
| 847 |
|
name. |
| 848 |
|
* Alastair McKinstry |
| 849 |
|
- Convert changelog to UTF-8 as per policy |
| 850 |
|
* Pierre Machard |
| 851 |
|
- Update French po-debconf translation. |
| 852 |
|
* Sebastian Ley |
| 853 |
|
- Changed the hardcoded default kernel version to 2.4 for i386, this |
| 854 |
|
will select the latest 2.4 kernel |
| 855 |
|
- Added Athlon Model for i386 |
| 856 |
|
* Matt Kraai |
| 857 |
|
- Add missing ;; and fix misspelling in the kernel-installer postinst. |
| 858 |
|
|
| 859 |
|
-- Sebastian Ley <ley@debian.org> Thu, 2 Oct 2003 19:24:08 +0200 |
| 860 |
|
|
| 861 |
|
base-installer (0.032) unstable; urgency=low |
| 862 |
|
|
| 863 |
|
* Andre LuÃs Lopes |
| 864 |
|
- Update pt_BR (Brazilian Portuguese) translation. |
| 865 |
|
* Bart Cornelis |
| 866 |
|
- updated dutch translation |
| 867 |
|
|
| 868 |
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 28 Sep 2003 15:03:05 +0200 |
| 869 |
|
|
| 870 |
|
base-installer (0.031) unstable; urgency=low |
| 871 |
|
|
| 872 |
|
* Richard Hirst |
| 873 |
|
- Remove "image_in_boot = yes", as "link_in_boot" superceeds it. |
| 874 |
|
- Fix warnings on ia64, getline arg2 is size_t, not int. |
| 875 |
|
* Chris Tillman |
| 876 |
|
- Update English usage in message templates |
| 877 |
|
* Steinar H. Gunderson |
| 878 |
|
- Fix error in fallback error message display. |
| 879 |
|
* Jordi Mallach |
| 880 |
|
- Added Catalan (ca) translation. |
| 881 |
|
* Kenshi Muto |
| 882 |
|
- Update ja.po |
| 883 |
|
* Pierre Machard |
| 884 |
|
- Update French po-debconf translation [Michel Grentzinger]. |
| 885 |
|
* Petter Reinholdtsen |
| 886 |
|
- Update nb.po |
| 887 |
|
|
| 888 |
|
-- Petter Reinholdtsen <pere@debian.org> Mon, 22 Sep 2003 22:22:41 +0200 |
| 889 |
|
|
| 890 |
|
base-installer (0.030) unstable; urgency=low |
| 891 |
|
|
| 892 |
|
* Petter Reinholdtsen |
| 893 |
|
- Keep installing packages into /target/ even if one package fail. |
| 894 |
|
Based on patch from Steinar H. Gunderson. (Closes: #210915) |
| 895 |
|
- Log to syslog, not /var/log/messages in kernel-installer. |
| 896 |
|
|
| 897 |
|
-- Petter Reinholdtsen <pere@debian.org> Mon, 15 Sep 2003 21:31:32 +0200 |
| 898 |
|
|
| 899 |
|
base-installer (0.029) unstable; urgency=low |
| 900 |
|
|
| 901 |
|
* Petter Reinholdtsen |
| 902 |
|
- Added Russian debconf template translation (ru.po), patch |
| 903 |
|
from Serge Winitzki. |
| 904 |
|
* Claus Hindsgaul |
| 905 |
|
- Removed illegal spaces in message no-kernels-found in |
| 906 |
|
kernel-installer.templates |
| 907 |
|
* Matt Kraai |
| 908 |
|
- Update French translation, thanks to Michel Grentzinger (closes: |
| 909 |
|
#208588). |
| 910 |
|
* Teófilo Ruiz Suárez |
| 911 |
|
- Revised Spanish translation |
| 912 |
|
|
| 913 |
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 13 Sep 2003 17:45:00 +0200 |
| 914 |
|
|
| 915 |
|
base-installer (0.028) unstable; urgency=low |
| 916 |
|
|
| 917 |
|
* Kenshi Muto |
| 918 |
|
- Added Japanese translation (ja.po) |
| 919 |
|
|
| 920 |
|
-- Petter Reinholdtsen <pere@debian.org> Thu, 28 Aug 2003 23:10:27 +0200 |
| 921 |
|
|
| 922 |
|
base-installer (0.027) unstable; urgency=low |
| 923 |
|
|
| 924 |
|
* Add translation for Northern Saami (se.po), thanks to Børre Gaup. |
| 925 |
|
* Stop the progress bar when kernel installation go wrong. |
| 926 |
|
* Javier Fernandez-Sanguino: |
| 927 |
|
- Updated Spanish translation and use proper quotes |
| 928 |
|
|
| 929 |
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 23 Aug 2003 13:49:00 +0200 |
| 930 |
|
|
| 931 |
|
base-installer (0.026) unstable; urgency=low |
| 932 |
|
|
| 933 |
|
* Petter Reinholdtsen |
| 934 |
|
- Updated de.po. Patch from Maximilian Wilhelm. |
| 935 |
|
- Updated nb.po. |
| 936 |
|
- Added danish translation (da.po), thanks to Finn G. Larsen. |
| 937 |
|
* André LuÃs Lopes |
| 938 |
|
- Update pt_BR.po. |
| 939 |
|
* Bart Cornelis |
| 940 |
|
- Updated duth translation |
| 941 |
|
|
| 942 |
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 9 Aug 2003 16:27:03 +0200 |
| 943 |
|
|
| 944 |
|
base-installer (0.025) unstable; urgency=low |
| 945 |
|
|
| 946 |
|
* Matt Kraai |
| 947 |
|
- Add nl.po, thanks to Bart Cornelis. |
| 948 |
|
* Alastair McKinstry |
| 949 |
|
- Add lv.po, thanks to Aigars Mahinovs |
| 950 |
|
* Martin Sjögren |
| 951 |
|
- Implement progress bar thingy. (Closes: #180753) |
| 952 |
|
This requires version >= 0.2.1 of debootstrap. |
| 953 |
|
- Bump standards version to 3.6.0 |
| 954 |
|
* André LuÃs Lopes |
| 955 |
|
- Update Brazilian Portuguese (pt_BR) debconf template translation. |
| 956 |
|
- Run debconf-updatepo to feed more translatable strings to |
| 957 |
|
translators. |
| 958 |
|
* Petter Reinholdtsen |
| 959 |
|
- Update nb.po. |
| 960 |
|
- Convert changelog to UTF-8. |
| 961 |
|
- Stop kernel-installer from printing to stderr. |
| 962 |
|
- Add initial progress bar to kernel-installer. |
| 963 |
|
- Correct template names from old 'kernel-chooser' to new |
| 964 |
|
'kernel-installer'. |
| 965 |
|
- Add progress bar at the end of base-installer, when the APT |
| 966 |
|
database is updated and extra the packages are installed. |
| 967 |
|
- Updated nb.po. |
| 968 |
|
* Florian Lohoff |
| 969 |
|
- Updated de.po. Thanks to from Maximilian Wilhelm. |
| 970 |
|
|
| 971 |
|
-- Petter Reinholdtsen <pere@debian.org> Wed, 30 Jul 2003 15:43:44 +0200 |
| 972 |
|
|
| 973 |
|
base-installer (0.024) unstable; urgency=low |
| 974 |
|
|
| 975 |
|
* Petter Reinholdtsen |
| 976 |
|
- Add dash-udeb as a dependency for base-installer, while we wait for |
| 977 |
|
busybox-udeb being able to run debootstrap. |
| 978 |
|
* Tollef Fog Heen |
| 979 |
|
- update fr.po file, from Michel Grentzinger. |
| 980 |
|
|
| 981 |
|
-- Tollef Fog Heen <tfheen@debian.org> Sun, 13 Jul 2003 16:50:48 +0200 |
| 982 |
|
|
| 983 |
|
base-installer (0.023) unstable; urgency=low |
| 984 |
|
|
| 985 |
|
* Add french translation by Michel Grentzinger. (Closes: #197312) |
| 986 |
|
* Make sure /target/etc/apt/ exists before trying to create |
| 987 |
|
sources.list. Patch from Thorsten Sauter. (Closes: #197818) |
| 988 |
|
* Copy the postinst from kernel-chooser into the kernel-installer |
| 989 |
|
postinst, to make it easier to select which kernel to install. |
| 990 |
|
* Ben Collins |
| 991 |
|
- Add link_in_boot=yes prior to sparc kernel install. Allows sparc to |
| 992 |
|
transparently support /boot being on a seperate partition. |
| 993 |
|
* Thorsten Sauter: |
| 994 |
|
- kernel-installer depends now on created-fstab |
| 995 |
|
|
| 996 |
|
-- Petter Reinholdtsen <pere@debian.org> Tue, 24 Jun 2003 21:09:38 +0200 |
| 997 |
|
|
| 998 |
|
base-installer (0.022) unstable; urgency=low |
| 999 |
|
|
| 1000 |
|
* Updated nb.po. |
| 1001 |
|
* Remove problematic spaces included by mistake. (Closes: #193160) |
| 1002 |
|
* Thorsten Sauter |
| 1003 |
|
- Insert german translation (de.po) |
| 1004 |
|
|
| 1005 |
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 1 Jun 2003 01:48:21 +0200 |
| 1006 |
|
|
| 1007 |
|
base-installer (0.021) unstable; urgency=low |
| 1008 |
|
|
| 1009 |
|
* Keep going even if /target/etc/fstab is missing. (Closes: #186443) |
| 1010 |
|
* Display a debconf-note when debootstrap return an error |
| 1011 |
|
code. (Closes: #178418) |
| 1012 |
|
* Make myself the uploader for this package. |
| 1013 |
|
* Upgrade standards-version from 3.5.2 to 3.5.9. |
| 1014 |
|
* Cleanup in kernel-installer postinst. |
| 1015 |
|
* Added translation framework, and Norwegian Bokmål translation (nb.po). |
| 1016 |
|
* André LuÃs Lopes : |
| 1017 |
|
- Added pt_BR debconf template translation. |
| 1018 |
|
|
| 1019 |
|
-- Petter Reinholdtsen <pere@debian.org> Thu, 8 May 2003 09:21:06 +0200 |
| 1020 |
|
|
| 1021 |
|
base-installer (0.020) unstable; urgency=low |
| 1022 |
|
|
| 1023 |
|
* Petter Reinholdtsen |
| 1024 |
|
- Use debconf to report an error if kernel install fails. |
| 1025 |
|
(Closes: #188209) |
| 1026 |
|
|
| 1027 |
|
-- Petter Reinholdtsen <pere@debian.org> Fri, 11 Apr 2003 11:23:21 +0200 |
| 1028 |
|
|
| 1029 |
|
base-installer (0.019) unstable; urgency=low |
| 1030 |
|
|
| 1031 |
|
* Bastian Blank |
| 1032 |
|
- Add linux prefix to linux only templates. |
| 1033 |
|
|
| 1034 |
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 6 Apr 2003 10:23:15 +0200 |
| 1035 |
|
|
| 1036 |
|
base-installer (0.018) unstable; urgency=low |
| 1037 |
|
|
| 1038 |
|
* Mario Lang |
| 1039 |
|
- Remove brltty specific code from base-installer postinst. We now |
| 1040 |
|
have apt-install. |
| 1041 |
|
* Petter Reinholdtsen |
| 1042 |
|
- Process the apt-install queue in one call to apt-install, instead |
| 1043 |
|
of several. This should speed up the install. |
| 1044 |
|
|
| 1045 |
|
-- Petter Reinholdtsen <pere@debian.org> Tue, 4 Mar 2003 16:42:44 +0100 |
| 1046 |
|
|
| 1047 |
|
base-installer (0.017) unstable; urgency=low |
| 1048 |
|
|
| 1049 |
|
* Petter Reinholdtsen |
| 1050 |
|
- Moved apt-update and apt-install to rootskel. |
| 1051 |
|
* Matt Kraai |
| 1052 |
|
- Unset Debconf variables before calling apt-install (closes: |
| 1053 |
|
#180249). |
| 1054 |
|
- Remove local component for network installs. |
| 1055 |
|
|
| 1056 |
|
-- Matt Kraai <kraai@debian.org> Wed, 12 Feb 2003 21:46:13 -0800 |
| 1057 |
|
|
| 1058 |
|
base-installer (0.016) unstable; urgency=low |
| 1059 |
|
|
| 1060 |
|
* Use the same components in debootstrap and APT. |
| 1061 |
|
* Two new helper programs, apt-update and apt-install. |
| 1062 |
|
* Try to fix CDROM installs; Make sure 'apt-get update' is executed |
| 1063 |
|
when installing from CD, change the APT source protocol from file: |
| 1064 |
|
to copy:, and split 'apt-get install' into two parts, one |
| 1065 |
|
downloading outside /target/, and one installing within /target/. |
| 1066 |
|
* Install all pachages with DEBIAN_FRONTEND=noninteractive, and make |
| 1067 |
|
sure /target/proc/ is available during install. |
| 1068 |
|
* Make sure initrd-tools is installed before we modify its |
| 1069 |
|
configuration. |
| 1070 |
|
* Add package queue for extra packages to install into /target/. |
| 1071 |
|
Should apt-install move into rootskel or another package? |
| 1072 |
|
* Redirect stderr to /var/log/messages when installing packages. |
| 1073 |
|
* Make debug output easier to read. |
| 1074 |
|
|
| 1075 |
|
-- Petter Reinholdtsen <pere@debian.org> Fri, 7 Feb 2003 15:22:36 +0100 |
| 1076 |
|
|
| 1077 |
|
base-installer (0.015) unstable; urgency=low |
| 1078 |
|
|
| 1079 |
|
* Mario Lang |
| 1080 |
|
- in base-installer postinst, if /sbin/brltty exists, brltty=... was |
| 1081 |
|
passed in kernel cmdline, and brltty is running, add it to debootstrap |
| 1082 |
|
--include list. |
| 1083 |
|
* Petter Reinholdtsen |
| 1084 |
|
- In kernel-installer, set DELAY=0 in |
| 1085 |
|
/target/etc/mkinitrd/mkinitrd.conf to disable the possibility of |
| 1086 |
|
interrupting the boot in the initrd. |
| 1087 |
|
- Add more error handling in kernel-installer. |
| 1088 |
|
* Matt Kraai |
| 1089 |
|
- Add /usr/lib and /lib to LD_LIBRARY_PATH when invoking apt-get |
| 1090 |
|
(closes: 179994). |
| 1091 |
|
|
| 1092 |
|
-- Matt Kraai <kraai@debian.org> Thu, 06 Feb 2003 17:28:17 -0800 |
| 1093 |
|
|
| 1094 |
|
base-installer (0.014) unstable; urgency=low |
| 1095 |
|
|
| 1096 |
|
* Bastian Blank |
| 1097 |
|
- remove kernel installation from base-installer |
| 1098 |
|
- add apt-get update to base-installer |
| 1099 |
|
- add kernel-installer |
| 1100 |
|
* Richard Hirst |
| 1101 |
|
- fix apt-get args for gzip and dpkg binaries |
| 1102 |
|
- get apt-get to tell dpkg to run in /target |
| 1103 |
|
- add target bin/sbin dirs to PATH for aptget/dpkg |
| 1104 |
|
- actually use rootskel initrd template for /etc/kernel-img.conf |
| 1105 |
|
- add relative_links=yes, image_in_boot=yes to kernel-img.conf |
| 1106 |
|
- unset DEBCONF_HAS_FRONTEND, etc in kernel-installer postinst, |
| 1107 |
|
as per base-installer postinst (undocumented hacks) |
| 1108 |
|
* Petter Reinholdtsen |
| 1109 |
|
- Detect missing 'debian-installer/kernel/image' and report this |
| 1110 |
|
as an error. |
| 1111 |
|
|
| 1112 |
|
-- Matt Kraai <kraai@debian.org> Mon, 03 Feb 2003 20:34:29 -0800 |
| 1113 |
|
|
| 1114 |
|
base-installer (0.013) unstable; urgency=low |
| 1115 |
|
|
| 1116 |
|
* Richard Hirst |
| 1117 |
|
- create appropriate /target/etc/kernel-img.conf for hppa |
| 1118 |
|
* Tollef Fog Heen |
| 1119 |
|
- remove -x from postinst, to remove clutter. |
| 1120 |
|
* Petter Reinholdtsen |
| 1121 |
|
- Remove obsolete skolelinux debootstrap symlinks. |
| 1122 |
|
|
| 1123 |
|
-- Tollef Fog Heen <tfheen@debian.org> Sat, 7 Dec 2002 16:53:30 +0100 |
| 1124 |
|
|
| 1125 |
|
base-installer (0.012) unstable; urgency=low |
| 1126 |
|
|
| 1127 |
|
* Tollef Fog Heen |
| 1128 |
|
- Fix installer-menu-item |
| 1129 |
|
* Richard Hirst |
| 1130 |
|
- Add hppa support |
| 1131 |
|
|
| 1132 |
|
-- Tollef Fog Heen <tfheen@debian.org> Wed, 4 Dec 2002 03:36:08 +0100 |
| 1133 |
|
|
| 1134 |
|
base-installer (0.011) unstable; urgency=low |
| 1135 |
|
|
| 1136 |
|
* Tollef Fog Heen |
| 1137 |
|
- Set priority to required |
| 1138 |
|
|
| 1139 |
|
-- Tollef Fog Heen <tfheen@debian.org> Thu, 14 Nov 2002 02:42:06 +0100 |
| 1140 |
|
|
| 1141 |
|
base-installer (0.010) unstable; urgency=low |
| 1142 |
|
|
| 1143 |
|
* Martin Sjögren |
| 1144 |
|
- Replace XBC with XB so our special control fields don't confuse the |
| 1145 |
|
changes files. |
| 1146 |
|
|
| 1147 |
|
-- Tollef Fog Heen <tfheen@debian.org> Thu, 14 Nov 2002 02:09:39 +0100 |
| 1148 |
|
|
| 1149 |
|
base-installer (0.009) unstable; urgency=low |
| 1150 |
|
|
| 1151 |
|
* support http_proxy |
| 1152 |
|
|
| 1153 |
|
-- Tollef Fog Heen <tfheen@debian.org> Wed, 6 Nov 2002 01:54:01 +0100 |
| 1154 |
|
|
| 1155 |
|
base-installer (0.008) unstable; urgency=low |
| 1156 |
|
|
| 1157 |
|
* Do not crash if the questions netcfg/get_hostname or |
| 1158 |
|
netcfg/get_domain are unknown to debconf. |
| 1159 |
|
* Use default distribution if no debconf answer is available. |
| 1160 |
|
* Document how to avoid the 5 second 'get root without giving |
| 1161 |
|
password' window. |
| 1162 |
|
* Add hack to avoid messages like 'Note /etc/modules.conf is more recent |
| 1163 |
|
than /lib/modules/*/modules.dep' |
| 1164 |
|
* Choose kernel version based on the distribution name. |
| 1165 |
|
* Use dash instead of ash |
| 1166 |
|
* Fix paths to avoid double slashes. |
| 1167 |
|
* Only exclude if we have anything to exclude |
| 1168 |
|
* Make lilo not try to install itself, by echoing magic string |
| 1169 |
|
* Make -boot the maintainer but add me to Uploaders. |
| 1170 |
|
|
| 1171 |
|
-- Tollef Fog Heen <tfheen@debian.org> Mon, 14 Oct 2002 17:08:13 +0200 |
| 1172 |
|
|
| 1173 |
base-installer (0.007) unstable; urgency=low |
base-installer (0.007) unstable; urgency=low |
| 1174 |
|
|
|
* UNRELEASED |
|
| 1175 |
* Log to /target/var/log/, not /tmp/. |
* Log to /target/var/log/, not /tmp/. |
| 1176 |
* Use distribution selected in choose-mirror. |
* Use distribution selected in choose-mirror. |
| 1177 |
* Avoid adding bogus entry in /target/etc/hosts if debconf values for |
* Avoid adding bogus entry in /target/etc/hosts if debconf values for |
| 1180 |
* Get rid of PROFILE stuff inside postinst, since it's not used. |
* Get rid of PROFILE stuff inside postinst, since it's not used. |
| 1181 |
* Make sure /target/etc exists before writing files into it. |
* Make sure /target/etc exists before writing files into it. |
| 1182 |
|
|
| 1183 |
-- Tollef Fog Heen <tfheen@debian.org> Sat, 31 Aug 2002 16:32:12 +0200 |
-- Tollef Fog Heen <tfheen@debian.org> Mon, 16 Sep 2002 17:57:19 +0200 |
| 1184 |
|
|
| 1185 |
base-installer (0.006) unstable; urgency=low |
base-installer (0.006) unstable; urgency=low |
| 1186 |
|
|