Difference between revisions of "Puppy Linux"
Line 31: | Line 31: | ||
The distribution was originally developed by Barry Kauler and other members of the community. The tool Woof can build a Puppy Linux distribution from the binary packages of other Linux distributions. | The distribution was originally developed by Barry Kauler and other members of the community. The tool Woof can build a Puppy Linux distribution from the binary packages of other Linux distributions. | ||
+ | |||
+ | There are several distros in the Puppy Linux Family: Fatdog , Lucid , Quirky , Slacko , Wary | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = puppy531-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = Puppy Linux 5.3.1 (Slacko) | ||
+ | | producturl = http://puppylinux.org/main/Download%20Latest%20Release.htm | ||
+ | | productfile = slacko-5.3.1.iso | ||
+ | | pluginname = Puppy Linux | ||
+ | }} | ||
+ | |||
+ | Copy vmlinuz , initrd.img , filesystem.squashfs , filesystem.packages to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/vmlinuz /tftpboot/er/plugins/rip/ | ||
+ | cp /mnt/cdrom/initrd.img /tftpboot/er/plugins/rip/ | ||
+ | cp /mnt/cdrom/filesystem.squashfs /tftpboot/er/plugins/rip/ | ||
+ | cp /mnt/cdrom/filesystem.packages /tftpboot/er/plugins/rip/ | ||
+ | |||
+ | {{PluginInstructionsEnd}} |
Revision as of 08:18, 4 February 2012
return to Plugins list
Puppy Linux 5.3.1 http://www.puppylinux.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Puppy Linux
- Version: 5.3.1
- Official website: http://www.puppylinux.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Puppy_linux
- Download: http://www.erpxe.com/downloads
Plugin type
Puppy Linux | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Plugin Requirments
Puppy Linux | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Screen Shots
Special Information
Puppy Linux is a lightweight Linux distribution that focuses on ease of use. The entire system can be run from RAM, allowing the boot medium to be removed after the operating system has started.
Applications such as AbiWord (a free word processing application), Gnumeric (a spreadsheet) and MPlayer (a free multimedia player) are included, along with a wide choice of web browsers that can be installed.
The distribution was originally developed by Barry Kauler and other members of the community. The tool Woof can build a Puppy Linux distribution from the binary packages of other Linux distributions.
There are several distros in the Puppy Linux Family: Fatdog , Lucid , Quirky , Slacko , Wary
Linux Installation Instructions
Download puppy531-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract puppy531-XXX.tar.gz file:
tar -xvzf puppy531-XXX.tar.gz
Download Puppy Linux 5.3.1 (Slacko) ISO Latest Version to /mnt/ :
http://puppylinux.org/main/Download%20Latest%20Release.htm
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/slacko-5.3.1.iso /mnt/cdrom/
Copy vmlinuz , initrd.img , filesystem.squashfs , filesystem.packages to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/vmlinuz /tftpboot/er/plugins/rip/ cp /mnt/cdrom/initrd.img /tftpboot/er/plugins/rip/ cp /mnt/cdrom/filesystem.squashfs /tftpboot/er/plugins/rip/ cp /mnt/cdrom/filesystem.packages /tftpboot/er/plugins/rip/
Verify files with filelist.txt in each folder.
All Done!