]> git.proxmox.com Git - grub2.git/log
grub2.git
16 years ago - Only use UUIDs when requested device is not the same as the one
rmh [Mon, 16 Jun 2008 22:10:10 +0000 (22:10 +0000)]
- Only use UUIDs when requested device is not the same as the one
      providing /boot.  (Closes: #486119)

16 years agoRefurbish 03_disable_floppy_support_in_util_biosdisk.diff into 03_disable_floppies...
rmh [Mon, 16 Jun 2008 21:59:01 +0000 (21:59 +0000)]
Refurbish 03_disable_floppy_support_in_util_biosdisk.diff into 03_disable_floppies.diff.

16 years ago- Fixes recent regressions in fs/ext2.c. (Closes: #485279)
rmh [Mon, 16 Jun 2008 21:08:30 +0000 (21:08 +0000)]
- Fixes recent regressions in fs/ext2.c.  (Closes: #485279)

16 years ago - Fixes incomplete I2O device support. Thanks Sven Mueller.
rmh [Mon, 16 Jun 2008 20:47:18 +0000 (20:47 +0000)]
- Fixes incomplete I2O device support.  Thanks Sven Mueller.
      (Closes: #486505)

16 years ago - Uses EUID instead of UID in update-grub. (Closes: #486043, #486039,
rmh [Mon, 16 Jun 2008 20:35:42 +0000 (20:35 +0000)]
- Uses EUID instead of UID in update-grub.  (Closes: #486043, #486039,
      #486040, #486041).

16 years ago* patches/06_olpc_prefix_hack.diff: Hardcode prefix to (sd,1) on OLPC.
rmh [Sun, 15 Jun 2008 14:53:58 +0000 (14:53 +0000)]
* patches/06_olpc_prefix_hack.diff: Hardcode prefix to (sd,1) on OLPC.

16 years ago * New CVS snapshot.
rmh [Sun, 15 Jun 2008 14:51:46 +0000 (14:51 +0000)]
  * New CVS snapshot.
    - Fixes some problems in ext2/ext3 (probably closes some bugs, but I
      can't tell which ones).

16 years ago * New CVS snapshot.
rmh [Wed, 4 Jun 2008 11:22:52 +0000 (11:22 +0000)]
  * New CVS snapshot.
    - Supports IDA block devices.  (Closes: #483858)

16 years ago * 04_uuids_and_abstraction_dont_play_along_nicely.diff: New patch. Disable
rmh [Tue, 3 Jun 2008 14:31:56 +0000 (14:31 +0000)]
  * 04_uuids_and_abstraction_dont_play_along_nicely.diff: New patch.  Disable
    UUID parameter to Linux when LVM or dmRAID is in use.  (Closes: #484228)
    This is a workaround for bug #484297 in udev.

16 years ago * 04_run_grub_mkdevicemap_when_grub_probe_fails.diff: Remove. Argueably
rmh [Tue, 3 Jun 2008 14:13:07 +0000 (14:13 +0000)]
  * 04_run_grub_mkdevicemap_when_grub_probe_fails.diff: Remove.  Argueably
    makes grub-probe unreliable and is quite annoying.

16 years ago * New CVS snapshot.
rmh [Sun, 1 Jun 2008 13:47:15 +0000 (13:47 +0000)]
  * New CVS snapshot.
    - patches/06_backward_compat_in_uuid_support.diff: Merged.
    - Fixes NULL pointer dereference in biosdisk.c.  (Closes: #483895, #483900)

16 years ago - util/biosdisk.c no longer complains about duplicated device.map entries.
rmh [Fri, 30 May 2008 22:03:11 +0000 (22:03 +0000)]
- util/biosdisk.c no longer complains about duplicated device.map entries.
      (Closes: #481236)

16 years ago - patches/06_backward_compat_in_uuid_support.diff: New. Make update-grub
rmh [Fri, 30 May 2008 21:57:09 +0000 (21:57 +0000)]
- patches/06_backward_compat_in_uuid_support.diff: New.  Make update-grub
      generate code that is compatible with older GRUB installs.

16 years ago- default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable.
rmh [Fri, 30 May 2008 21:55:43 +0000 (21:55 +0000)]
- default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable.

16 years agoAdjust grub.d/05_debian_theme to use the new UUID-compatible API.
rmh [Fri, 30 May 2008 15:13:43 +0000 (15:13 +0000)]
Adjust grub.d/05_debian_theme to use the new UUID-compatible API.

16 years agoUpdate Galician translation
rmh [Wed, 28 May 2008 15:19:46 +0000 (15:19 +0000)]
Update Galician translation

16 years ago * New CVS snapshot.
rmh [Wed, 28 May 2008 14:43:30 +0000 (14:43 +0000)]
  * New CVS snapshot.
    - Work around BIOS bug affecting keyboard on macbooks.  (Closes: #482860)

16 years agoMake sure runtime is only linked with GPLv3-compatible liblzo2-2
rmh [Mon, 12 May 2008 15:56:39 +0000 (15:56 +0000)]
Make sure runtime is only linked with GPLv3-compatible liblzo2-2

16 years agoClose a few upstream bugs in changelog.
rmh [Mon, 12 May 2008 15:53:43 +0000 (15:53 +0000)]
Close a few upstream bugs in changelog.

16 years agoItalian (it.po) by Luca Monducci (Closes: #480740)
rmh [Mon, 12 May 2008 15:14:29 +0000 (15:14 +0000)]
Italian (it.po) by Luca Monducci  (Closes: #480740)

16 years agogrub-pc.postinst: Escape \ and / in cmdline sed invokation. (Closes: #479279)
rmh [Tue, 6 May 2008 11:23:43 +0000 (11:23 +0000)]
grub-pc.postinst: Escape \ and / in cmdline sed invokation.  (Closes: #479279)

16 years ago * New CVS snapshot.
rmh [Wed, 30 Apr 2008 21:01:12 +0000 (21:01 +0000)]
  * New CVS snapshot.
    - Adds support for default-only Linux cmdline options.  (Closes: #460843)

16 years agoSwitch to liblzo2 now that it's GPLv3-compatible. (Closes: #466375)
rmh [Wed, 30 Apr 2008 18:02:59 +0000 (18:02 +0000)]
Switch to liblzo2 now that it's GPLv3-compatible.  (Closes: #466375)

16 years agoClose #478144
rmh [Tue, 29 Apr 2008 13:59:59 +0000 (13:59 +0000)]
Close #478144

16 years ago * New CVS snapshot.
rmh [Tue, 29 Apr 2008 13:34:04 +0000 (13:34 +0000)]
  * New CVS snapshot.
    - Includes sample grub.cfg file; we use it for grub-rescue-pc.
      (Closes: #478324)

16 years ago * grub-common: Upgrade Replaces to << 1.96+20080426-3. (Closes: #478224,
rmh [Tue, 29 Apr 2008 11:30:32 +0000 (11:30 +0000)]
  * grub-common: Upgrade Replaces to << 1.96+20080426-3.  (Closes: #478224,
    #478353)

16 years ago [ Updated translations ]
rmh [Sun, 27 Apr 2008 14:13:15 +0000 (14:13 +0000)]
  [ Updated translations ]
  * French (fr.po) by Christian Perrier  (Closes: #471291)

16 years agoPrepare for upload...
rmh [Sat, 26 Apr 2008 18:10:35 +0000 (18:10 +0000)]
Prepare for upload...

16 years ago * patches/04_run_grub_mkdevicemap_when_grub_probe_fails.diff: New patch,
rmh [Sat, 26 Apr 2008 18:08:38 +0000 (18:08 +0000)]
  * patches/04_run_grub_mkdevicemap_when_grub_probe_fails.diff: New patch,
    does what its name says.  (Closes: #467127)
    - Also move grub-mkdevicemap from grub-pc to grub-common, so that GRUB
      Legacy can use it.

16 years ago* Basque (eu.po) by Piarres Beobide (Closes: #476708)
rmh [Fri, 18 Apr 2008 16:00:34 +0000 (16:00 +0000)]
* Basque (eu.po) by Piarres Beobide  (Closes: #476708)

16 years ago * New CVS snapshot.
rmh [Fri, 18 Apr 2008 13:42:28 +0000 (13:42 +0000)]
  * New CVS snapshot.
    - Fixes syntax error when setting GRUB_PRELOAD_MODULES.  (Closes: #476517)

16 years ago * Move os-prober to Suggests, to avoid trouble with #476184.
rmh [Fri, 18 Apr 2008 13:39:58 +0000 (13:39 +0000)]
  * Move os-prober to Suggests, to avoid trouble with #476184.
    (Closes: #476684)

16 years ago - Improves robustness when handling LVM.
rmh [Sun, 13 Apr 2008 12:25:12 +0000 (12:25 +0000)]
- Improves robustness when handling LVM.
      (Closes: #474931, #474343)

16 years ago * New CVS snapshot.
rmh [Sun, 13 Apr 2008 11:55:13 +0000 (11:55 +0000)]
  * New CVS snapshot.
    - Provides 30_os-prober update-grub add-on.  Thanks Fabian Greffrath.
      (Closes: #461442)

16 years agoSet urgency=high
rmh [Thu, 10 Apr 2008 09:04:27 +0000 (09:04 +0000)]
Set urgency=high

16 years agopatches/03_disable_floppy_support_in_util_biosdisk.diff: New. Does what its name...
rmh [Thu, 10 Apr 2008 09:00:24 +0000 (09:00 +0000)]
patches/03_disable_floppy_support_in_util_biosdisk.diff: New.  Does what its name says.  (Closes: #475177)

16 years agoUpdate snapshot date
rmh [Tue, 8 Apr 2008 14:45:25 +0000 (14:45 +0000)]
Update snapshot date

16 years agocontrol: Fix syntax error.
rmh [Tue, 8 Apr 2008 13:46:29 +0000 (13:46 +0000)]
control: Fix syntax error.

16 years ago * New CVS snapshot.
rmh [Mon, 7 Apr 2008 16:11:11 +0000 (16:11 +0000)]
  * New CVS snapshot.
    - grub-probe skips non-existant devices when processing device.map.
    (Closes: #473209)

16 years agoFix minor output error
rmh [Mon, 7 Apr 2008 16:03:18 +0000 (16:03 +0000)]
Fix minor output error

16 years ago [ Updated translations ]
rmh [Fri, 29 Feb 2008 20:21:49 +0000 (20:21 +0000)]
  [ Updated translations ]
  * Finnish (fi.po) by Esko Araj\303\244rvi (Closes: #468641)

16 years ago * Stop depending on lsb-release (too heavy! we don't need python in base).
rmh [Thu, 28 Feb 2008 16:42:18 +0000 (16:42 +0000)]
  * Stop depending on lsb-release (too heavy! we don't need python in base).
    Instead of assuming it's there, try calling it and otherwise just echo
    Debian.

16 years ago * patches/01_grub_legacy_0_based_partitions.diff: New patch. Add a hack that
rmh [Thu, 28 Feb 2008 16:15:26 +0000 (16:15 +0000)]
  * patches/01_grub_legacy_0_based_partitions.diff: New patch.  Add a hack that
    tells grub-probe you want 0-based partition count
    (GRUB_LEGACY_0_BASED_PARTITIONS variable)

16 years ago* Suggest multiboot-doc.
rmh [Thu, 28 Feb 2008 15:46:03 +0000 (15:46 +0000)]
* Suggest multiboot-doc.

16 years agoThis allows for externall call to grub-probe, let's close #241972.
rmh [Thu, 28 Feb 2008 12:50:43 +0000 (12:50 +0000)]
This allows for externall call to grub-probe, let's close #241972.

16 years ago* New CVS snapshot.
rmh [Thu, 28 Feb 2008 12:34:17 +0000 (12:34 +0000)]
* New CVS snapshot.

16 years ago* Split grub-probe into grub-common package. Make all flavours depend on it.
rmh [Thu, 28 Feb 2008 12:32:19 +0000 (12:32 +0000)]
* Split grub-probe into grub-common package.  Make all flavours depend on it.

16 years agoAdd a pair of extra newlines.
rmh [Thu, 28 Feb 2008 11:02:58 +0000 (11:02 +0000)]
Add a pair of extra newlines.

16 years ago* Russian (ru.po) by Yuri Kozlov (Closes: #467181)
rmh [Sun, 24 Feb 2008 15:16:41 +0000 (15:16 +0000)]
* Russian (ru.po) by Yuri Kozlov (Closes: #467181)

16 years ago * grub.d/05_debian_theme: Only setup background image when a reader for it
rmh [Sun, 24 Feb 2008 15:13:18 +0000 (15:13 +0000)]
  * grub.d/05_debian_theme: Only setup background image when a reader for it
    is present in /boot/grub.  (Closes: #467111)

16 years agodefault/grub: Use lsb_release to support Debian derivatives. (Closes: #466561)
rmh [Sun, 24 Feb 2008 14:42:12 +0000 (14:42 +0000)]
default/grub: Use lsb_release to support Debian derivatives.  (Closes: #466561)

16 years agoSet urgency=high
rmh [Wed, 20 Feb 2008 06:20:11 +0000 (06:20 +0000)]
Set urgency=high

16 years agogrub-pc.postinst: Create /boot/grub if it doesn't exist.
rmh [Wed, 20 Feb 2008 06:17:26 +0000 (06:17 +0000)]
grub-pc.postinst: Create /boot/grub if it doesn't exist.

16 years ago * New CVS snapshot.
rmh [Tue, 19 Feb 2008 14:08:08 +0000 (14:08 +0000)]
  * New CVS snapshot.
    - Improves GPT support, allowing it to work without blocklists.

16 years ago [ Updated translations ]
rmh [Sat, 16 Feb 2008 22:39:01 +0000 (22:39 +0000)]
  [ Updated translations ]
  * French (fr.po) by Christian Perrier  (Closes: #465706)

16 years ago * New CVS snapshot.
rmh [Sat, 16 Feb 2008 22:37:02 +0000 (22:37 +0000)]
  * New CVS snapshot.
    - Fixes offset calculation issue when installing on GPT (urgency set
      to high because of this).

16 years agofr.po
rmh [Sat, 16 Feb 2008 16:34:40 +0000 (16:34 +0000)]
fr.po

16 years agoOnly process grub-pc/linux_cmdline if /boot/grub/menu.lst exists. (Closes: #465708)
rmh [Sat, 16 Feb 2008 16:30:45 +0000 (16:30 +0000)]
Only process grub-pc/linux_cmdline if /boot/grub/menu.lst exists.  (Closes: #465708)

16 years ago* Fix Vcs-Browser tag. Thanks James. (Closes: #465697)
rmh [Thu, 14 Feb 2008 16:54:19 +0000 (16:54 +0000)]
* Fix Vcs-Browser tag.  Thanks James.  (Closes: #465697)

16 years agoAvoid erroring when kopt cannot be found.
rmh [Wed, 13 Feb 2008 20:54:18 +0000 (20:54 +0000)]
Avoid erroring when kopt cannot be found.

16 years ago * New CVS snapshot.
rmh [Wed, 13 Feb 2008 15:39:41 +0000 (15:39 +0000)]
  * New CVS snapshot.
    - Failure to read one device in a RAID-1 array no longer causes boot
      to fail (so long as there's a member that works).  (Closes: #426341)

16 years ago* Migrate kopt from menu.lst. (Closes: #461164, #464918)
rmh [Wed, 13 Feb 2008 15:26:56 +0000 (15:26 +0000)]
* Migrate kopt from menu.lst.  (Closes: #461164, #464918)

16 years agoDon't remove ourselves from menu.lst in upgrades.
rmh [Wed, 13 Feb 2008 15:08:32 +0000 (15:08 +0000)]
Don't remove ourselves from menu.lst in upgrades.

16 years ago* German (de.po) by Helge Kreutzmann (Closes: #465295)
rmh [Wed, 13 Feb 2008 14:05:38 +0000 (14:05 +0000)]
* German (de.po) by Helge Kreutzmann (Closes: #465295)

16 years ago* Fix a pair of spelling mistakes in debconf. (Closes: #465296)
rmh [Wed, 13 Feb 2008 13:57:20 +0000 (13:57 +0000)]
* Fix a pair of spelling mistakes in debconf.  (Closes: #465296)

16 years ago * Add a hack to support gfxterm / background_image on systems where /usr
rmh [Wed, 13 Feb 2008 13:52:58 +0000 (13:52 +0000)]
  * Add a hack to support gfxterm / background_image on systems where /usr
    isn't accessible.  (Closes: #464911, #463144)
    - grub-pc.postinst
    - grub.d/05_debian_theme

16 years agomake sure PO files are always up-to-date
rmh [Mon, 11 Feb 2008 21:53:53 +0000 (21:53 +0000)]
make sure PO files are always up-to-date

16 years ago * Add new upgrade-from-grub-legacy script for the user to complete the upgrade
rmh [Mon, 11 Feb 2008 00:12:51 +0000 (00:12 +0000)]
  * Add new upgrade-from-grub-legacy script for the user to complete the upgrade
    process from GRUB Legacy, and advertise it prominently in menu.lst.
    (Closes: #464912)

16 years agoscript: For /proc/mounts, only report lines that start with /dev/.
rmh [Sun, 10 Feb 2008 23:06:34 +0000 (23:06 +0000)]
script: For /proc/mounts, only report lines that start with /dev/.

16 years agoRemove bogus "update-grub" call in debconf suggestion.
rmh [Sun, 10 Feb 2008 23:01:16 +0000 (23:01 +0000)]
Remove bogus "update-grub" call in debconf suggestion.

16 years ago* Portuguese (pt.po) by Ricardo Silva (Closes: #465137)
rmh [Sun, 10 Feb 2008 22:56:43 +0000 (22:56 +0000)]
* Portuguese (pt.po) by Ricardo Silva (Closes: #465137)

16 years ago * New CVS snapshot.
rmh [Sun, 10 Feb 2008 20:11:17 +0000 (20:11 +0000)]
  * New CVS snapshot.
    - Errors that cause GRUB to enter rescue mode are displayed now.
      (Closes: #425149)
    - Build LVM/RAID modules into a few commands that were missing them
      (notably, grub-setup).  (Closes: #465033)

16 years agoMake liblzo-dev i386-only.
rmh [Sun, 10 Feb 2008 20:05:47 +0000 (20:05 +0000)]
Make liblzo-dev i386-only.

16 years ago * Fix license violation (incompatibility between GRUB and LZO2).
rmh [Sun, 10 Feb 2008 16:22:27 +0000 (16:22 +0000)]
  * Fix license violation (incompatibility between GRUB and LZO2).
    (Closes: #465056)
    - Urgency set to high.
    - control: Move liblzo2-dev from Build-Depends to Build-Conflicts
      (leaving liblzo-dev as the only option).

16 years agoNew CVS snapshot.
rmh [Sat, 9 Feb 2008 12:46:10 +0000 (12:46 +0000)]
New CVS snapshot.

16 years ago* Lower base-files versioned dependency to >= 4.0.1~bpo40+1.
rmh [Fri, 8 Feb 2008 00:22:54 +0000 (00:22 +0000)]
* Lower base-files versioned dependency to >= 4.0.1~bpo40+1.

16 years ago * Fix a pair of spelling errors in debconf templates. Thanks Christian
rmh [Tue, 5 Feb 2008 22:24:44 +0000 (22:24 +0000)]
  * Fix a pair of spelling errors in debconf templates.  Thanks Christian
    Perrier.  (Closes: #464133)

16 years agoRun debconf-updatepo. (Closes: #463918)
rmh [Mon, 4 Feb 2008 14:27:13 +0000 (14:27 +0000)]
Run debconf-updatepo.  (Closes: #463918)

16 years agoOops, wrong version number.
rmh [Sun, 3 Feb 2008 18:48:06 +0000 (18:48 +0000)]
Oops, wrong version number.

16 years ago* control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.
rmh [Sun, 3 Feb 2008 18:45:03 +0000 (18:45 +0000)]
* control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.

16 years agoNew CVS snapshot.
rmh [Sun, 3 Feb 2008 18:36:06 +0000 (18:36 +0000)]
New CVS snapshot.

16 years ago- Detect/Enable PNG background when it is present.
rmh [Sun, 3 Feb 2008 15:19:06 +0000 (15:19 +0000)]
- Detect/Enable PNG background when it is present.

16 years agogrub.d/05_debian_theme: Add runtime error detection.
rmh [Sun, 3 Feb 2008 14:48:17 +0000 (14:48 +0000)]
grub.d/05_debian_theme: Add runtime error detection.

16 years agoFix po-debconf errors. Thanks Thomas Huriaux. (Closes: #402972)
rmh [Sat, 2 Feb 2008 17:12:49 +0000 (17:12 +0000)]
Fix po-debconf errors.  Thanks Thomas Huriaux.  (Closes: #402972)

16 years agoNew CVS snapshot.
rmh [Fri, 1 Feb 2008 16:08:21 +0000 (16:08 +0000)]
New CVS snapshot.

16 years ago * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c.
rmh [Fri, 1 Feb 2008 16:01:05 +0000 (16:01 +0000)]
  * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c.
    (Closes: #463081, #419766, #462159)
  * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491)
  * patches/disable_xfs.diff: Actually remove this time...

16 years agopresubj: Improve notice.
rmh [Thu, 31 Jan 2008 11:32:30 +0000 (11:32 +0000)]
presubj: Improve notice.

16 years agoOops, lost the midnight train.
rmh [Sun, 27 Jan 2008 23:03:39 +0000 (23:03 +0000)]
Oops, lost the midnight train.

16 years agoUpdate changelog for new CVS
rmh [Sun, 27 Jan 2008 21:57:07 +0000 (21:57 +0000)]
Update changelog for new CVS

16 years ago * Bring back grub-emu; it can help a lot with debugging feedback.
rmh [Sun, 27 Jan 2008 21:10:11 +0000 (21:10 +0000)]
  * Bring back grub-emu; it can help a lot with debugging feedback.
    - control
    - rules

16 years ago - patches/disable_xfs.diff: Remove. grub-probe is smart enough to detect
rmh [Sun, 27 Jan 2008 09:08:07 +0000 (09:08 +0000)]
- patches/disable_xfs.diff: Remove.  grub-probe is smart enough to detect
      buggy GRUB filesystems now.

16 years ago- patches/disable_ata.diff: Remove. ATA module isn't auto-loaded in
rmh [Thu, 24 Jan 2008 17:01:22 +0000 (17:01 +0000)]
- patches/disable_ata.diff: Remove.  ATA module isn't auto-loaded in
      rescue floppies now.

16 years ago* New CVS snapshot.
rmh [Thu, 24 Jan 2008 16:59:33 +0000 (16:59 +0000)]
* New CVS snapshot.

16 years ago* grub.d/05_debian_theme: Enable swirlish beauty.
rmh [Sat, 19 Jan 2008 12:44:36 +0000 (12:44 +0000)]
* grub.d/05_debian_theme: Enable swirlish beauty.

16 years ago* rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn.
rmh [Wed, 16 Jan 2008 15:44:28 +0000 (15:44 +0000)]
* rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn.

16 years agoEnable grub-ieee1275 for i386/amd64.
rmh [Wed, 16 Jan 2008 14:11:27 +0000 (14:11 +0000)]
Enable grub-ieee1275 for i386/amd64.

16 years agoNew snapshot.
rmh [Wed, 16 Jan 2008 14:03:56 +0000 (14:03 +0000)]
New snapshot.

16 years agoDisable background stuff untill desktop-base is fixed.
rmh [Wed, 16 Jan 2008 14:02:09 +0000 (14:02 +0000)]
Disable background stuff untill desktop-base is fixed.

16 years agoReplace update-grub2 symlink with script stub. 'which' doesn't like symlinks.
rmh [Mon, 14 Jan 2008 12:42:13 +0000 (12:42 +0000)]
Replace update-grub2 symlink with script stub. 'which' doesn't like symlinks.

16 years agoNew snapshot.
rmh [Mon, 14 Jan 2008 12:14:13 +0000 (12:14 +0000)]
New snapshot.