freesource
769e0b8200
Changed the behavior of save_as so that when compression is chosen, the
entry won't be the same as that found in Root Filename, but instead reflects
the newly compressed file. This change was precipitated by the previous
change to the Accept behavior.
23 years ago
freesource
6ab88fd8d2
Fixed a typo which made bz2 into gz since previous accept button change.
23 years ago
freesource
8d0983c78b
Prep for 1.3.2 release.
23 years ago
freesource
d813ad115d
This should fix the bug reported by Liav Asseraf. The main program was
rearragned and put in BootRoot, but the BEGIN block which sets up the FHS
for perl's INC was now in this file, so ofcourse, gbootroot couldn't find the
modules.
23 years ago
freesource
d64bb295d3
Time to update.
23 years ago
freesource
0a4e5df657
Fixed a grammar error in help.
23 years ago
freesource
110b8937d1
Changed the UML boxes Options entry tooltips, but makes me wonder whether the
behavior originally cited may be a good idea?
23 years ago
freesource
fe313e798e
Last changes before 1.3.1 release.
23 years ago
freesource
df3f36f9cc
Changed text for boot method, slight change in main file.
23 years ago
freesource
18ba567e2f
Improving doc.
23 years ago
freesource
413cde8525
Spelling change.
23 years ago
freesource
8d0a1f08a8
Added halt and reboot to the mconsole interface as well as a convenience ..
buttons can be used as well.
23 years ago
freesource
a53e4770cc
This adds switch, version and help and updates the doc.
23 years ago
freesource
48c5e15a32
Misc. changes.
23 years ago
freesource
e017fcaa55
A little experiment with reiserfs which didn't work on a loop device, ofcourse,
but is set-up if it ever does. More verbosity when dd runs.
23 years ago
freesource
c73a23604d
This adds an interface to both halt and reboot via the mconsole with two
respective buttons in the UML Box.
23 years ago
freesource
69938bb625
No sense to have to removes of lost+found.
23 years ago
freesource
8180a0375f
This ensures that the mount point is umount between the Copy and Create
stages when root is using a loop device.
23 years ago
freesource
209f162b71
Added a new stage button in the Yard Box called Copy. Create is now Copy, and
the uml_exclusively and genext2fs behavior are handled by Create, this is
much nicer because a new filsystem type can be created without having to wait
for everything to be copied again to the sources directory.
23 years ago
freesource
2f3fa62828
Starting to consider a new stage by replaceing create with copy, and associating
create only with the root_fs helper and uml_exclusively.
23 years ago
freesource
b8c67ae31d
Changed the verbosity level for path, too.
23 years ago
freesource
98e0a3af7d
Make verbosity 1 for submit of new fs type in filesystem box.
23 years ago
freesource
b2e4321c19
Getting ready for release.
23 years ago
freesource
5a2e504c1d
a little bit more verbosity change.
23 years ago
freesource
c7ff2c231c
Made the uml_helper output verbosity 2.
23 years ago
freesource
79ceb15b1f
This adds romfs capability.
23 years ago
freesource
c388d93b8c
This helps with keypress events in the filesystem box.
23 years ago
freesource
08999ef628
perm changes for BootRoot, comment in Yard.
23 years ago
freesource
b261b47c4b
Root Filename and verbosity are properly updated for the new *_cramfs.
23 years ago
freesource
dc17ffe59a
Before, if the sources created from the template had a symlink in them already,
you couldn't just press create again .. (for instance for genext2f or
uml_exclusively). This has been fixed.
23 years ago
freesource
180b6655de
Making sure permissions are preserved for uml_exclusively in contrast to
preserve_ownership.
23 years ago
freesource
7a5dc8a73b
Changed preserve_permissions to preserve_ownership.
23 years ago
freesource
f9ad7744a7
This makes sure that the uml_exclusively and preserve_permissions remain dynamic
in the YardBox.
23 years ago
freesource
7cfd2fd76a
Added a check when uml_exclusively is used to make sure valid helper commands
are used.
23 years ago
freesource
dcb20ba0f5
Minor details.
23 years ago
freesource
6a6a26cda2
This was a lot more involved than I first suspected, but the solution was
simpler than I thought .. & backgrounds the process .. and then the pid
is watched for in /proc to dissappear. So it is very mult-tasking.
23 years ago
freesource
823f521ffe
This prevents the app. from not locking when really large files are compressed,
it locks a little between large chunks, but a lot better than before .. also
there is now a little verbosity to tell when the process is over.
23 years ago
freesource
82ced90590
Added preserve_permissions.
23 years ago
freesource
dac4e56455
The most recent changes .. reiserfs is working nicely now.
23 years ago
freesource
8842b19a6b
Works nicely for normal user now, just need to improve logic a little, and
it is ready to ship.
23 years ago
freesource
619981c0cb
Starting to carry the login of uml_exclusively and preserve_permissions over.
23 years ago
freesource
85ff2a51af
Changes for the fs box.
23 years ago
freesource
e366990b5e
This is what is wanted, but ars is still necessary.
23 years ago
freesource
6a1bb9f9a3
This is the beginning of better symbol control, ars will be dispensed with.
Basically gbootroot has just one function start() called from BootRoot.
Eventually BootRoot will be split further into ARS and ABS. This makes more
sense then having one large gbootroot .. it just grew too much.
23 years ago
freesource
cf35d1cf54
The new look of the Filesystem Box .. with UML Exclusively and Preserve
Permissions Check boxes. Changed to just 2 columns.
23 years ago
freesource
31f942fc34
Put UML in BootRoot, password can now be set to "" to allow no password.
23 years ago
freesource
ce48f6e8e1
The ldd test was only checking for busybox .. now it checks for everything,
when ldd produces only STDERR then it isn't the libc6 ldd, ofcourse, this
should be tested on other alternative libs.
23 years ago
freesource
74c3318cbf
Why it is nice to test on uml, if genext2fs isn't in path and filesystem type
is changed, path can't be found .. now it makes an exception when executable
is genext2fs.
23 years ago
freesource
d67ceb97bb
Making sure normal users get a /dev directory when fs_size > 8192.
23 years ago
freesource
185092ff21
This solves the freeze problem for particularly large templates ..
verbosity box still hogs cpu though.
23 years ago