freesource
|
cc6ef83bbe
|
Adds a little error checking to make sure all important fields are filled in.
|
24 years ago |
freesource
|
5437548890
|
This solves the Xlib unexpected async reply problem by using Gtk->_exit($pid)
with the child process.
|
24 years ago |
freesource
|
fdd9a07616
|
Added an abort button, but will have to watch for unwanted async replies.
|
24 years ago |
freesource
|
f0c6a667fa
|
This allows uml consoles to run as children processes, which is nice.
|
24 years ago |
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.
|
24 years ago |
freesource
|
59cc147736
|
Added home_builder to make $HOME directories, starting to spec UML.
|
24 years ago |
freesource
|
9383294f26
|
Root Filesystem selection defaults to $home_rootfs.
|
24 years ago |
freesource
|
3a0188f7fc
|
Can now generate and create root_fs, compress, and submit for 2-disk system.
|
24 years ago |
freesource
|
994d08f548
|
O.k., now using $tmp rather then $mnt for create_filesystem, solves
mount problem.
|
24 years ago |
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.
|
24 years ago |
freesource
|
91fbd839c5
|
Removed some fluff which was causing an undef.
|
24 years ago |
freesource
|
31ad9e7b89
|
Commented out redundant error output for bins.
|
24 years ago |
freesource
|
846dc5647d
|
Improved an error output for missing bins.
|
24 years ago |
freesource
|
13457646c8
|
Add Save As box and capabilities.
|
24 years ago |
freesource
|
1a60c9d999
|
Fixed an obscure bug due to hardware.
|
24 years ago |
freesource
|
00a3bee0c0
|
Changed 1722 back to 1440, email change.
|
24 years ago |
freesource
|
66954988ef
|
An example root filesytem.
|
24 years ago |
freesource
|
3d0742f216
|
Better error info. when missing important binaries.
|
24 years ago |
freesource
|
d885b953ee
|
Better clean-up.
|
24 years ago |
freesource
|
be026fa17b
|
Minor undef check.
|
24 years ago |
freesource
|
1adda357f8
|
Font change.
|
24 years ago |
freesource
|
dab83202ff
|
Cleaned up a few minor warnings.
|
24 years ago |
freesource
|
6a69c2f545
|
Minor doc change.
|
24 years ago |
freesource
|
e1438871e5
|
Just some minor changes.
|
24 years ago |
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.
|
24 years ago |
freesource
|
c552aa2674
|
* I set it to a font size I like, in the future will add automatic
adjusting.
|
24 years ago |
freesource
|
f23a07a057
|
* This makes the look and feel consistent.
|
24 years ago |
freesource
|
4900ff8957
|
* Makes @container readable using constant.
|
24 years ago |
freesource
|
853d20ebaa
|
* Adds a global look and feel config file.
* Still purty buggy.
|
24 years ago |
freesource
|
9c891ffa94
|
* Improved constructor calls.
|
24 years ago |
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.
|
24 years ago |
freesource
|
7e3c803b2a
|
* This should work nicer.
|
24 years ago |
freesource
|
3e29af76bf
|
* Some sort of change.
|
24 years ago |
freesource
|
ce709f1277
|
* Now the Save button and Ctrl-S are doing there thing, and not writing over
unwritable files.
|
24 years ago |
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.
|
24 years ago |
freesource
|
b7f05654b9
|
* more improvements, removed unnecessary functions
|
24 years ago |
freesource
|
8f683e0545
|
* improvements in error output from yard_chrooted_tests to verbosity box
|
24 years ago |
freesource
|
2aa648a220
|
* When part of gBootRoot, the parent was chrooted along with the children,
hence these tests now run in their own program. This is the change which
executes the program with the sys() wrapper. Pretty cool.
|
24 years ago |
freesource
|
ebf38d5e34
|
* This allows forked tests to be ran in a chrooted environment.
* When part of gBootRoot, the parent was chrooted along with the children,
hence these tests run in their own program.
|
24 years ago |
freesource
|
2584994774
|
* minor verbosity output improvement
|
24 years ago |
freesource
|
dd24bae109
|
* Added all the Tests. The problem is that three of the tests use chroot.
Even with forking, the old cwd is never returned to the parent process.
There should be a way of preventing this.
|
24 years ago |
freesource
|
ad7247f9a4
|
* fixes stripping option eq "", so "" eq 0 before processing
|
24 years ago |
freesource
|
808215a667
|
* continuous and user-defined are working.
* fixed logic of copy_strip_file.
* made strip_all and strip_deb true booleans.
|
24 years ago |
freesource
|
9c47087234
|
* Some tweaks before beginning work on check_root_fs.
|
24 years ago |
freesource
|
1cb92862bc
|
* Now $ars is global to the program and can be called with ars(). This
covers (filename, filesystem_size, kernel, template_directory,
template).
|
24 years ago |
freesource
|
131e7afcb5
|
* stripping options are now viable
|
24 years ago |
freesource
|
ea867c95bb
|
* passing strip parameters
|
24 years ago |
freesource
|
4c71a920b0
|
* I will have to look at the diff. :)
|
24 years ago |
freesource
|
b52c3d4366
|
* Now create is working!
* There are still some variables missing. Dynamic %$ars and the
variables passed to space_check are missing in copy_strip_file.
|
24 years ago |
freesource
|
04935a1ba8
|
* Modified for YardBox variables.
* There are still some variables missing. Dynamic %$ars and the
variables passed to space_check are missing in copy_strip_file.
|
24 years ago |