|
Harald Hoyer |
3610a1 |
From 825730780a209c1eecc9563b8454ab8bdb71e7cc Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
3610a1 |
From: Harald Hoyer <harald@hoyer.xyz>
|
|
Harald Hoyer |
3610a1 |
Date: Wed, 6 Dec 2017 14:58:36 +0100
|
|
Harald Hoyer |
3610a1 |
Subject: [PATCH] Merge pull request #310 from danimo/remove-systemd-bootchart
|
|
Harald Hoyer |
3610a1 |
|
|
Harald Hoyer |
3610a1 |
Remove 00systemd-bootchart
|
|
Harald Hoyer |
3610a1 |
---
|
|
Harald Hoyer |
3610a1 |
modules.d/00systemd-bootchart/module-setup.sh | 19 -------------------
|
|
Harald Hoyer |
3610a1 |
1 file changed, 19 deletions(-)
|
|
Harald Hoyer |
3610a1 |
|
|
Harald Hoyer |
3610a1 |
diff --git a/modules.d/00systemd-bootchart/module-setup.sh b/modules.d/00systemd-bootchart/module-setup.sh
|
|
Harald Hoyer |
3610a1 |
deleted file mode 100755
|
|
Harald Hoyer |
3610a1 |
index dcf546e6..00000000
|
|
Harald Hoyer |
3610a1 |
--- a/modules.d/00systemd-bootchart/module-setup.sh
|
|
Harald Hoyer |
3610a1 |
+++ /dev/null
|
|
Harald Hoyer |
3610a1 |
@@ -1,19 +0,0 @@
|
|
Harald Hoyer |
3610a1 |
-#!/bin/bash
|
|
Harald Hoyer |
3610a1 |
-
|
|
Harald Hoyer |
3610a1 |
-# called by dracut
|
|
Harald Hoyer |
3610a1 |
-check() {
|
|
Harald Hoyer |
3610a1 |
- [[ "$mount_needs" ]] && return 1
|
|
Harald Hoyer |
3610a1 |
- require_binaries $systemdutildir/systemd-bootchart || return 1
|
|
Harald Hoyer |
3610a1 |
- return 255
|
|
Harald Hoyer |
3610a1 |
-}
|
|
Harald Hoyer |
3610a1 |
-
|
|
Harald Hoyer |
3610a1 |
-# called by dracut
|
|
Harald Hoyer |
3610a1 |
-depends() {
|
|
Harald Hoyer |
3610a1 |
- return 0
|
|
Harald Hoyer |
3610a1 |
-}
|
|
Harald Hoyer |
3610a1 |
-
|
|
Harald Hoyer |
3610a1 |
-# called by dracut
|
|
Harald Hoyer |
3610a1 |
-install() {
|
|
Harald Hoyer |
3610a1 |
- inst_symlink /init /sbin/init
|
|
Harald Hoyer |
3610a1 |
- inst_multiple $systemdutildir/systemd-bootchart
|
|
Harald Hoyer |
3610a1 |
-}
|
|
Harald Hoyer |
3610a1 |
|