28.03.2024, 12:24 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Grow-Knoppix: Clone your own Kanotix

This xdialog script makes it easy to copy Kanotix and add to it.
The best system is to have a CD drive to boot and a DVD burner as cdrom1?.
However, the iso file can be made and burned as a second step.
DVD-RW disks work well and can be blanked with "dvd+rw-format -blank /dev/cdrom1?"

1. The simplest method is to edit menu.lst so the new DVD default boot is what you want.
The first line default 0 can be changed to pick a grub menu item.
Add your cheatcodes at the end of the default line that starts with # kernel
No more having to reboot when you look away and miss the chance to pick your language.

2. Background image selection is made by a dcop script placed in ~/.kde/Autostart

3. Autostart items can open a greeting, start programs, and run your setup script.
KDE dcop scripts can control many desktop settings.

4. New applications are added by booting with a union file system.
First make an empty image file with:
dd if=/dev/zero of=/mnt/hda5/myunion-image count=1M
// Use 2M for a 1 gig file. Create a file system with:     
mkfs.ext2 myunion-image

// Boot the CD with:      
unionrw=/mnt/hda5/myunion-image
// then 
# apt-get update && apt-get install <new application> 

// The file myunion-image may be copied to the base of the new DVD.
// Boot with cheat code   
unionro=/cdrom/myunion-image 
// to use your new applications.

// If placed on a hard drive then use  
unionrw=/hda5/myunion-image 


5. Content, gigabytes of it, can be placed on the DVD.

Why make a clone DVD CD?
To make booting with your preferences easy.
To give out, publish, to add content.
To archive programs and versions to keep for comparison and backup.
Test multiple operating systems without having to install to hard drive.
Keep data and programs with the operating system needed.

Grow-Knoppix
XML Revisions of $tag
Seiten-History :: Letzter Editor : Richard :: Eigentümer : paradocs ::
Powered by pnWikka 1.0
 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.