From 42b125209273254cf40a99da04f11942a415580e Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Fri, 30 May 2014 13:25:57 +0200 Subject: [PATCH] Import patches-unapplied version 2.216 to ubuntu/utopic-proposed Imported using git-ubuntu import. Changelog parent: 4c0f75e3ba28429c78ffad60e457fd477767b790 New changelog entries: * ubuntu-touch: remove the previous ugly hack again ... issue is fixed --- debian/changelog | 6 ++++++ .../hooks/85-hack-hack-hack-the-initscripts.chroot | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100755 live-build/ubuntu-touch/hooks/85-hack-hack-hack-the-initscripts.chroot diff --git a/debian/changelog b/debian/changelog index 109ba503..0aec174d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.216) utopic; urgency=medium + + * ubuntu-touch: remove the previous ugly hack again ... issue is fixed + + -- Oliver Grawert Fri, 30 May 2014 13:25:57 +0200 + livecd-rootfs (2.215) utopic; urgency=medium * ubuntu-touch; DON'T DO THAT AT HOME ! (and keep the kids away) ... diff --git a/live-build/ubuntu-touch/hooks/85-hack-hack-hack-the-initscripts.chroot b/live-build/ubuntu-touch/hooks/85-hack-hack-hack-the-initscripts.chroot deleted file mode 100755 index 5317fe0c..00000000 --- a/live-build/ubuntu-touch/hooks/85-hack-hack-hack-the-initscripts.chroot +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -for f in checkroot.sh checkroot-bootclean.sh checkfs.sh mountkernfs.sh mountdevsubfs.sh mountall.sh mountnfs.sh mountnfs-bootclean.sh mountall-bootclean.sh; do - echo '#!/bin/true' >/etc/init.d/$f -done