Ok, then try to add After=fsck.target to sysinit.target.
Jens
On Fri, Sep 10, 2010 at 1:28 AM, Santi Béjar wrote:
> Hi *,
>
> On Thu, Sep 9, 2010 at 2:22 PM, Jens Persson wrote:
> > Try to put your check services in sysinit.target.wants and add
> > After=sysinit.target to local-fs.target.
>
>
Hi *,
On Thu, Sep 9, 2010 at 2:22 PM, Jens Persson wrote:
> Try to put your check services in sysinit.target.wants and add
> After=sysinit.target to local-fs.target.
I've tried something like this. But first let me correct my report,
the patch breaking my boot is the one introducing a separated
IIRC mezcalero said on irc that native killall/poweroff/reboot are
eventually going to be imlemented but they are scheduled for F15. And IMHO
the less people worry about sysv the better, it's dying anyway.
> I can try to help there, but I don't want to do things in a way and
> later people say it
On Thu, Sep 9, 2010 at 12:37 PM, Bill Nottingham wrote:
> Santi ([email protected]) said:
>> Makefile.am | 23 ++-
>> units/.gitignore | 3 ++
>> units/arch/halt.service | 19
>> units/arch/poweroff.service | 19
Santi ([email protected]) said:
> Makefile.am | 23 ++-
> units/.gitignore |3 ++
> units/arch/halt.service | 19
> units/arch/poweroff.service | 19
> units/arch/reboot.service | 19 -
Try to put your check services in sysinit.target.wants and add
After=sysinit.target to local-fs.target.
Greets Jens
On Thu, Sep 9, 2010 at 9:12 AM, Santi Béjar wrote:
> Hi *,
>
> I just wanted to report that for the patch adding checkroot.service
> and checkfs.service breaks my boot. The /home
Hi *,
I just wanted to report that for the patch adding checkroot.service
and checkfs.service breaks my boot. The /home partition gets mounted
before the /etc/init.d/checkfs.sh is run, so it fails. I'm using
debian sid amd64. If you need more information just ask.
Santi
On Thu, Sep 9, 2010 at 2:30 AM, Gustavo Sverzut Barbieri
wrote:
> On Wed, Sep 8, 2010 at 9:11 PM, Santi wrote:
>> --- /dev/null
>> +++ b/units/halt.service.m4
>> @@ -0,0 +1,49 @@
>> +# This file is part of systemd.
>> +#
>> +# systemd is free software; you can redistribute it and/or modify it
>