]> err.no Git - systemd/commitdiff
Add some notes regarding the package
authorTollef Fog Heen <tfheen@err.no>
Sat, 5 Jun 2010 06:43:05 +0000 (08:43 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 5 Jun 2010 06:43:05 +0000 (08:43 +0200)
debian/README.Debian [new file with mode: 0644]
debian/README.source [new file with mode: 0644]

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..6e537b8
--- /dev/null
@@ -0,0 +1,20 @@
+systemd for Debian
+==================
+
+systemd can be installed alongside sysvinit and will not change the
+behaviour of the system out of the box.  This is intentional, but
+might eventually change in the future.  To enable systemd, add
+something like:
+
+init=/bin/systemd
+
+to the kernel command line and then rebooting.
+
+There are some known bugs and problems associated with systemd and
+other packages in Debian at the moment.  The main one is a race
+condition between / being mounted read-write and udev calling ifup on
+network interfaces.  This will, in some cases, cause interfaces which
+have "allow-hotplug" set for them, but not "auto" fail to come up.
+This is a known bug and being fixed in udev's net.agent.
+
+ -- Tollef Fog Heen <tfheen@debian.org>, Sat,  5 Jun 2010 08:41:51 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..19402f9
--- /dev/null
@@ -0,0 +1,7 @@
+Notes regarding the systemd source package
+==========================================
+
+Currently, systemd is a native package.  This is intentional until
+upstream starts releasing packages.
+
+ -- Tollef Fog Heen <tfheen@debian.org>, Sat,  5 Jun 2010 08:42:49 +0200