Browse Source

Changed the location of gbootrootrc to /etc/gbootroot/gbootrootrc

master
freesource 24 years ago
parent
commit
d9b62d1da3
  1. 10
      gbootroot

10
gbootroot

@ -32,9 +32,9 @@
use Gtk; use Gtk;
use strict; use strict;
use Yard; use BootRoot::Yard;
use YardBox; use BootRoot::YardBox;
use Error; use BootRoot::Error;
use File::Basename; use File::Basename;
init Gtk; init Gtk;
set_locale Gtk; set_locale Gtk;
@ -119,7 +119,7 @@ my $home_uml_kernel = "$home/uml_kernel/";
# Yard Stuff # Yard Stuff
my $home_yard = "$home/yard"; my $home_yard = "$home/yard";
my $template_dir = "$home_yard/templates"; my $template_dir = "$home_yard/templates/";
my $home_yard_replacements = "$home_yard/replacements"; my $home_yard_replacements = "$home_yard/replacements";
my $initrd; my $initrd;
@ -329,7 +329,7 @@ my $verbosity = 1; # info & sys use this as Global
my $verbosefn = "/tmp/verbose"; # Yard - always logged, but 0&1 = STDOUT my $verbosefn = "/tmp/verbose"; # Yard - always logged, but 0&1 = STDOUT
# Need this before everything. # Need this before everything.
Gtk::Rc->parse("gbootrootrc"); Gtk::Rc->parse("/etc/gbootroot/gbootrootrc");
verbosity_box(); verbosity_box();
start_logging_output($verbosefn,$verbosity); # Yard "tmp dir name" start_logging_output($verbosefn,$verbosity); # Yard "tmp dir name"

Loading…
Cancel
Save