LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-11-2014, 05:13 PM   #1
drimer
Member
 
Registered: Jun 2013
Distribution: vectorLinux , debian ,LFS
Posts: 46

Rep: Reputation: Disabled
create new distro


Hello 4 all
I want to created a distro based on debian.
I want to remove some packages to reduce its size and obtain an optimal distro

help me please
and thanks in advance
 
Old 03-11-2014, 05:28 PM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Don't you think there are enough distros (291 active) out there already?
What's the point of reducing Debian, when using the netinstall CD you can just install the basic/core (whatever-they're- called) packages and then install exactly what you want?
Try Linux From Scratch.
 
2 members found this post helpful.
Old 03-11-2014, 05:42 PM   #3
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
I agree with Brian - we do not need another distro - Your efforts will be much better spent if you help contribute to one of the existing distros.

Having said that, you are free to do whatever you want to do. If it's just an exercise to see if you can do it, then start with thorough google research, there must be lots of tutorials on how to do it.
 
1 members found this post helpful.
Old 03-11-2014, 06:12 PM   #4
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Creating another spinoff distribution isn't going to do you any good. There's more than enough distributions out there. If you want a different kind of system that you can tailor to your needs, as mentioned above go with Linux From Scratch or try out Gentoo. These will be more suitable for your needs.
 
1 members found this post helpful.
Old 03-11-2014, 08:44 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I would think that for this purpose Gentoo and LFS are just overkill, Debian will do the job just fine. I also see nothing wrong with creating a spinoff for personal use. I have done that myself, so that for my experiments with Debian I could easily install a known software combination into a VM that resembled the OSes on my physical machines.

There are several approaches to do that:
- Classic installation: Using the Debian Installer and its preseeding feature: https://wiki.debian.org/DebianInstaller/Preseed
- Live installation: Using Debian Live and its scripts to create an installable Live-medium: http://live.debian.net/
Those both ways are a great learning experience and at least for me they were definitely useful to know.

But you can also choose a more manual approach:
- Install a minimal system (either use a netinstall CD, or debootstrap and add kernel and bootloader)
- Install all the packages you want to have in the system, configure them, make a copy of your config files
- Get a package list:
Code:
dpkg --get-selections > packages
If you now want to set up a similar system start again with a minimal install. Then just use the package list to install all the packages:
Code:
dpkg --set-selections < packages
apt-get dselect-upgrade
After that just copy over your config files and you are done.
 
1 members found this post helpful.
Old 03-12-2014, 04:18 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
There's a difference between "creating a new distro" and "creating a spinoff for personal use". Everybody customises their chosen distro, but wouldn't claim it was anything new. Too many "new" distros are "old" distros with simple, minor changes that anyone could do to the original.
 
Old 03-12-2014, 05:14 AM   #7
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
Quote:
Originally Posted by brianL View Post
Everybody customises their chosen distro, but wouldn't claim it was anything new.
Not everyone. A while back I ran across a link in the blog section to someone who has "created" several such "derivatives." Ubuntu with Gnome, Debian with some GUI (I forget which one), Mint with some GUI (forget again), etc., and each one has a name.
 
Old 03-12-2014, 06:45 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by brianL View Post
There's a difference between "creating a new distro" and "creating a spinoff for personal use". Everybody customises their chosen distro, but wouldn't claim it was anything new. Too many "new" distros are "old" distros with simple, minor changes that anyone could do to the original.
I don't see why we should discourage a member from making his own experiments with a new distro/spinoff/whatever_you_want_to_call_it. This is open source, everybody is free to do whatever he/she wants and if there are questions we should be there to help with our knowledge as good as possible.
 
1 members found this post helpful.
Old 03-12-2014, 07:06 AM   #9
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Yeah, I agree. But would those experiments/changes justify calling the result a new distro? My Slackware is probably different to your Slackware, and is different to a fresh install, but it's still the same distro. It's not Brianware. Debian, with bits removed, is still Debian.
 
Old 03-12-2014, 07:51 AM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by brianL View Post
Yeah, I agree. But would those experiments/changes justify calling the result a new distro? My Slackware is probably different to your Slackware, and is different to a fresh install, but it's still the same distro. It's not Brianware. Debian, with bits removed, is still Debian.
It is actually hard to tell when a new distro begins and when it is still a spinoff.
Anyways, I think in this case the OP may have used the wrong word, but that should not lead to us discouraging him in his efforts.
 
Old 03-12-2014, 07:54 AM   #11
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
"Distribution" comes from the word "to distribute" so the first step is to find other users with common values/goals and form a community.

"Help me please" might be too vague...

Last edited by snowday; 03-12-2014 at 07:56 AM.
 
Old 03-12-2014, 02:08 PM   #12
drimer
Member
 
Registered: Jun 2013
Distribution: vectorLinux , debian ,LFS
Posts: 46

Original Poster
Rep: Reputation: Disabled
Thanks for your reply
I have already created a distro LFS 7.3
now I want only modifies the United distro to have optimal distro to satisfy my needs.
so I want to have the source code of the debian installer for changes it
and choose the packages I want to install
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i create my own distro deathalele Linux - Distributions 3 12-09-2008 11:43 AM
can anyone create a new distro?? nazib Linux - General 1 02-24-2005 07:34 AM
How do I create my own distro install-cd ? Dark Carnival Linux - Distributions 2 10-31-2004 04:15 PM
Create a distro iotc247 Linux - General 1 06-12-2004 11:05 PM
I want to create my own distro hus Linux - General 2 06-12-2004 08:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration