Imported using git-ubuntu import.
Changelog parent: b62151eae7
New changelog entries:
* ubuntu-touch; DON'T DO THAT AT HOME ! (and keep the kids away) ...
hack to remove a bunch of initscripts that currently break writable mode.
this needs to be dropped again ASAP (once a proper fix landed) !!
impish
parent
b62151eae7
commit
4c0f75e3ba
@ -0,0 +1,5 @@
|
||||
#! /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…
Reference in new issue