1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 08:33:24 -05:00

154 Commits

Author SHA1 Message Date
freesource
3a1b0551ee gBootRoot is now gbootroot, and gBootRoot is a directory for *pm. 2001-07-31 04:44:27 +00:00
freesource
c76151ddd4 We all need one of these. 2001-07-31 04:42:38 +00:00
freesource
8153cd55dc This adds symlink_builder(), yard/replacements and yard/templates. Soon
gBootRoot will change to gbootroot, and *pm will be put in gBootRoot to
make developing easier .. just use perl -I . .
2001-07-31 04:41:27 +00:00
freesource
7af37e665d UML console, ofcourse. 2001-07-30 19:28:53 +00:00
freesource
14bdf1c660 Will have to try this one. 2001-07-30 19:28:10 +00:00
freesource
011e94f8c0 Nice secure router. 2001-07-30 19:27:08 +00:00
freesource
d04ca983c2 Need this monster for network capabilities within uml. 2001-07-30 19:26:03 +00:00
freesource
3aebf24ec2 The UML kernel! 2001-07-30 19:24:32 +00:00
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
994d08f548 O.k., now using $tmp rather then $mnt for create_filesystem, solves
mount problem.
2001-07-25 17:46:33 +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
91fbd839c5 Removed some fluff which was causing an undef. 2001-07-25 04:58:43 +00:00
freesource
31ad9e7b89 Commented out redundant error output for bins. 2001-07-25 04:58:09 +00:00
freesource
846dc5647d Improved an error output for missing bins. 2001-07-25 04:57:24 +00:00
freesource
13457646c8 Add Save As box and capabilities. 2001-07-24 23:44:00 +00:00
freesource
1a60c9d999 Fixed an obscure bug due to hardware. 2001-07-24 06:13:02 +00:00
freesource
00a3bee0c0 Changed 1722 back to 1440, email change. 2001-07-24 05:45:54 +00:00
freesource
66954988ef An example root filesytem. 2001-07-24 04:00:15 +00:00
freesource
3d0742f216 Better error info. when missing important binaries. 2001-07-24 03:57:46 +00:00
freesource
d885b953ee Better clean-up. 2001-07-24 03:57:09 +00:00
freesource
be026fa17b Minor undef check. 2001-07-23 20:41:05 +00:00
freesource
1adda357f8 Font change. 2001-07-23 20:40:16 +00:00
freesource
dab83202ff Cleaned up a few minor warnings. 2001-07-23 20:39:57 +00:00
freesource
6a69c2f545 Minor doc change. 2001-07-23 19:24:12 +00:00
freesource
e1438871e5 Just some minor changes. 2001-07-23 19:23:10 +00:00
freesource
f019263a25 * Updated kernel_version because version is now found at Start Text (0x202)
not Start of Heading (0x201) for the 2.4.0 kernels.
2001-01-10 05:24:54 +00:00
freesource
c552aa2674 * I set it to a font size I like, in the future will add automatic
adjusting.
2001-01-09 23:35:36 +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
853d20ebaa * Adds a global look and feel config file.
*  Still purty buggy.
2001-01-09 22:26:41 +00:00
freesource
9c891ffa94 * Improved constructor calls. 2001-01-05 03:10:39 +00:00
freesource
e6d5ef2a18 * This is an exciting module by jdike of UML, it uses the Expect, IO::Stty, and
IO::Tty modules.  It will make creating an interactive window very easy.
  Now I just have to get a UML kernel working consistently.
2000-12-23 08:24:46 +00:00
freesource
7e3c803b2a * This should work nicer. 2000-12-23 08:12:32 +00:00
freesource
3e29af76bf * Some sort of change. 2000-12-23 07:45:35 +00:00
freesource
ce709f1277 * Now the Save button and Ctrl-S are doing there thing, and not writing over
unwritable files.
2000-12-23 07:44:10 +00:00
freesource
fb39fc1b3f * This just provides a more verbose stat output like that found in ls -l.
Ofcourse ls -l could be used, but this is a cool program by MJD.
2000-12-23 07:42:57 +00:00
freesource
b7f05654b9 * more improvements, removed unnecessary functions 2000-12-22 07:50:57 +00:00