drop the initscripts hack again

ubuntu/yakkety
Oliver Grawert 11 years ago
parent 7cac310824
commit 7e6b25ddf3

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.216) UNRELEASED; 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 livecd-rootfs (2.215) utopic; urgency=medium
* ubuntu-touch; DON'T DO THAT AT HOME ! (and keep the kids away) ... * 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
Loading…
Cancel
Save