From: Tollef Fog Heen Date: Sat, 5 Jun 2010 06:43:05 +0000 (+0200) Subject: Add some notes regarding the package X-Git-Tag: 0.git+20100605+dfd8ee-1~7 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28898d20b4c7b986a6730c4b79f2d9f329be5979;p=systemd Add some notes regarding the package --- diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 00000000..6e537b89 --- /dev/null +++ b/debian/README.Debian @@ -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 , Sat, 5 Jun 2010 08:41:51 +0200 diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 00000000..19402f96 --- /dev/null +++ b/debian/README.source @@ -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 , Sat, 5 Jun 2010 08:42:49 +0200