[systemd-commits] 2 commits - bootstrap.sh units/fedora
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Jun 2 13:14:16 PDT 2010
bootstrap.sh | 2 +-
units/fedora/rc-local.service | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit d29bcf0de7af8bf63c2464b2cf3f42d095099738
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jun 2 22:14:00 2010 +0200
units: make sure that rc-local.service is run before the getty on tty1, so that they don't fight for tty access
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service
index bd67aab..58b5982 100644
--- a/units/fedora/rc-local.service
+++ b/units/fedora/rc-local.service
@@ -10,6 +10,7 @@ Description=/etc/rc.local Compatibility
Requires=basic.target
After=basic.target
Conflicts=shutdown.target
+Before=getty at tty1.service
# The rcN.d symlink uses the name "local" while the script itself is
# called "rc.local", hence carry both names here.
commit d7a2d0c67addf880d5e667d87062dcb6083e501c
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jun 2 22:13:04 2010 +0200
build-sys: when building from build tree default to / root dir
diff --git a/bootstrap.sh b/bootstrap.sh
index cb87bf7..f59a815 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -65,7 +65,7 @@ else
run_versioned automake "$AM_VERSION" --copy --foreign --add-missing
if [ "x$1" != "xac" ]; then
- CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"
+ CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --with-rootdir= "$@"
make clean
fi
fi
More information about the systemd-commits
mailing list