From: Christian Hofstaedtler Date: Tue, 6 Dec 2011 21:06:38 +0000 (+0100) Subject: Drop upstream-applied patch: 10_validateroot X-Git-Tag: v3.0_a24-1+grml.1~7 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=37de4fd22509663ad0237ed15bb5452d2f0e9dc1;p=live-boot-grml.git Drop upstream-applied patch: 10_validateroot --- diff --git a/debian/patches/10_validateroot.patch b/debian/patches/10_validateroot.patch deleted file mode 100644 index 59da1da..0000000 --- a/debian/patches/10_validateroot.patch +++ /dev/null @@ -1,39 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_validateroot.dpatch by Christian Hofstaedtler -## -## 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 -+ diff --git a/debian/patches/series b/debian/patches/series index e202b28..2acd7d7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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