| Author |
Message |
Gopher
Joined: 28 Oct 2007 Posts: 86
|
Posted: Sun 05 Aug 2012, 01:09 Post subject:
Stop searching for save files in sub-sub directories? Subject description: How to limit the places where puppy searches to save bootup time? |
|
I want to make a remastered live cd that contains all the software I use regularly, and run this without a save file. I noticed that when I run without a save file, lupu 525 spends a moment searching for a file deeper in the directory structure/
Is there a script I can edit to disable this behavior?
|
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 3687 Location: Charleston S.C. USA
|
Posted: Sun 05 Aug 2012, 01:20 Post subject:
|
|
You could boot with option puppy pfix=ram
This causes Puppy to Run totally in RAM ignore saved sessions.
_________________ I have found, in trying to help people, that the things they do not tell you, are usually the clue to solving the problem.
Puppy Help 101 An interactive tutorial for Puppy 5.2.5
|
|
Back to top
|
|
 |
Gopher
Joined: 28 Oct 2007 Posts: 86
|
Posted: Sun 05 Aug 2012, 01:50 Post subject:
|
|
Thanks.
I suppose that's true, but it's not really an ideal solution, since I'd have to type it in every time, and if I miss the five second window I have to wait for it to boot up normally.
|
|
Back to top
|
|
 |
CatDude

Joined: 03 Jan 2007 Posts: 1355 Location: UK
|
Posted: Sun 05 Aug 2012, 04:40 Post subject:
|
|
Hello Gopher
| Gopher wrote: | | I suppose that's true, but it's not really an ideal solution, since I'd have to type it in every time, and if I miss the five second window I have to wait for it to boot up normally. |
Try this:
When you create your remaster,
the script usually pauses (just prior to making the ISO image) and allows you to make changes.
At this point, you can edit the isolinux.cfg file.
Below is an example of this file.
| Code: | default puppy
display boot.msg
prompt 1
timeout 50
F1 boot.msg
F2 help.msg
F3 help2.msg
label puppy
kernel vmlinuz
append initrd=initrd.gz pmedia=cd |
Simply add pfix=ram to the end of the last line,
save the file, then let the remaster script continue.
Now when you boot using your new remastered LiveCD,
you should not need to do anything.
Hope this helps
CatDude
.
_________________

|
|
Back to top
|
|
 |
Gopher
Joined: 28 Oct 2007 Posts: 86
|
Posted: Sun 05 Aug 2012, 06:02 Post subject:
|
|
Great, I'll give that a shot.
It looks like that would make things more complicated if I changed my mind about a save file in the future, but it would be trivial to make a new cd.
Thanks for the answer.
|
|
Back to top
|
|
 |
|