Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sat, 10 Aug 2019 19:38:01
Message-Id: 1565465436.1bfce82450579fff8a2771651d4623a8006c6b47.whissi@gentoo
1 commit: 1bfce82450579fff8a2771651d4623a8006c6b47
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 19:30:36 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 19:30:36 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=1bfce824
7
8 gen_funcs.sh: gen_die(): Call restore_boot_mount_state()
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gen_funcs.sh | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/gen_funcs.sh b/gen_funcs.sh
16 index c042513..3c9c56f 100755
17 --- a/gen_funcs.sh
18 +++ b/gen_funcs.sh
19 @@ -352,6 +352,8 @@ gen_die() {
20 print_error 1 "Please do ${BOLD}*not*${NORMAL} report ${BOLD}kernel${NORMAL} compilation failures as genkernel bugs!"
21 print_error 1 ''
22
23 + restore_boot_mount_state
24 +
25 # Cleanup temp dirs and caches if requested
26 cleanup
27 fi