From 65cf994497b2fedae73b16ff87c2fab3ce4cced7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 14 Apr 2015 16:33:06 -0500 Subject: [PATCH] live-build/ubuntu-core/hooks/15-remove-grub-common.chroot: remove /etc/init.d/grub-common on ubuntu-core --- debian/changelog | 4 +++- live-build/ubuntu-core/hooks/15-remove-grub-common.chroot | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 live-build/ubuntu-core/hooks/15-remove-grub-common.chroot diff --git a/debian/changelog b/debian/changelog index e7b5c318..e3d30805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ livecd-rootfs (2.298) UNRELEASED; urgency=low - * remove click-hook-framework + * snappy: + + remove click-hook-framework + + remove /etc/init.d/grub-common -- Michael Vogt Mon, 13 Apr 2015 13:02:11 -0400 diff --git a/live-build/ubuntu-core/hooks/15-remove-grub-common.chroot b/live-build/ubuntu-core/hooks/15-remove-grub-common.chroot new file mode 100644 index 00000000..cd300d4b --- /dev/null +++ b/live-build/ubuntu-core/hooks/15-remove-grub-common.chroot @@ -0,0 +1,4 @@ +#!/bin/sh + +# see bug https://bugs.launchpad.net/snappy-ubuntu/+bug/1442231 +rm -f /etc/init.d/grub-common \ No newline at end of file