From f168be19d58b5331acde1f56d688826697ead1bc Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 2 Jan 2019 20:57:01 +0000 Subject: [PATCH] Remove "-i" flags in kernel scriptlet --- common/libs/func_book_parser | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser index bb53e31..9c9493d 100644 --- a/common/libs/func_book_parser +++ b/common/libs/func_book_parser @@ -190,6 +190,9 @@ extract_commands() { # --output ./${PROGNAME}-commands/ \ $XSL \ $BOOK/index.xml >> $LOGDIR/$LOG 2>&1 +# Remove flags requesting user action in some cases. Much easier here than +# in the stylesheet... + sed -i 's/-iv /-v /' ./${PROGNAME}-commands/chapter08/*kernel* ;; *) echo -n " ${L_arrow}${PROGNAME}${R_arrow} book invalid, terminate build... " exit 1 ;;