mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Import patches-unapplied version 2.215 to ubuntu/utopic-proposed
Imported using git-ubuntu import. Changelog parent: b62151eae74ed58174e544cfe6fa81b2924fc982 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) !!
This commit is contained in:
parent
b62151eae7
commit
4c0f75e3ba
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.215) utopic; urgency=medium
|
||||
|
||||
* 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) !!
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 30 May 2014 10:09:58 +0200
|
||||
|
||||
livecd-rootfs (2.214) utopic; urgency=medium
|
||||
|
||||
* ubuntu-desktop-next: Use the Task fields that the archive now has for this
|
||||
|
0
live-build/ubuntu-touch/hooks/70-reconfigure-autopilot.chroot
Normal file → Executable file
0
live-build/ubuntu-touch/hooks/70-reconfigure-autopilot.chroot
Normal file → Executable file
5
live-build/ubuntu-touch/hooks/85-hack-hack-hack-the-initscripts.chroot
Executable file
5
live-build/ubuntu-touch/hooks/85-hack-hack-hack-the-initscripts.chroot
Executable file
@ -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…
x
Reference in New Issue
Block a user