From e39fbff6ee21442cf4e7399fd54f3bb01b606557 Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 17 Dec 2001 19:45:36 +0000 Subject: [PATCH] Moved some text over here. --- gbootroot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gbootroot b/gbootroot index 51e93f4..7a1904c 100755 --- a/gbootroot +++ b/gbootroot @@ -1,4 +1,4 @@ -#!/usr/bin/perl; +#!/usr/bin/perl -w # gBootRoot Copyright (C) 2000, 2001 # @@ -193,6 +193,9 @@ use BootRoot::BootRoot; init Gtk; set_locale Gtk; +$main::editor = "emacs --font 6x13"; +$main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk +$main::sudo = "sudo"; start();