| Author |
Message |
emil
Joined: 10 Nov 2009 Posts: 547 Location: Austria
|
Posted: Wed 26 Oct 2011, 07:53 Post subject:
GUI to edit initrd.gz Subject description: Not compiling but development related |
|
Forum member RSH published a nice little GUI to unpack/edit/repack the initrd.gz in the german forum section.
This is sometimes necessary, if you want to have some special settings, or you want to change messages during boot.
This is a pet which has a menu entry in "Utilities"
Edit-Initrdgz-1.0-en.pet
Might spare some forum search for the right commands ...
|
|
Back to top
|
|
 |
saintless

Joined: 11 Jun 2011 Posts: 481 Location: Bulgaria
|
Posted: Wed 26 Oct 2011, 08:16 Post subject:
Re: GUI to edit initrd.gz Subject description: Not compiling but development related |
|
| emil wrote: | Forum member RSH published a nice little GUI to unpack/edit/repack the initrd.gz in the german forum section.
This is sometimes necessary, if you want to have some special settings, or you want to change messages during boot.
This is a pet which has a menu entry in "Utilities"
Edit-Initrdgz-1.0-en.pet
Might spare some forum search for the right commands ... |
Thanks, I needed to change the initrd file a few months ago and I used the information here:
http://www.murga-linux.com/puppy/viewtopic.php?t=24899
With a pet package it will be more easy for everyone.
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1703 Location: Burghaslach, Germany
|
Posted: Wed 26 Oct 2011, 09:09 Post subject:
Re: GUI to edit initrd.gz Subject description: Not compiling but development related |
|
| emil wrote: | Forum member RSH published a nice little GUI to unpack/edit/repack the initrd.gz in the german forum section.
This is sometimes necessary, if you want to have some special settings, or you want to change messages during boot.
... |
I have used it now to change messages during boot in slacko52
Thank you, emil and RSH
L
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Thu 10 Nov 2011, 01:18 Post subject:
|
|
Edit initrd.gz is now Version 1.1!
UPDATED at 10.11.2011
http://murga-linux.com/puppy/viewtopic.php?p=575208#575208
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
Peakeen

Joined: 28 Jan 2012 Posts: 12
|
Posted: Sat 04 Feb 2012, 08:13 Post subject:
|
|
"Who needs a utility? How difficult can it be to extract a file from an archive and then reinsert it?" Or so I thought before discovering cpio and having all my prejudices about unix confirmed and reinforced.
An archive utility could be called "archive" but this is unix so let's call it "cpio" for copy-in-and-out. Then let's provide switches -i and -o for in and out. Too obvious? OK we'll use i for out and o for in. And how about t for list?
Then, instead of simply having the archive name as a parameter, let's insist on using the greater-than and less-than signs as little arrows pointing to and from (or is it from and to?) the archive filename.
And the files to be inserted could be the other parameter but, no, let's make the user pipe it in from a listing utility. And, since most users are familiar with 'ls' , let's construct it so that it expects input from 'find'. That's more obscure and has some really weird parameters...
I could go on but, at this stage, I lost the will to live and looked for someone else's solution. Then, when I think I've almost cracked it, I discover the instructions are in German. Gott in Himmel, give me strength! At least it's not Finnish!
Ernst, RSH, vielen dank!
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Sat 04 Feb 2012, 09:00 Post subject:
|
|
Why cpio?
RPMs have used cpio for ages, Red Hat isn't about to change that.
There are plenty of other links, go look
I wonder if windows in some way is tied to legacy stuff?
Good on you RSH..
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Wed 22 Feb 2012, 10:45 Post subject:
GUI to edit initrd.gz Subject description: Version 1.3 available |
|
| Quote: | | I discover the instructions are in German. Gott in Himmel, give me strength! At least it's not Finnish! |
Uploaded version 1.3. German and English localisations. German and Engish short tutorial.
http://murga-linux.com/puppy/viewtopic.php?p=581371#581371
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
|