mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
More credits.
This commit is contained in:
parent
ab29f69bc2
commit
f2cfe39a9f
13
gbootroot
13
gbootroot
@ -42,7 +42,11 @@
|
|||||||
#
|
#
|
||||||
# Liav Asseraf <liav_a@yahoo.com>
|
# Liav Asseraf <liav_a@yahoo.com>
|
||||||
# - Important 1.3.1 bug report and several good questions now incorporated
|
# - 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 <ineiti@gmx.net>
|
||||||
|
# - Pointed out lack of mailto in email address, and strange behavior
|
||||||
|
# for file download links.
|
||||||
#
|
#
|
||||||
# [ Supporters and Users ]
|
# [ Supporters and Users ]
|
||||||
# Ben Carrell <ben@xmission.com>
|
# Ben Carrell <ben@xmission.com>
|
||||||
@ -231,6 +235,7 @@ BEGIN {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$main::editor = "emacs --font 6x13";
|
$main::editor = "emacs --font 6x13";
|
||||||
$main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk
|
$main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk
|
||||||
$main::sudo = "sudo";
|
$main::sudo = "sudo";
|
||||||
@ -241,3 +246,9 @@ start();
|
|||||||
main Gtk;
|
main Gtk;
|
||||||
exit( 0 );
|
exit( 0 );
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user