From be78bc37f1efc8101f9c68fce0f511459823bc86 Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 11 Dec 2001 07:16:48 +0000 Subject: [PATCH] Updated text how to deal with extra large templates and verbosity. --- yard/scripts/make_debian | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/yard/scripts/make_debian b/yard/scripts/make_debian index 629cfa5..6961d8a 100755 --- a/yard/scripts/make_debian +++ b/yard/scripts/make_debian @@ -82,7 +82,15 @@ $Id # IMPORTANT NOTE: Things slow down noticeably when the buffer gets too big in # the verbosity box so consider closing it with the slider for faster -# generation. Look at /tmp/gbootroot_tmp'time-date'/verbose instead. +# generation. There are several ways to accomplish this: +# Choose Edit->Stages->"user defined" and go one stage at a time, closing +# the verbosity box with the slider bar between each stage, and then +# reopen the verbosity box. If the stage is particularly long, you +# can toggle the slider bar to close the verbosity box and reopen it +# again clearing the buffer in the process. You may choose a lower +# verbosity level, or you may keep the verbosity box off altogether and +# look at /tmp/gbootroot_tmp'time-date'/verbose or +# /tmp/gboot_non_root_`id -u`/verbose (normal user). # Todays Quote: Creating a root filesystem is all about stuff. @@ -248,7 +256,7 @@ return $stuff; use strict; use File::Basename; my $rm = "\$"; -$main::Id = "# \$Id: make_debian,v 1.56 2001/11/15 02:34:55 freesource Exp $rm"; +$main::Id = "# \$Id: make_debian,v 1.57 2001/12/11 06:46:15 freesource Exp $rm"; my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'}); if ($sbin == 0) { $ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};