Difference between revisions of "Inside Security Resource Kit"
From ERPXE Wiki
Line 27: | Line 27: | ||
INSERT is a complete, bootable linux system. It comes with a graphical user interface running the fluxbox window manager while still being sufficiently small to fit on a credit card-sized CD-ROM. | INSERT is a complete, bootable linux system. It comes with a graphical user interface running the fluxbox window manager while still being sufficiently small to fit on a credit card-sized CD-ROM. | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = insert139b-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = INSERT 1.3.9b | ||
+ | | producturl = http://www.inside-security.de/download_en.html | ||
+ | | productfile = INSERT-1.3.9b_en.iso | ||
+ | | pluginname = INSERT | ||
+ | }} | ||
+ | |||
+ | Copy vmlinuz , INSERT to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/insert/vmlinuz | ||
+ | cp /mnt/cdrom/INSERT/* /tftpboot/er/shares/insert/INSERT/ | ||
+ | |||
+ | We have created our own miniroot.gz file that includes NFS support. | ||
+ | to create it yourself just boot the INSERT CD and | ||
+ | |||
+ | {{PluginInstructionsEnd}} |
Revision as of 06:05, 4 February 2012
return to Plugins list
Inside Security Resource Kit 1.3.9b http://www.inside-security.de/insert_en.html |
---|
Contents
Information
ERPXE Module
- Name: - Inside Security Resource Kit
- Version: 1.3.9b
- Official website: http://www.inside-security.de/insert_en.html
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
Inside Security Resource Kit | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | No |
Plugin Requirments
Inside Security Resource Kit | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Screen Shots
Special Information
INSERT is a complete, bootable linux system. It comes with a graphical user interface running the fluxbox window manager while still being sufficiently small to fit on a credit card-sized CD-ROM.
Linux Installation Instructions
Download insert139b-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract insert139b-XXX.tar.gz file:
tar -xvzf insert139b-XXX.tar.gz
Download INSERT 1.3.9b ISO Latest Version to /mnt/ :
http://www.inside-security.de/download_en.html
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/INSERT-1.3.9b_en.iso /mnt/cdrom/
Copy vmlinuz , INSERT to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/insert/vmlinuz cp /mnt/cdrom/INSERT/* /tftpboot/er/shares/insert/INSERT/
We have created our own miniroot.gz file that includes NFS support. to create it yourself just boot the INSERT CD and
Verify files with filelist.txt in each folder.
All Done!