Author Topic: Debian Remaster HELP!  (Read 1747 times)

yourlife

  • Member
  • **
  • Posts: 52
  • Kudos: 2
  • The One And Only Autistic Albino!
    • Yourlife
Debian Remaster HELP!
« on: 20 April 2010, 17:16 »
I'm (attempting) to remaster Debian (keep comments to yourself), and I need to A) turn it into a LiveCD and B) Make the LiveCD installable. I don't want to use Knoppix, I wan't to work purely from Debian.
By the worlds one and only Albino with Aspergers! Yes I'm awesome
http://www.yourlifegroup.org

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
Re: Debian Remaster HELP!
« Reply #1 on: 21 April 2010, 13:01 »
Good luck with that :)

God's speed, Sir.

Lead Head

  • Global Moderator
  • Member
  • ***
  • Posts: 1,508
  • Kudos: 534
Re: Debian Remaster HELP!
« Reply #2 on: 22 April 2010, 06:01 »
Debian does not have their own live cd installation iso?
sig.

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
Re: Debian Remaster HELP!
« Reply #3 on: 22 April 2010, 10:50 »
Debian does not have their own live cd installation iso?
No, only an installation CD or DVD.

Well, Ubuntu is based on Debian, and it has a LiveCD, so I guess yourlife's work is done.

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
Re: Debian Remaster HELP!
« Reply #4 on: 26 April 2010, 23:11 »
Some guy named John from Australia pointed out that Debian actually has a LiveCD. Sort of.
http://wiki.debian.org/LiveCD

worker201

  • Global Moderator
  • Member
  • ***
  • Posts: 2,810
  • Kudos: 703
    • http://www.triple-bypass.net
Re: Debian Remaster HELP!
« Reply #5 on: 27 April 2010, 01:40 »
Some guy named John from Australia.

Hmmm.

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: Debian Remaster HELP!
« Reply #6 on: 27 April 2010, 02:06 »
A LiveCD isn't rocket science, you can do it many ways. They all basically just create a ramdisk and extract an image of / there. Learning to do it via reverse engineering have looking at the bootloader isn't hard. I wouldn't use Knoppix for that as a beginner, http://www.damnsmalllinux.org/ was really fun in my youth to rip to shreds to learn about the process. Another one if it is still around is muLinux which is so fucking tiny it fits on a floppy, kinda a golden relic from the ninties. There is also the age old single-floppy distribution called tinfoilhatlinux, ironically that kernel is so old it probably has multiple security vulnerabilities.

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Re: Debian Remaster HELP!
« Reply #7 on: 27 April 2010, 14:30 »
my favourite live distro back in the day (because it fully worked on a laptop i had with a 66MHz CPU and 64MB of RAM) is BasicLinux: http://distro.ibiblio.org/pub/linux/distributions/baslinux/

i loved it.
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

yourlife

  • Member
  • **
  • Posts: 52
  • Kudos: 2
  • The One And Only Autistic Albino!
    • Yourlife
Re: Debian Remaster HELP!
« Reply #8 on: 27 April 2010, 18:23 »
Maybe I need to make this a little clearer, I want to gut Debian (or due to the fact that it's being a bitch, I might just do Linux From Scratch) and I want to turn a full linux install into a liveCD that can be installed on another system
By the worlds one and only Albino with Aspergers! Yes I'm awesome
http://www.yourlifegroup.org

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: Debian Remaster HELP!
« Reply #9 on: 30 April 2010, 18:33 »
Debian installs gutted, the most basic install CD is a couple of hundred meg. You will want to use this, the LiveCD page on the debian wiki above explains how to turn what you create into a LiveCD. You will need a good understanding of the Linux boot process. Personally if I were going to do what you are doing, I would get Knoppix and have a good look at the initrd and /etc/rc which is where all the magic happens when the system boots. Reverse engineering is pretty fun.

Doing a Linux from Scratch is pretty undesirable if you want anything practical out of your system. Another option could be using BSD, as the system is simple to modify. You make any changes you want to /usr/src including even introducing ports to the base system and then 'make build.' FreeBSD already has a LiveCD target. I myself have my own distribution of FreeBSD used internally for servers.