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

Bug#376008: initramfs-tools: conffile prompt



On Mon, 03 Jul 2006, Justin Pryzby wrote:

> On Mon, Jul 03, 2006 at 04:50:44PM -0400, pryzbyj wrote:
> > On Mon, Jul 03, 2006 at 09:56:38PM +0200, maximilian attems wrote:
> > > On Mon, Jul 03, 2006 at 03:37:04PM -0400, Justin Pryzby wrote:
> > > > found 376008 0.66
> > > > reopen 376008
> > > > thanks
> > > > 
> > > > This isn't fixed yet, and (I suspect) is the cause of a conffile
> > > > prompt during this upgrade.
> 
> Here's the diff; is there any way you can prevent this?

this changed long ago according my repo records,
and the path on the top is clearly wrong.
also you seem to have added a snippet which was never there.
 
> --- /etc/initramfs-tools/modules	2005-12-28 14:39:52.000000000 -0500
> +++ /etc/initramfs-tools/modules.dpkg-new	2006-03-26 04:52:26.000000000 -0500
> @@ -1,12 +1,9 @@
> -# /etc/mkinitramfs/modules: Kernel modules to load for initrd.
> +# List of modules that you want to include in your initramfs.
>  #
> -# This file should contain the names of kernel modules and their arguments
> -# (if any) that are needed to mount the root file system, one per line.
> -# Comments begin with a `#', and everything on the line after them are ignored.
> +# Syntax:  module_name [args ...]
>  #
> -# You must run mkinitramfs(8) to effect this change.
>  #
> -# Examples:
> +# This might be good choices:
>  #
> -#  ext2
> -#  wd io=0x300
> +# raid1
> +# sd_mod

according to the repo:
=== modified file 'conf/modules'
--- conf/modules
+++ conf/modules
@@ -1,7 +1,9 @@
 # List of modules that you want to include in your initramfs.
+#
+# Syntax:  module_name [args ...]
+#
+#
 # This might be good choices:
 #
-#ide-disk
-#ide-generic
-#ext2
-#ext3
+# raid1
+# sd_mod

this change was done long ago by jbailey,
so you really seem to be an early initramfs-tools user:
revno: 19
committer: jbailey@ubuntu.com
timestamp: Tue 2005-06-21 01:31:54 +0000

previsouly to 0.64 we didn't handle that file as conf file,
as you had remarked from the cp of the postinstall.

regards

-- 
maks



Reply to: