Stop searching for save files in sub-sub directories?

Booting, installing, newbie
Post Reply
Message
Author
Gopher
Posts: 86
Joined: Sun 28 Oct 2007, 04:33

Stop searching for save files in sub-sub directories?

#1 Post by Gopher »

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?
User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

You could boot with option puppy pfix=ram
This causes Puppy to Run totally in RAM ignore saved sessions.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)
Gopher
Posts: 86
Joined: Sun 28 Oct 2007, 04:33

#3 Post by Gopher »

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.
User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#4 Post by CatDude »

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: Select all

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
.
Image
Gopher
Posts: 86
Joined: Sun 28 Oct 2007, 04:33

#5 Post by Gopher »

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.
Post Reply