Bug#652946: partman-target should not create /var/run

2012-12-17 Thread Cyril Brulebois
Hi, Raphael Hertzog (06/12/2012): > I agree. Here's the corresponding patch. It would be nice if someone > could commit it so that it gets included in the next d-i release. > > It's needed to have a proper live image for wheezy. thanks everyone involved, but rc1 doesn't look like an appropriate

Bug#652946: partman-target should not create /var/run

2012-12-06 Thread Raphael Hertzog
On Thu, 12 Jul 2012, Michael Tokarev wrote: > This whole hack is not needed anymore, and /run will > be created in a usual way during install process. > > So this whole trick should be removed. I agree. Here's the corresponding patch. It would be nice if someone could commit it so that it gets in

Bug#652946: partman-target should not create /var/run

2012-07-11 Thread Michael Tokarev
On 11.07.2012 22:34, Rui Bernardo wrote: > Attached is an eventual patch that could fix the issue. I think partman should not create /var/run & /var/lock at all at this point. Note the comment right before the mkdir: # Create these before /var is mounted,

Bug#652946: partman-target should not create /var/run

2012-07-11 Thread Rui Bernardo
On Wed, Jul 11, 2012 at 07:34:10PM +0100, Rui Bernardo wrote: > Attached is an eventual patch that could fix the issue. Sorry, the previous patch didn't create /target/run/lock. Better create it to prevent other possible failures about missing /run/lock. New patch attached. >From 8e6298618e3583

Bug#652946: partman-target should not create /var/run

2012-07-11 Thread Rui Bernardo
Attached is an eventual patch that could fix the issue. >From 93eec27e0bbedc9958ef6604f1d8062f6e1a9877 Mon Sep 17 00:00:00 2001 From: "Rui M. P. Bernardo" Date: Wed, 11 Jul 2012 18:38:29 +0100 Subject: [PATCH] create /run instead of /var/run in target. Closes #652946. --- finish.d/mount_partiti