Difference between revisions of "Puppy Linux - Arcade"

From ERPXE Wiki
 
Line 47: Line 47:
 
{{PluginInstructionsEnd}}
 
{{PluginInstructionsEnd}}
 
[[Category:Plugins]]
 
[[Category:Plugins]]
[[Category:Plugins-LinuxLive]]
+
[[Category:Linux Live]]

Latest revision as of 13:17, 12 August 2019

return to Plugins list

Puppy Linux - Arcade 1.0
250px-Banner_logo_Puppy.png
http://scottjarvis.com/

Information

ERPXE Module

  • Name: - Puppy Linux - Arcade
  • Version: 1.0
  • Wikpedia Page:

Plugin type

Plugin type
Puppy Linux - Arcade Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No Yes Yes No

Plugin Requirments

Plugin Requirments
Puppy Linux - Arcade CIFS HTTP Internet NFS Linux OS Windows OS
No No No No Yes Yes

Screen Shots

250px-Puppy_linux_5.3.0_Slacko_puppy.png 220px-Puppylinux-215ce2.jpg 220px-WNOP02_EeePC_1.jpg


Special Information

Puppy Arcade can play retro games. Lots of them. It's a live CD - simply download, burn and boot!

Puppy Arcade features lots of emulators, custom emulation tools, easy system setup, a BIOS installer and frontend downloaders and a great all-in-one, cabinet-friendly, multi-emulator rom-loader, which supports fullscreen and joypad navigation.

Linux Installation Instructions

Download puppy-wary-522-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract puppy-wary-522-XXX.tar.gz file:

tar -xvzf puppy-wary-522-XXX.tar.gz

Download Puppy Linux 4.2.0 (Arcade 1.0) 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/puppy-arcade-10.iso /mnt/cdrom/

Copy vmlinuz to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/vmlinuz /tftpboot/er/plugins/puppy/arcade/

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/pup_420.sfs /tftpboot/temp/pup_420.sfs

Repack the new initrd.gz file:

find | cpio -o -H newc | gzip -4 > /tftpboot/er/plugins/puppy/arcade/initrd.gz

Remove temporary folder:

rm -R /tftpboot/temp/

Verify files with filelist.txt in each folder.

All Done!