]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/boot.d/01-unmountinitrd
Hab mal alles ein wenig bereinigt, da wir die alten Sachen nichtmehr brauchen...
[ipfire-2.x.git] / src / boot.d / 01-unmountinitrd
diff --git a/src/boot.d/01-unmountinitrd b/src/boot.d/01-unmountinitrd
deleted file mode 100644 (file)
index d0c0ed2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-# Unmount the initrd, if necessary
-if grep -q /initrd /proc/mounts && ! grep -q /initrd/loopfs /proc/mounts ; then
-   umount /initrd >/dev/null 2>&1
-   blockdev --flushbufs /dev/ram0 >/dev/null 2>&1
-fi