Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 11-11-2008, 07:24 PM   #1 (permalink)
Apprentice
 
Join Date: May 2007
Posts: 84
Default need help creating a custom linux distro


i have to create a custom linux distro for myself, my little bro and some of my friends.. here are the things that i need..1) low hardware requirements : so a lightweight DE like xfce instead of KDE or Gnome.2) lots and lots of educational and scientific packages..3) rest should be standard.. pdf viewer, firefox(or iceweasel or some more lightweight browser).. vlc player, abiword, etc...4) other critical parts of the distro, nothing else..so whats the simplest and fastest way of making my custom distro? ..can i modify an arch install(adding all the packages i need) and then write the installation on a cd? so that it acts like a distro? ( will it work on other pcs? ).. (arch will give me flexibility).or should i make a puplet from puppy linux .. its going to be lightweight already so i just need to add these packages and remove the ones i dont want and burn the iso.. how do i do this?

will i be able to change the artwork and themes? (wallpapers and stuff )
or should i make a custom distro from scratch? its going to be a lot of compiling and hard work.. and i want a fast and easy way.. thanks...
threeonethree is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 12-11-2008, 11:43 AM   #2 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: need help creating a custom linux distro

Install arch. Get all packages you need. Use archlive package to make LIVE CD ISO from that. OR, use kiwi (openSUSE) to make a live CD.

Guides (in detail) are available on the respective wiki sites.
__________________
--- Console Junkie
aditya.shevade is offline  
Old 13-11-2008, 06:16 PM   #3 (permalink)
Apprentice
 
Join Date: May 2007
Posts: 84
Default Re: need help creating a custom linux distro

are educational packages and scientific packages available for arch or would i have to compile them ? and i will be able to change the artwork and default themes wudnt i ? can u link me with a wiki for doing this for arch linux?

and what about puppy linux?.. thanks..
threeonethree is offline  
Old 13-11-2008, 06:22 PM   #4 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: need help creating a custom linux distro

Code:
[filledvoid@Earth ~]$ pacman -Ss educational
extra/kdeedu 4.1.3-1 (kde)
    KDE Educational programs
extra/tuxmath 2001.09.07-2
    'Tux of Math Command' is an educational math tutorial game for elementary
    school level children
community/aqua-data-studio 4.7.2-2
    Aqua Data Studio is an universal database query tool and administration
    tool. Free for personal/educational use.
community/linsmith 0.99.4-1
    a Smith Charting program, mainly designed for educational use
[filledvoid@Earth ~]$
Code:
[filledvoid@Earth ~]$ yaourt -Ss educational
extra/kdeedu 4.1.3-1 (kde)
     KDE Educational programs
extra/tuxmath 2001.09.07-2 
     'Tux of Math Command' is an educational math tutorial game for elementary
     school level children
community/aqua-data-studio 4.7.2-2 
     Aqua Data Studio is an universal database query tool and administration
     tool. Free for personal/educational use.
community/linsmith 0.99.4-1 
     a Smith Charting program, mainly designed for educational use
aur/alice 2.0.0-1
    An educational software that teaches students computer programming in a 3D environment
aur/basic256 0.9.2-6
    Educational BASIC programming environment for children.
aur/childsplay 0.90.2-3
    A suite of educational games for young children
aur/childsplay-alphabet-sounds 0.4.3-1
    A suite of educational games for young children -- Sound Translations
aur/childsplay-plugins 0.90-2
    A suite of educational games for young children -- Plugins
aur/childsplay-plugins-lfc 0.90-1
    A suite of educational games for young children -- Plugins
aur/crashtest 1.0-2
    Educational car crash simulation
aur/kdeedu4 3.80.2-1
    Educational programs for KDE 4
aur/kdeedu4-svn -3
    Educational programs for KDE4
aur/logisim 2.1.6-1
    An educational tool for designing and simulating digital logic circuits
aur/pysycache 3.0.1-2
    Educational software for teaching kids how to use the mouse
aur/rcssserver 11.1.2-3
    The RoboCup Soccer Simulator Server (rcssserver) is a research and educational tool for mutli-agent systems and artificial intelligence.
aur/tuxtype2 1.5.3-1
    An educational typing tutor for children
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 15-11-2008, 04:11 PM   #5 (permalink)
Apprentice
 
Join Date: May 2007
Posts: 84
Default Re: need help creating a custom linux distro

thank you very much .. i will start this project by monday .. i think there are more scientific and educational packages in the arch user repos, i will check them out..

also which window manager is best for this job? i am thinking about xfce or fluxbox, but what about icewm, window-maker, enlightment and others? i am asking this because i have access to broadband for very less time so i cant download and test all these.

one more thing i would like to ask is that if i install xfce or fluxbox or other wm and then install packages which depend upon gnome or kde, wont i have to install gnome , kde libraries too? will performance take a hit then and negate the benefits of using a light DE?
threeonethree is offline  
Old 15-11-2008, 04:30 PM   #6 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: need help creating a custom linux distro

Quote:
also which window manager is best for this job? i am thinking about xfce or fluxbox, but what about icewm, window-maker, enlightment and others? i am asking this because i have access to broadband for very less time so i cant download and test all these.
If you don't want to download alot then definitely xfce or fluxbox is the way to go. Personally I prefer gnome though.
Quote:
one more thing i would like to ask is that if i install xfce or fluxbox or other wm and then install packages which depend upon gnome or kde, wont i have to install gnome , kde libraries too? will performance take a hit then and negate the benefits of using a light DE?
You wont have to install gnome or KDE but will have to install any dependencies the programs have which includes various libraries. I have Amarok installed on one of my computers which has Ubuntu on it. I think you might see a bit of more usage but other than that you hardly will note the difference. Please note that this is on a moderately new computer.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 15-11-2008, 10:06 PM   #7 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,490
Default Re: need help creating a custom linux distro

I had made an attempt to make a similar distro, and it was half successful.
From my experience, I suggest you use either Debian or ArchLinux as the backend.
Xfce is the best desktop, but I recommend that you customise the look so that it becomes easier to use.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Old 16-11-2008, 11:02 AM   #8 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: need help creating a custom linux distro

Check this,

http://en.opensuse.org/Education/Repositories Look at the bottom for the links to pages with the software list. Also check this, http://www.opensuse-education.org/

Also check edubuntu. It is made for children and education related things.
__________________
--- Console Junkie
aditya.shevade is offline  
Old 17-11-2008, 07:02 PM   #9 (permalink)
Apprentice
 
Join Date: May 2007
Posts: 84
Default Re: need help creating a custom linux distro

open suse is useless in this regard. also i dont want to use ubuntu . anyone else here who has experience of using arch or any other distro for this purpose?
threeonethree is offline  
Old 18-11-2008, 09:17 AM   #10 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: need help creating a custom linux distro

^^ Well, according to me, SUSE education edition is your best bet. You have all the possible software you will ever need. You have option to chose XFCE (or fluxbox). I don't see what the problem is.

If not, then Arch is great too but, when things go wrong in Arch, they go horribly wrong.
__________________
--- Console Junkie
aditya.shevade is offline  
Old 18-11-2008, 12:38 PM   #11 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: need help creating a custom linux distro

Quote:
If not, then Arch is great too but, when things go wrong in Arch, they go horribly wrong.
This is pretty much the case with ANY Linux distro rather than Arch itself. but thats just my opinion.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 20-11-2008, 11:18 AM   #12 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: need help creating a custom linux distro

Hehe... yeah yeah... I also was expressing my opinion cause nothing else crashed for no reason on me....
__________________
--- Console Junkie
aditya.shevade is offline  
Old 23-11-2008, 10:27 AM   #13 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,490
Default Re: need help creating a custom linux distro

Quote:
Originally Posted by aditya.shevade View Post
If not, then Arch is great too but, when things go wrong in Arch, they go horribly wrong.
You can't go wrong in arch if you follow instructions carefully. Here are two things you can read to help you, the first to gain confidence and the second to get actual ideas.

1. A post by a guy whose first distro was arch and how he felt about it
http://thesmallerbang.wordpress.com/...x/#comment-121

2. Archie CD - a project based on Xfce to create an Arch Live CD
http://archie.dotsrc.org/
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a custom Windows Vista Control Panel Amir.php Tutorials 11 18-06-2008 11:34 AM
Custom Distro x3060 Open Source 138 06-01-2008 02:44 PM
Which Linux Distro???? deepakprabhakaran Software Q&A 1 15-08-2007 07:39 PM
Creating custom url for your Orkut Profile sankaranand Tutorials 7 04-02-2007 03:55 PM
Thread For Review of Linux Distro & Linux Softwares paragkalra Open Source 7 22-12-2006 11:14 PM

 
Latest Threads
- by clmlbx
- by Charan
- by Sujeet
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:09 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2