Difference between revisions of "Slackware"

From ERPXE Wiki
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Slackware_web_logo.svg/200px-Slackware_web_logo.svg.png | website = http://www.slackware.com/ | wikiped...")
 
Line 37: Line 37:
 
}}
 
}}
  
Gentoo x86: Copy gentoo.igz , gentoo , image.squashfs to appropriate directory: (LOWER CASE ONLY!)
+
Slackware x86: Copy gentoo.igz , gentoo , image.squashfs to appropriate directory: (LOWER CASE ONLY!)
  
 
  cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/i386/gentoo
 
  cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/i386/gentoo
 
  cp /mnt/cdrom/isolinux/gentoo.igz /tftpboot/er/plugins/gentoo/i386/gentoo.igz
 
  cp /mnt/cdrom/isolinux/gentoo.igz /tftpboot/er/plugins/gentoo/i386/gentoo.igz
  cp /mnt/cdrom/image.squashfs /tftpboot/er/shares/gentoo/i386/image.squashfs
+
  cp -R /mnt/cdrom/slackware/* /tftpboot/er/shares/slackware/i386/slackware/
  
Gentoo x64: Copy gentoo.igz , gentoo , image.squashfs to appropriate directory: (LOWER CASE ONLY!)
+
Slackware x64: Copy gentoo.igz , gentoo , image.squashfs to appropriate directory: (LOWER CASE ONLY!)
  
 
  cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/x86_64/gentoo
 
  cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/x86_64/gentoo
 
  cp /mnt/cdrom/isolinux/gentoo.igz /tftpboot/er/plugins/gentoo/x86_64/gentoo.igz
 
  cp /mnt/cdrom/isolinux/gentoo.igz /tftpboot/er/plugins/gentoo/x86_64/gentoo.igz
  cp /mnt/cdrom/image.squashfs /tftpboot/er/shares/gentoo/x86_64/image.squashfs
+
  cp -R /mnt/cdrom/slackware/* /tftpboot/er/shares/slackware/x86_64/slackware/
  
 
{{PluginInstructionsEnd}}
 
{{PluginInstructionsEnd}}
 
[[Category:Plugins]]
 
[[Category:Plugins]]

Revision as of 17:47, 7 February 2012

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

Slackware 13.37
200px-Slackware_web_logo.svg.png
http://www.slackware.com/

Information

ERPXE Module

  • Name: - Slackware
  • Version: 13.37

Plugin type

Plugin type
Slackware Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No Yes No No

Plugin Requirments

Plugin Requirments
Slackware CIFS HTTP Internet NFS Linux OS Windows OS
No No No Yes Yes No

Screen Shots

300px-Slackware.png 220px-Slackware_family_tree_11-06.png Slackware-mascot.png


Special Information

Linux Installation Instructions

Download slackware1337-ARCH-XXX.tar.gz to /

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

extract slackware1337-ARCH-XXX.tar.gz file:

tar -xvzf slackware1337-ARCH-XXX.tar.gz

Download Slackware 13.37 ISO Latest Version to /mnt/ :

http://www.slackware.com/getslack/

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/install-ARCH-minimal.iso /mnt/cdrom/

Slackware x86: Copy gentoo.igz , gentoo , image.squashfs to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/i386/gentoo
cp /mnt/cdrom/isolinux/gentoo.igz /tftpboot/er/plugins/gentoo/i386/gentoo.igz
cp -R /mnt/cdrom/slackware/* /tftpboot/er/shares/slackware/i386/slackware/

Slackware x64: Copy gentoo.igz , gentoo , image.squashfs to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/isolinux/gentoo /tftpboot/er/plugins/gentoo/x86_64/gentoo
cp /mnt/cdrom/isolinux/gentoo.igz /tftpboot/er/plugins/gentoo/x86_64/gentoo.igz
cp -R /mnt/cdrom/slackware/* /tftpboot/er/shares/slackware/x86_64/slackware/

Verify files with filelist.txt in each folder.

All Done!