diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 02:28:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 02:28:19 +0000 |
commit | 42672f7dae736df9b800d95f5b4c2826fa85b68e (patch) | |
tree | 114dc63b55d4d71527bd773aff5cf165ea2b246c /layout/rootfs/etc/s6-rc/source-base | |
parent | 8569ea6c3cade6d585668bede4ef483a8bdff3fd (diff) | |
download | lh-bootstrap-42672f7dae736df9b800d95f5b4c2826fa85b68e.tar.xz |
Update for kernel-4.14.13 and mdevd-0.1.0.0
Diffstat (limited to 'layout/rootfs/etc/s6-rc/source-base')
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/init-coldplug/dependencies | 1 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/init-coldplug/up | 2 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/dependencies | 1 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/pipeline-name | 1 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/producer-for | 1 | ||||
-rwxr-xr-x | layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/run | 3 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/type | 1 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/mdevd/consumer-for | 1 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/mdevd/notification-fd (renamed from layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/notification-fd) | 0 | ||||
-rwxr-xr-x | layout/rootfs/etc/s6-rc/source-base/mdevd/run | 2 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/ok-local/contents | 2 |
11 files changed, 4 insertions, 11 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-coldplug/dependencies index c1ee812..18fefaa 100644 --- a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/dependencies +++ b/layout/rootfs/etc/s6-rc/source-base/init-coldplug/dependencies @@ -1 +1,2 @@ init-dev +mdevd diff --git a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/up b/layout/rootfs/etc/s6-rc/source-base/init-coldplug/up index 8d668da..edc5c1b 100644 --- a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/up +++ b/layout/rootfs/etc/s6-rc/source-base/init-coldplug/up @@ -1 +1 @@ -pipeline { mdevd-coldplug } mdevd +mdevd-coldplug diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/dependencies b/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/dependencies deleted file mode 100644 index c1ee812..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-dev diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/pipeline-name deleted file mode 100644 index 0d284a9..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -mdevd-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/producer-for b/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/producer-for deleted file mode 100644 index 3252ded..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/producer-for +++ /dev/null @@ -1 +0,0 @@ -mdevd diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/run b/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/run deleted file mode 100755 index aa30b24..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/command/execlineb -P -exec -c -mdevd-netlink -d 3 diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/type b/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd/consumer-for b/layout/rootfs/etc/s6-rc/source-base/mdevd/consumer-for deleted file mode 100644 index ca025df..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd/consumer-for +++ /dev/null @@ -1 +0,0 @@ -mdevd-netlink diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/notification-fd b/layout/rootfs/etc/s6-rc/source-base/mdevd/notification-fd index 00750ed..00750ed 100644 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd-netlink/notification-fd +++ b/layout/rootfs/etc/s6-rc/source-base/mdevd/notification-fd diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd/run b/layout/rootfs/etc/s6-rc/source-base/mdevd/run index 52b5fdc..7144bc9 100755 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd/run +++ b/layout/rootfs/etc/s6-rc/source-base/mdevd/run @@ -1,4 +1,4 @@ #!/command/execlineb -P exec -c export PATH /command:/bin -mdevd +mdevd -D 3 diff --git a/layout/rootfs/etc/s6-rc/source-base/ok-local/contents b/layout/rootfs/etc/s6-rc/source-base/ok-local/contents index 242cfed..cbe3499 100644 --- a/layout/rootfs/etc/s6-rc/source-base/ok-local/contents +++ b/layout/rootfs/etc/s6-rc/source-base/ok-local/contents @@ -1,4 +1,4 @@ -mdevd-pipeline +mdevd syslogd-pipeline klogd-pipeline fdholder-pipeline |