CrunchBang

From ERPXE Wiki
Revision as of 07:05, 5 May 2019 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

CrunchBang 10
480px-Crunchbang_linux_logo.svg.png
http://crunchbanglinux.org/

Information

ERPXE Module

  • Name: - CrunchBang
  • Version: 10

Plugin type

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

Plugin Requirments

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

Screen Shots

CrunchBang_11_Waldorf.png



Special Information

CrunchBang Linux (often referred to simply as "#!") is a lightweight Debian based Linux distribution, created by Philip Newborough, designed to offer a good balance of speed and functionality.

CrunchBang uses the Openbox window manager with GTK+ applications and is especially suitable for low-end hardware with limited resources (e.g. the ASUS Eee PC).

Linux Installation Instructions

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

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

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

tar -xvzf crunchbang10-ARCH-XXX.tar.gz

Download CrunchBang 10 ISO Latest Version to /mnt/ :

http://crunchbang.org/download/

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

mkdir /mnt/cdrom/
mount -o loop /mnt/crunchbang-10-20120207-ARCH.iso /mnt/cdrom/

CrunchBang x86: Copy initrd1.img , vmlinuz1 , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/live/vmlinuz1 /tftpboot/er/plugins/crunchbang/i386/vmlinuz
cp /mnt/cdrom/live/initrd1.img /tftpboot/er/plugins/crunchbang/i386/initrd.img 
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/crunchbang/i386/live/

CrunchBang x64: Copy initrd1.img , vmlinuz1 , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/live/vmlinuz1 /tftpboot/er/plugins/crunchbang/x86_64/vmlinuz
cp /mnt/cdrom/live/initrd1.img /tftpboot/er/plugins/crunchbang/x86_64/initrd.img 
cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/crunchbang/x86_64/live/

Verify files with filelist.txt in each folder.

All Done!