From 8ce12c4563baf5df712989ee6a86ea4900372074 Mon Sep 17 00:00:00 2001 From: Mason Hock <mason@masonhock.com> Date: Fri, 13 Sep 2019 12:51:38 -0700 Subject: [PATCH] remove other changelog line --- helpers/make-grub2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/helpers/make-grub2 b/helpers/make-grub2 index 652bfa9aa..c9adcfc6a 100644 --- a/helpers/make-grub2 +++ b/helpers/make-grub2 @@ -51,8 +51,6 @@ find |grep ubuntu|xargs rename s/ubuntu/trisquel/ # Allow Windows and MacOX entries to boot without a password sed 's/class osx/class osx --unrestricted/; s/class windows/class osx --unrestricted/;' -i ./util/grub.d/30_os-prober.in -changelog "rebranded and adapted for trisquel" - sed -i '/set -e/aexit 77' tests/grub_cmd_set_date.in changelog "skip test grub_cmd_set_date.in" -- GitLab