diff --git a/gbootroot b/gbootroot index 622e219..fb02ae8 100755 --- a/gbootroot +++ b/gbootroot @@ -42,7 +42,11 @@ # # Liav Asseraf # - Important 1.3.1 bug report and several good questions now incorporated -# in the FAQ. +# in the FAQ. Noted an erroneous explanation for a FAQ question in 1.3.2. +# +# Linus Gasser +# - Pointed out lack of mailto in email address, and strange behavior +# for file download links. # # [ Supporters and Users ] # Ben Carrell @@ -231,6 +235,7 @@ BEGIN { } + $main::editor = "emacs --font 6x13"; $main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk $main::sudo = "sudo"; @@ -241,3 +246,9 @@ start(); main Gtk; exit( 0 ); + + + + + +