How to add a new user account to puppy?

Booting, installing, newbie
Post Reply
Message
Author
kpfuser
Posts: 207
Joined: Sun 19 Mar 2006, 15:02
Location: Mt Pelion, Greece

How to add a new user account to puppy?

#1 Post by kpfuser »

Well, how? I searched the wiki and the "How to" forum but to no avail. Any ideas?

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#2 Post by trapster »

Searching this forum with "add user" resulted in 249 matches. These might be relevant:

http://www.murga.org/~puppy/viewtopic.p ... t=add+user

http://www.murga.org/~puppy/viewtopic.p ... t=add+user
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#3 Post by Lobster »

In future this puppy search engine adhoc added might be of use
http://puppylinux.org/wikka/PuppyLinuxSearchEngine

:)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

kpfuser
Posts: 207
Joined: Sun 19 Mar 2006, 15:02
Location: Mt Pelion, Greece

#4 Post by kpfuser »

Thanks trapster,

The second link is very relevant indeed but the info contained is not what I would like to hear. Hopefully the work Lobster mentions in the last post will be completed some time soon. Till then, there's nothing else to do but wait.

kpfuser
Posts: 207
Joined: Sun 19 Mar 2006, 15:02
Location: Mt Pelion, Greece

#5 Post by kpfuser »

Thanks Lobster

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#6 Post by rcrsn51 »

The following procedure might do the job for you:

For each user, make a 2 GB logical partition. I used the LiveCD version of gparted for this. Format them FAT32.

Into each partition, copy the four Puppy files - vmlinuz, initrd.gz, pup_210.sfs and pup_save.3fs.

Boot your machine using Grub4DOS. If you have Win9x, call grub.exe from your autoexec.bat. Here is some sample code:

@echo off
choice /N /C:WP "Press W-Windows or P-Puppy: "
if errorlevel 2 grub
cls

For WinXP, add the following line to your boot.ini file:

c:\grldr="Puppy Linux"

Create the grub menu.lst file with entries like:

title Meghan's Puppy
password abc
rootnoverify (hd0,4)
kernel /vmlinuz root=/dev/ram0 PMEDIA=idehd acpi=off
initrd /initrd.gz

Adjust the (hd0,4) entry to match each partition.

Post Reply