3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-25 18:01:17 +00:00

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
This commit is contained in:
Oliver Grawert 2014-05-30 13:25:57 +02:00 committed by usd-importer
parent 4c0f75e3ba
commit 42b1252092
2 changed files with 6 additions and 5 deletions
debian
live-build/ubuntu-touch/hooks

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.216) utopic; urgency=medium
* ubuntu-touch: remove the previous ugly hack again ... issue is fixed
-- Oliver Grawert <ogra@ubuntu.com> 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) ...

@ -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