chiark / gitweb /
firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot= instead
authorLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2014 17:25:31 +0000 (19:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2014 19:05:09 +0000 (21:05 +0200)
commite26807239bd65bc17535a53cd540f38600e7ef24
tree3100aec0ebcf4743d138fcf4d6d03977b8a90817
parent45035609fcfc3fe09324988c4929a3c147171c23
firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot= instead

As Zbigniew pointed out a new ConditionFirstBoot= appears like the nicer
way to hook in systemd-firstboot.service on first boots (those with /etc
unpopulated), so let's do this, and get rid of the generator again.
17 files changed:
.gitignore
Makefile-man.am
Makefile.am
man/systemd.unit.xml
src/core/condition.c
src/core/load-fragment-gperf.gperf.m4
src/core/main.c
src/core/manager.c
src/core/manager.h
src/core/shutdown.c
src/firstboot/firstboot-generator.c [deleted file]
src/shared/condition-util.c
src/shared/condition-util.h
src/shared/util.c
src/shared/util.h
src/sleep/sleep.c
units/systemd-firstboot.service.in