1
2
3
4
5
6
7
8
9
10
11 | === modified file 'live-build/ubuntu-core/hooks/15-remove-grub-common.chroot' --- live-build/ubuntu-core/hooks/15-remove-grub-common.chroot 2015-04-14 21:33:06 +0000 +++ live-build/ubuntu-core/hooks/15-remove-grub-common.chroot 2016-04-28 14:50:05 +0000 @@ -1,4 +1,5 @@ #!/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 +rm -f /etc/init.d/grub-common +[ -e /boot/grub/grub.cfg ] && rm -f /boot/grub/grub.cfg |