Difference between revisions of "Puppy Linux - Slacko"
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Banner_logo_Puppy.png/250px-Banner_logo_Puppy.png |
| website = http://www.puppylinux.org/ | | website = http://www.puppylinux.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Puppy_linux | | wikipedia = http://en.wikipedia.org/wiki/Puppy_linux |
Revision as of 07:15, 5 May 2019
return to Plugins list
Puppy Linux - Slacko Slacko 5.5 http://www.puppylinux.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Puppy Linux - Slacko
- Version: Slacko 5.5
- 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 - Slacko | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Plugin Requirments
Puppy Linux - Slacko | 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.
Linux Installation Instructions
Download puppy-slacko-55-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract puppy-slacko-55-XXX.tar.gz file:
tar -xvzf puppy-slacko-55-XXX.tar.gz
Download Puppy Linux 5.5 (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.5-4G.iso /mnt/cdrom/
Copy vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/vmlinuz /tftpboot/er/plugins/puppy/slacko/
We will have to repack the initrd.gz file to contain the SFS file:
Create a temporary folder:
mkdir /tftpboot/temp cd /tftpboot/temp/
Copy initrd.gz from mounted CD to temporary folder:
cp /mnt/cdrom/initrd.gz /tftpboot/temp/
Extract and remove intird.gz file:
zcat /tftpboot/temp/initrd.gz | cpio -i -H newc -d rm initrd.gz
Copy SFS file from mounted CD to temporary folder (LOWER CASE ONLY!!!):
cp /mnt/cdrom/puppy_slacko_5.5.sfs /tftpboot/temp/puppy_slacko_5.5.sfs
Repack the new initrd.gz file:
find | cpio -o -H newc | gzip -4 > /tftpboot/er/plugins/puppy/slacko/initrd.gz
Remove temporary folder:
rm -R /tftpboot/temp/
Verify files with filelist.txt in each folder.
All Done!