Difference between revisions of "Puredyne"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Puredyne-logo-desktop.png/200px-Puredyne-logo-desktop.png |
| website = http://puredyne.org/ | | website = http://puredyne.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Puredyne | | wikipedia = http://en.wikipedia.org/wiki/Puredyne | ||
Line 19: | Line 19: | ||
| recovery = {{no}} | | recovery = {{no}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Puredyne-calf_jack_sooper.png/210px-Puredyne-calf_jack_sooper.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:Puredyne-calf_jack_sooper.png |
− | | image2 = | + | | image2 = https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Puredyne-arduino.jpg/220px-Puredyne-arduino.jpg |
− | | image2url = | + | | image2url = https://en.wikipedia.org/wiki/File:Puredyne-arduino.jpg |
| image3 = | | image3 = | ||
| image3url = | | image3url = | ||
Line 56: | Line 56: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
− | [[Category: | + | [[Category:Recovery Tools]] |
[[Category:Supported from ERPXE 1.04]] | [[Category:Supported from ERPXE 1.04]] |
Latest revision as of 07:33, 5 May 2019
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
Puredyne 911 http://puredyne.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Puredyne
- Version: 911
- Official website: http://puredyne.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Puredyne
- Download: http://www.erpxe.com/downloads
Plugin type
Puredyne | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Plugin Requirments
Puredyne | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
puredyne is a live Linux distribution based on Ubuntu and Debian Live and dedicated to live audio-and-visual processing and streaming.
It focuses on the Pure Data audio synthesis system as well as SuperCollider, Csound and others, plus live video-processing systems such as Processing and Fluxus.
It also includes hardware related software such as arduino and comes bundled with home-studio and graphic design software (Ardour, JACK, GIMP, Inkscape, etc.).
Linux Installation Instructions
Download puredyne911-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract puredyne911-ARCH-XXX.tar.gz file:
tar -xvzf puredyne911-ARCH-XXX.tar.gz
Download Puredyne 911 ISO Latest Version to /mnt/ :
http://puredyne.org/download.html
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/puredyne-911-carrot_and_coriander-DVD-ARCH.iso /mnt/cdrom/
Puredyne x86: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/puredyne/i386/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/puredyne/i386/initrd.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/puredyne/i386/live/
Puredyne x64: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/puredyne/x86_64/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/puredyne/x86_64/initrd.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/puredyne/x86_64/live/
Verify files with filelist.txt in each folder.
All Done!