Drop upstream-applied patch: 10_validateroot
authorChristian Hofstaedtler <ch@grml.org>
Tue, 6 Dec 2011 21:06:38 +0000 (22:06 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Tue, 6 Dec 2011 21:06:38 +0000 (22:06 +0100)
debian/patches/10_validateroot.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/10_validateroot.patch b/debian/patches/10_validateroot.patch
deleted file mode 100644 (file)
index 59da1da..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_validateroot.dpatch by Christian Hofstaedtler <ch@grml.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: add live-bottom/10validateroot
-
-@DPATCH@
-Index: b/scripts/live-bottom/10validateroot
-===================================================================
---- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ b/scripts/live-bottom/10validateroot       2011-07-24 22:08:00.000000000 +0200
-@@ -0,0 +1,27 @@
-+#!/bin/sh
-+
-+#set -e
-+
-+# initramfs-tools header
-+
-+PREREQ=""
-+
-+prereqs()
-+{
-+        echo "${PREREQ}"
-+}
-+
-+case "${1}" in
-+        prereqs)
-+                prereqs
-+                exit 0
-+                ;;
-+esac
-+
-+. /scripts/live-functions
-+. /scripts/live-helpers
-+
-+if ! [ -x "/root/sbin/init" ] ; then
-+  panic "rootfs can not be mounted as supposed because of fatal error during bootup."
-+fi
-+
index e202b28..2acd7d7 100644 (file)
@@ -2,7 +2,6 @@
 05_boot_failure_message_grml.patch
 07_support_findiso.patch
 08_grml_defaults.patch
-10_validateroot.patch
 11_dhcphostname.patch
 12_uuid_support.patch
 13_always_display_warnings_and_failures.patch