Difference between revisions of "Damn Small Linux (DSL)"
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/commons/c/cd/DSL-logo.jpg | website = http://www.damnsmalllinux.org/ | wikipedia = http://en.wikipedia.org/wiki/Damn_Sm...") |
|||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/c/cd/DSL-logo.jpg |
| website = http://www.damnsmalllinux.org/ | | website = http://www.damnsmalllinux.org/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Damn_Small_Linux | | wikipedia = http://en.wikipedia.org/wiki/Damn_Small_Linux | ||
Line 18: | Line 18: | ||
| live = {{yes}} | | live = {{yes}} | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/DSmallLinux.PNG/250px-DSmallLinux.PNG |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:DSmallLinux.PNG |
− | | image2 = | + | | image2 = https://upload.wikimedia.org/wikipedia/en/thumb/5/55/DSL_4.0_cheatcodes_F2.png/220px-DSL_4.0_cheatcodes_F2.png |
− | | image2url = | + | | image2url = https://en.wikipedia.org/wiki/File:DSL_4.0_cheatcodes_F2.png |
| image3 = | | image3 = | ||
| image3url = | | image3url = |
Latest revision as of 07:06, 5 May 2019
return to Plugins list
Damn Small Linux (DSL) 4.4.10 http://www.damnsmalllinux.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Damn Small Linux (DSL)
- Version: 4.4.10
- Official website: http://www.damnsmalllinux.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Damn_Small_Linux
- Download: http://www.erpxe.com/downloads
Plugin type
Damn Small Linux (DSL) | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
Damn Small Linux (DSL) | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Screen Shots
Special Information
Damn Small Linux or DSL is a computer operating system for the x86 family of personal computers.
It is free and open source software under the terms of GNU GPL and other free and open source licenses.
It was designed to run graphical applications on older PC hardware—for example, machines with 486/early Pentium processors and very little memory.
DSL is a Live CD with a size of 50 MB. What originally started as an experiment to see how much software could fit in 50 MB eventually became a full-fledged Linux distribution.
It can be installed on storage media with small capacities, like bootable business cards, USB flash drives, various memory cards, and Zip drives.
Linux Installation Instructions
Download dsl4410-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract dsl4410-XXX.tar.gz file:
tar -xvzf dsl4410-XXX.tar.gz
Download Damn Small Linux 4.4.10 ISO Latest Version to /mnt/ :
http://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/dsl-4.4.10-initrd.iso /mnt/cdrom/
Copy linux24 , minirt24.gz to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/boot/isolinux/linux24 /tftpboot/er/plugins/dsl/ cp /mnt/cdrom/boot/isolinux/minirt24.gz /tftpboot/er/plugins/dsl/
Verify files with filelist.txt in each folder.
All Done!