Package: partman Version: 4:3.1.5-1 Severity: normal Tags: patch This was reported by Stephen Marenka in -boot:
I found some weirdness when trying to use partman. It seems that a comment in the templates file causes partman/free_space and partman/active_partition to be butted up next to each other when compiled. This causes partman to fail when trying to select free space to partition because partman/free_space never gets loaded into the cdebconf db. I don't know if this is a m68k problem or what, but a fix is just to move the comment below the Template: line. See the diff below. I'd go ahead an apply it, but I have no idea what that does to translators. Thanks, Stephen $ cvs diff -u templates Index: templates =================================================================== RCS file: /cvsroot/d-i/debian-installer/partman/partman/debian/templates,v retrieving revision 1.5 diff -u -u -r1.5 templates --- templates 29 Jan 2004 10:57:30 -0000 1.5 +++ templates 10 Feb 2004 14:35:10 -0000 @@ -24,8 +24,8 @@ Choices: ${CHOICES} _Description: Action on the chosen free space: -# This is used not only for chosen partitions but also for newly created Template: partman/active_partition +# This is used not only for chosen partitions but also for newly created Type: select Choices: ${CHOICES} _Description: Action on the partition: -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]