Difference between revisions of "CrunchBang"
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/en/e/e2/Crunchbanglogo.png | website = http://crunchbanglinux.org/ | wikipedia = http://en.wikipedia.org/wiki/CrunchBan...") |
|||
Line 42: | Line 42: | ||
CrunchBang x86: Copy initrd1.img , vmlinuz1 , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | CrunchBang x86: Copy initrd1.img , vmlinuz1 , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | ||
− | cp /mnt/cdrom/live/vmlinuz1 /tftpboot/er/plugins/ | + | cp /mnt/cdrom/live/vmlinuz1 /tftpboot/er/plugins/crunchbang/i386/vmlinuz |
− | cp /mnt/cdrom/live/initrd1.img /tftpboot/er/plugins/ | + | cp /mnt/cdrom/live/initrd1.img /tftpboot/er/plugins/crunchbang/i386/initrd.img |
− | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/ | + | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/crunchbang/i386/live/ |
CrunchBang x64: Copy initrd1.img , vmlinuz1 , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | CrunchBang x64: Copy initrd1.img , vmlinuz1 , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | ||
− | cp /mnt/cdrom/live/vmlinuz1 /tftpboot/er/plugins/ | + | cp /mnt/cdrom/live/vmlinuz1 /tftpboot/er/plugins/crunchbang/x86_64/vmlinuz |
− | cp /mnt/cdrom/live/initrd1.img /tftpboot/er/plugins/ | + | cp /mnt/cdrom/live/initrd1.img /tftpboot/er/plugins/crunchbang/x86_64/initrd.img |
− | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/ | + | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/crunchbang/x86_64/live/ |
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Plugins-LinuxLive]] | [[Category:Plugins-LinuxLive]] |
Revision as of 17:28, 4 April 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
CrunchBang 10 http://crunchbanglinux.org/ |
---|
Contents
Information
ERPXE Module
- Name: - CrunchBang
- Version: 10
- Official website: http://crunchbanglinux.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/CrunchBang_Linux
- Download: http://www.erpxe.com/downloads
Plugin type
CrunchBang | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Plugin Requirments
CrunchBang | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
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!