LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   my own distro ... how to (https://www.linuxquestions.org/questions/linux-newbie-8/my-own-distro-how-to-771318/)

fachamix 11-24-2009 04:10 PM

my own distro ... how to
 
I have Ubuntu 9.04 installed , with some changes like new programs installed, some uninstalled, new theme, etc etc etc.

how can I make a distro of the ubuntu tunned up by me.... in other words, HOW CAN I MAKE A DISTRO WITH THE LINUX INSTALLED IN MY HARD DISK ????

MysticalGroovy 11-24-2009 04:16 PM

well you can use Linux-Live Scripts to create a live-cd/usb distro from your already installed system on your harddisk

or check the following link (ubuntu forums)
http://ubuntuforums.org/showthread.php?t=107522

Tinkster 11-24-2009 04:22 PM

Quote:

Originally Posted by fachamix (Post 3768399)
I have Ubuntu 9.04 installed , with some changes like new programs installed, some uninstalled, new theme, etc etc etc.

how can I make a distro of the ubuntu tunned up by me.... in other words, HOW CAN I MAKE A DISTRO WITH THE LINUX INSTALLED IN MY HARD DISK ????

And I'll say "If you have to ask that question you're probably
not meant to run your own distro".

fachamix 11-24-2009 04:35 PM

what if I dont want it to be Live cd or USB , I want it to be installed in the hard disk

fachamix 11-24-2009 04:37 PM

I am working for a company, I have to install Ubuntu on my clients, and everytime I have to install it, I have to download software, install it, configure samba ... etc etc etc.

So I was thinking that maybe I could do that on 1 machine only and,.... some how.... "PASTE " that modified Ubuntu in other machines

gold_leaf 11-24-2009 05:37 PM

Tried aptoncd?

linus72 11-24-2009 06:26 PM

Remastersys

You install any Ubuntu-8.04-9.04/Debian-Lenny, configure everything, then do remastersys backup
and bam you have a livecd/usb that can be installed via Ubquity installer

But, you want 2 things:
1) A pre-configured system

2) The ability to "clone" that hd install to other PC's without? having
to use the installer?

Meaning; you want to simply clone an install into other PC's?

I think you can use Clonezilla to do this; but I have never used it...
http://clonezilla.org/

there's also DRBL; which clones over network I believe
http://drbl.sourceforge.net/

PartedMagic has Clonezilla and a helpful forum, firefox and flash10 availabale
http://partedmagic.com/

hope that helps?

Here is my Remastersys remaster of Ubuntu-9.04
http://linux.softpedia.com/get/Syste...DE-52442.shtml

MrCode 11-24-2009 06:27 PM

Quote:

So I was thinking that maybe I could do that on 1 machine only and,.... some how.... "PASTE " that modified Ubuntu in other machines
I think what you might be looking to do is "image" your HDD and "restore" it to other machines. You can use a specialized LiveCD for this (such as Clonezilla), or you can use the dd command (from a regular distro LiveCD; you won't be able to do this while your existing file system is mounted) to create an image file that you can then dd again to the destination drive.

Example:

Code:

Create the image:
dd if=/dev/(HDD device name here) of=/home/hdd_image.img

"Restore" image to a HDD:
dd if=/home/hdd_image.img of=/dev/(HDD device name here)

EDIT: linus72 got to it first...his links are better.

linus72 11-24-2009 06:30 PM

Actually though MrCode;
I defer to you as my whole experience in Linux does not include cloning/dd'ing anything (yet:)

I would go with dd if'n that works as it would be easier I think?

MrCode 11-24-2009 07:10 PM

Quote:

I would go with dd if'n that works as it would be easier I think?
Yes, dd would probably be easier. I've only had to do a clone/restore once, when my HDD was going bad. I didn't know about dd at the time, though, so I found Clonezilla. Reasonably easy; it pretty much walks you through the whole thing, but in retrospect dd probably would've been quicker. :)

fachamix 11-25-2009 04:48 AM

thanks a lot thanks a lot

every answer help me, every one.

thanks a lot again


All times are GMT -5. The time now is 05:18 PM.