bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Suggestions to GRUB2


From: Joerg Schiermeier
Subject: Suggestions to GRUB2
Date: Sat, 2 Oct 2010 19:11:31 +0200

Guten Abend address@hidden,

I would like to increase the verbosity of 'grub-mkconfig' during the
build proccess of 'grub.cfg' in 'grub/grub.cfg' by adding
either an other commandline switch or by setting an internal variable.

With this aim in mind I now send a patch like this

---<patch>---
*** grub-mkconfig.ORIG  2010-09-20 01:29:00.000000000 +0200
--- grub-mkconfig       2010-10-02 18:56:58.000000000 +0200
***************
*** 17,22 ****
--- 17,24 ----
  # You should have received a copy of the GNU General Public License
  # along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
  
+ verbose=1
+ 
  transform="s,x,x,"
  
  prefix=/usr
***************
*** 304,309 ****
--- 306,312 ----
      *~) ;;
      *)
        if grub_file_is_not_garbage "$i" && test -x "$i" ; then
+         test ${verbose} -ne 0 && echo "Proccessing now $i ..." >&2
          echo
          echo "### BEGIN $i ###"
          "$i"
---</patch>---

Thanks for your attention!

-- 

Gruss von
Joerg Schiermeier

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Joerg Schiermeier * staatl. gepr. Informatiker und IT-Trainer
Schiermeier-IT * Beratung, Software-Entwicklung und Schulung
Büro: Friedrichstrasse 51 * 33615 Bielefeld
fon(g): (0521) 521 88 66 * Mail(g): address@hidden
fax/sms: (0521) 521 88 67 * Web: www.Schiermeier-Software.de
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=




reply via email to

[Prev in Thread] Current Thread [Next in Thread]