1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 16:43:23 -05:00

87 Commits

Author SHA1 Message Date
freesource
e9cb254c72 Added some tooltips to the uml box. 2001-07-30 19:00:18 +00:00
freesource
aac58339db This remembers uml options which is a nice thing. 2001-07-30 17:29:11 +00:00
freesource
9269b71379 Even more stuff added, a result of staying up too late. 2001-07-30 09:21:48 +00:00
freesource
beef95464b Adds more error checking, checks if xterm is actually exists. 2001-07-30 08:44:15 +00:00
freesource
d1586cdfa7 Removes uml_\w* processes when aborting which means things will work the
next time.
2001-07-30 07:53:16 +00:00
freesource
c0f6facc1e More improvements to the uml box. 2001-07-30 07:03:07 +00:00
freesource
cc6ef83bbe Adds a little error checking to make sure all important fields are filled in. 2001-07-30 06:40:32 +00:00
freesource
5437548890 This solves the Xlib unexpected async reply problem by using Gtk->_exit($pid)
with the child process.
2001-07-30 06:18:58 +00:00
freesource
fdd9a07616 Added an abort button, but will have to watch for unwanted async replies. 2001-07-29 06:45:27 +00:00
freesource
f0c6a667fa This allows uml consoles to run as children processes, which is nice. 2001-07-29 05:33:49 +00:00
freesource
ccd927c614 Added the uml box, just have to add tooltips, and a purge or kill button to
remove uncecessary kernel processes if the boot fails.
2001-07-28 20:57:48 +00:00
freesource
59cc147736 Added home_builder to make $HOME directories, starting to spec UML. 2001-07-27 15:41:54 +00:00
freesource
9383294f26 Root Filesystem selection defaults to $home_rootfs. 2001-07-26 12:44:22 +00:00
freesource
3a0188f7fc Can now generate and create root_fs, compress, and submit for 2-disk system. 2001-07-25 17:47:18 +00:00
freesource
e976c0dfa3 Will now compress created root filesystem, and cp it over to the home
directory.  Just have to make sure default root_fs isn't in the mnt dir.
2001-07-25 17:12:09 +00:00
freesource
846dc5647d Improved an error output for missing bins. 2001-07-25 04:57:24 +00:00
freesource
00a3bee0c0 Changed 1722 back to 1440, email change. 2001-07-24 05:45:54 +00:00
freesource
d885b953ee Better clean-up. 2001-07-24 03:57:09 +00:00
freesource
dab83202ff Cleaned up a few minor warnings. 2001-07-23 20:39:57 +00:00
freesource
e1438871e5 Just some minor changes. 2001-07-23 19:23:10 +00:00
freesource
f23a07a057 * This makes the look and feel consistent. 2001-01-09 23:34:32 +00:00
freesource
4900ff8957 * Makes @container readable using constant. 2001-01-09 22:27:44 +00:00
freesource
9c891ffa94 * Improved constructor calls. 2001-01-05 03:10:39 +00:00
freesource
7e3c803b2a * This should work nicer. 2000-12-23 08:12:32 +00:00
freesource
2584994774 * minor verbosity output improvement 2000-12-21 07:06:17 +00:00
freesource
9c47087234 * Some tweaks before beginning work on check_root_fs. 2000-12-20 02:58:41 +00:00
freesource
1cb92862bc * Now $ars is global to the program and can be called with ars(). This
covers (filename, filesystem_size, kernel, template_directory,
  template).
2000-12-20 00:22:02 +00:00
freesource
4c71a920b0 * I will have to look at the diff. :) 2000-12-19 18:56:15 +00:00
freesource
1af54baaba * minor edit 2000-12-19 05:06:19 +00:00
freesource
09a7f309f4 * Added one more variable to the record. 2000-12-12 20:41:46 +00:00
freesource
820e3a2af6 * All variables from ARS needed by root methods may be accessed through a hash
record.  ($ars) = @_;  $ars->{device};
2000-12-12 20:33:33 +00:00
freesource
c04c88be0b * Removed stripping from the Docks ARS, and moved it to YardBox.
* This is part of the unification of the Dock to make it universal amongst
  all root and boot methods.
2000-12-12 05:42:49 +00:00
freesource
4771d74403 * Minor edit. 2000-12-10 18:06:57 +00:00
freesource
a778b2e255 * Changed the version checking code because 0.7004 does this;
version_check(CLASS, req_maj, req_min, req_micro) vs
  version_check(req_maj, req_min, req_micro)
* Using other version checks *_version.
2000-12-10 06:52:49 +00:00
freesource
793aa83843 * Placed most of error functions in Error.pm
* Put all of the Yard ARS in YardBox.pm
* This is part of the restructuring to allow new methods to
  be easily added by developers.
2000-12-06 03:02:32 +00:00
freesource
49bd75c256 * Changed the usize for Verbosity and Yard box.
* Text change for Yard Box "Cancel" to "Close."
2000-12-05 17:38:03 +00:00
freesource
b54d841206 * Added 5 check boxes in the ard Box. 2000-12-05 07:15:23 +00:00
freesource
e3c670423e * Added some widgets to the Yard Box. 2000-12-05 05:23:42 +00:00
freesource
53f0be257c * Started Yard Box.
* Replaced $$ with a time string for tmp and mnt dirs.
* Fixed minor verbosity box bug, if closed at 1 without slider and using
  slider to go to 0.  Generally, it is assumed the slider will be used.
2000-12-04 05:24:17 +00:00
freesource
b0a5bf2cf1 * Changed the color code. 2000-12-02 07:03:54 +00:00
freesource
50c24778c5 * Added color to Verbosity Box.
* blue = 1  red = 2
2000-12-02 06:35:08 +00:00
freesource
51854a7794 * Unification complete. 2000-12-01 06:22:11 +00:00
freesource
faaca21637 * Cleaned up some verbosity spots
* Unified the logfile
* Getting closer
2000-11-30 06:41:47 +00:00
freesource
6391236fd7 * Oh yeah! Now logging to a Gtk::Text window with scrolling.
* Will have to give privacy when using create_text().
2000-11-29 06:25:00 +00:00
freesource
3965fae37d * Added AKS button. 2000-11-28 04:31:35 +00:00
freesource
77fa2d1966 * Linked stripper options
* Altered some visible text to reflect the DCS aspect.
2000-11-17 06:15:46 +00:00
freesource
287d6ce6ed * Added Verbosity Scale to BS
* Linked it.
* Importance -> very
2000-11-16 05:39:29 +00:00
freesource
f2e9adac4a find_file_in_path, sys, and info improvements added 2000-11-15 05:45:51 +00:00
freesource
cab23dfbf1 Added some widgets. 2000-11-12 08:06:05 +00:00
freesource
aa07bac3b2 More stuff 2000-11-09 04:48:01 +00:00