The time now is Fri 20 Apr 2018, 11:08
All times are UTC - 4 |
Author |
Message |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Mon 28 Sep 2009, 17:11 Post subject:
|
|
rcrsn51 wrote: | For recyclers who want to image machines quickly, the easiest solution would be a remastered Live CD with the installer folder on the CD but external to the sfs file. |
Thanks for your scripts rcrsn51
The full-install interests me. So I Frenchified and added your script to remaster my Toutou Linux 4.1.2 repack (version edutainment FR, for children aged 3 to 12 years).
The beta version of this French adaptation (TL4.12-asri.edu-FULLversion_beta-1.5.5.iso) is available on http://dl.free.fr/MuYEYr/ASRI_education/login Identifiant : ASRI Mot de passe : education
After some tests, I am convince that this feature could save time for volunteers from the association that I chair (ASRI education http://asri.edu.free.fr/).
But things do not work and I don't know why. If someone can help me understand, it would be nice.
Indeed, when i use on my computer the script "fulscr", the result is a single format ext2 partition without swap (usually, I use ext3 + swap). Why ?
I also noticed a new file "pupswap.swp" placed at the root of the drive.
I read ligne 93 of the "fulscr" Code: | #Create a swap file
dd if=/dev/zero of=/mnt/$HDISK/pupswap.swp bs=1M count=128
mkswap /mnt/$HDISK/pupswap.swp | What does it mean ?
Best regards,
Description |
Frenchified scripts rcrsn51
|

Download |
Filename |
installers_repack_fr-1.0.zip |
Filesize |
6.1 KB |
Downloaded |
848 Time(s) |
Last edited by ASRI éducation on Wed 30 Sep 2009, 20:36; edited 3 times in total
|
Back to top
|
|
 |
Hubi5171
Joined: 30 Sep 2009 Posts: 1
|
Posted: Wed 30 Sep 2009, 15:53 Post subject:
Delightfull installation on CF-card as an HDD Subject description: With an awful lot of thanks |
|
I made a frugal install to a Compact Flash Card to test an CF to PATA 2.5"(44pin) converter. All went O.K.
Desktop PC: Pentium 4 1700MHz, 768MB DRAM Memory, 1x FDD, 1x CD/DVD single side burner, no HDD (hard file).
HDD: thant's the point - using as an HDD replacement:
disconnected the only 3.5"HDD and installed instead:
mainboard - cable - 3,5" to 2,5" reduction - 44pinPATA to CF-card adapter - 256MB Compact Flash Card=sda1.
The swapfile (pupswap.swp) uses 128MB.
Red "storage full warning" appears on top of the screen - sda1 has four MB left free.
What for this exercise -
I'm planning to swap the HDD 8GB(customer replacable, W98SE and SUSE9.x) of my notebook (300MHz / 192MB Memory / USB1.2 / softmodem / CD ROM) against a 8GB 133x compactflash card (modifying an old HDD to carry the adapter with access for changing the CF card).
This entry is just to give feedback and to say MANY THANKS !
ciao Hubi
P.S.: repeated today this exercise by using an P-ATA (44pin=2,5"HDDs) to SD-card adapter, hence using a 2GB SD-Card as sda1.
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Thu 01 Oct 2009, 16:04 Post subject:
ext2 partition without swap |
|
I am not lucky ...
Nobody has an idea to unlock my problem?
I studied the script installation and I do not understand what's wrong.
Thank you in advance
|
Back to top
|
|
 |
sidders
Joined: 23 Jul 2008 Posts: 470 Location: Bolton, uk
|
Posted: Thu 01 Oct 2009, 16:23 Post subject:
|
|
ASRI eduction- This is on my to-do list. We did experiment with it some time ago, and dropped the full install part, however i have just looked through and Technosaurus came up with some code that will look at the ammount of RAM installed and then make a decision to do a Full or Frugal install. The full install could look back on that result and then double to make the appropriate swap.
I havn't looked at it for a while and am going to do a few full install's using the PUI and see exactly what is happening in the near future. Still working on SFS icons.
Heres the link to the posts
http://www.murga-linux.com/puppy/viewtopic.php?p=311751#311751
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Thu 01 Oct 2009, 16:36 Post subject:
|
|
Sidders, a big thank you for this information.
I immediately test the link you suggest.
Last edited by ASRI éducation on Sat 03 Oct 2009, 20:13; edited 1 time in total
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 11889 Location: Stratford, Ontario
|
Posted: Sat 03 Oct 2009, 18:25 Post subject:
|
|
@ASRI: A swap file is a quick way to create swap space without having to repartition your hard drive. If you use the "free" command, you should see the swap file memory in use.
However, if you prefer to build your hard drive partitions before installing Puppy, you just need to modify the one-click scripts. For example, in the full-install script, you could:
delete lines 74-85
modify lines 89 and 90
delete lines 92-94
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Sun 04 Oct 2009, 10:43 Post subject:
|
|
@ rcrsn51
Thank you for this information.
|
Back to top
|
|
 |
inkheart
Joined: 22 Nov 2009 Posts: 8
|
Posted: Thu 26 Nov 2009, 04:43 Post subject:
Re: How to do a One-Click Installation of Puppy |
|
rcrsn51 wrote: | ...Here are the steps to do a one-click automated install.
We will assume that you already have a Live CD that works on the target machine and you are familiar with basic Puppy operations. Read here for more information. (If you want to install Puppy in a dual-boot setup with Windows, read here.)
Download and extract the package of installers below. It contains installation scripts that will do an automatic hard drive install of any official Puppy version back to 2.15. There are scripts for both frugal and full configurations. For most machines, a frugal install is the simpler, faster choice. It also gives you the flexibility to add other features to Puppy, like Open Office.
These installers will erase the hard drive, format a new partition, create a swap file, install Puppy and set up the GRUB bootloader. They should work on any machine with standard hardware.
Download and extract the "installers" folder. Copy it to a flash drive or diskette. Or, if you already have the target machine on-line with the Live CD, just download the package directly and store it in /root.
Boot the target computer off the Live CD.
If there is an existing version of Puppy on the hard drive or if you have been storing a pup_save file there, you must boot up by typing the option:
Leave the CD in the drive.
Mount the flash drive or diskette, open the "installers" folder and click on the icon labelled "frugal-install". Before installation starts, you will get to answer a YES/NO question.
When the installation is done, finish with a shutdown/reboot and make a pup_save file. Your computer is ready to run Puppy on the next start.
... |
I tried to follow the above steps. After the installation, i rebooted the computer. When puppy loaded, i tried to unmount the cd, but it said that i couldn't 'cause it was being used. I thought that if Puppy were installed on the hard disk, i won't need the cd anymore?
|
Back to top
|
|
 |
jamalexa

Joined: 18 Jul 2007 Posts: 87 Location: Philadelphia, PA. United States
|
Posted: Mon 30 Nov 2009, 17:34 Post subject:
Custom Boot CD |
|
I used Browserlinux and added a .sfs and some pets, I created and renamed my pup_save file and ran this from the live cd. How can I take your "steps to make a custom boot CD for recyclers " and create my own boot cd? I want to install my customized Browserlinux for seniors in my church and community on donated computers. Please help.
|
Back to top
|
|
 |
knuesel
Joined: 15 Dec 2009 Posts: 15
|
Posted: Wed 16 Dec 2009, 11:13 Post subject:
|
|
following directions below. right mouse button step does not yield "window/enter path"...
directions:
Start "Menu | Filesystem | ROX-Filer file filemanager".
Click with the right mouse button and choose "Window | Enter Path" from the context menu.
Type this into the box labelled "Goto" (do not omit the slash at the end): /mnt/hda2/boot/grub/
You are now inside the /mnt/hda2/boot/grub/ folder.
|
Back to top
|
|
 |
Diggs

Joined: 14 Sep 2008 Posts: 53
|
Posted: Sun 20 Dec 2009, 11:30 Post subject:
|
|
Even after multiple Puppy/puplets installs and running Puppy on multiple computers I am still confused about one thing. When a FULL install is completing, the installer asks me to choose a size for my pup_save file(?). Why is there a save file on a full install? I want a full install that uses the entire drive without any worry about creating, watching or future expansion of a pup_save file. I wouldn't think there should be a save file on a full install? Am I missing something?
|
Back to top
|
|
 |
sidders
Joined: 23 Jul 2008 Posts: 470 Location: Bolton, uk
|
Posted: Sun 20 Dec 2009, 11:47 Post subject:
|
|
Your right, there is'nt a save on a full install. On the initial shutdown select Do Not Save.
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4421 Location: merriam, kansas
|
Posted: Sun 20 Dec 2009, 11:49 Post subject:
|
|
Yes; You're missing something!
Do NOT....make a save file with a full install.
When install is complete and it's time to reboot; remove
the cd.
A good video guide to full install:
http://www.murga-linux.com/puppy/viewtopic.php?p=201565&search_id=1358540782#201565
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs
|
Back to top
|
|
 |
Diggs

Joined: 14 Sep 2008 Posts: 53
|
Posted: Sun 20 Dec 2009, 13:07 Post subject:
|
|
sidders wrote: | Your right, there is'nt a save on a full install. On the initial shutdown select Do Not Save. |
And how would anyone know this as it is the installer that is requesting that this be done? Meaning, maybe a comment should be added to the install verbiage/process that lets the user know this. As it stands now, it IS part of the install process and no one would know any different.
(Just my 2 cents)
|
Back to top
|
|
 |
sidders
Joined: 23 Jul 2008 Posts: 470 Location: Bolton, uk
|
Posted: Mon 21 Dec 2009, 04:20 Post subject:
|
|
On the one click it does say at the end, however i think i have done the same thing using the Puppy Universal Installer.
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|