Morphix_howto.pdf

(3773 KB) Pobierz
All Recipes and How Tos
Abstract:
This document contains all the recipes and how tos for Morphix from many
different authors, as one file for easy download.
Contents: -
Morphing Morphix - adding modules and making cd images
http://prdownloads.sourceforge.net/morphix/How_to_Add_Modules.pdf
Morphix Gnome PCAuthority article
http://prdownloads.sourceforge.net/morphix/PCAuthority_Morphix_tutorial.pdf
Module making, a technical point of view
http://prdownloads.sourceforge.net/morphix/modmaking.pdf
Making your own minimodules
http://prdownloads.sourceforge.net/morphix/How_to_Use_Mini_Module_Generator.pdf
Handling Mainmodules - the definitive guide
http://prdownloads.sourceforge.net/morphix/tech2k-mainmod-v2.pdf
How Easy it is to use TROM for Main Modding
http://prdownloads.sourceforge.net/morphix/How_to_Use_TROM.pdf
How to Make a Single Application Morph
http://prdownloads.sourceforge.net/morphix/How_to_Make_Single_Application_Morph.pdf
?download
Starting applications automatically with Morphix KDE
http://prdownloads.sourceforge.net/morphix/How_to_Simplest_Morph.pdf
Using CD-Persistant
http://prdownloads.sourceforge.net/morphix/How_to_Use_cd_persistant.pdf
Morphix Website:
http://www.morphix.org
v1.0 – 2004-Jul-11
How to Add Modules To A Morphix CD
Brendan M. Sleight
(bmsleight@barwap._REMOVE_SPAM_TRAP.com)
May, 2004
Abstract:
This short document describes how add modules on a Morphix Live
CD. It is based upon Alex de Landgraaf original How To 'isohowto'
A Morphix CD consists of five parts: a base module, one or more main
modules, any mini modules, any Debian package you want installed at
start up, any files to copy from the CD and files to be executed at
boottime.
This documents describes how to add mini-modules to a Morphix Live
CD. There different way to achive this:-
Type commands in a Terminal Window to build a new iso.
Using an application designed for burning CDs.
Make a multi-session CD and add the mini-module as a 2
nd
session.
Morphix Website:
http://www.morphix.org
Required Ingredients:
1
1
1
1
1
x
x
x
x
x
PC to boot
HardDisk Drive with ~550MB free
Blank CD (Preferably CD-RW)
Morphix iso file
Mini-module
[One of the following]
1 x Morphix CD to boot
1 x Installed Morphix 0.4 or higher. (Any GNU/Linux may do)
Approximate cooking time:10 Minutes. + Burning time for CD
(Quick stir-fry)
Enter the Kitchen:
Make sure you have the files (iso and mini-mod) downloaded. I have
assumed these have been downloaded and stored in :
/hda1/morphing/
equivalent to
c:\morphing\
If the files are stored somewhere else, replace this path though-out
the commands.
Boot-up your GNU/Linux Morphix system, either you installed system
or a Morphix CD
Note all the commands below are typed (or cut and pasted from this
document) into a shell terminal. So open up a terminal shell which we
will be using for the rest of the process. Then, if you using the
Morphix CD set a temporary root password (anything you like):
sudo passwd
Then become root/super-user
su
We then mount the cd image (iso) on to the current file system .
mkdir /mnt/iso
mount /dev/hda1 /mnt/hda1
mount -o loop /mnt/hda1/morphing/MorphixCombined-Gnome-0.4-1.iso /mnt/iso
We then have three ways to add the mini-module
Create a new iso containing the mini-module.
Use a application designed for burning CDs
Make a multi-session cd and add the mini-module as the second
session.
(With this option you do not need the last three commands
(mkdir /mnt/iso, mount and mount -o loop ....)
Option 1: Create a New Iso
Preparing the Ingredients
First copy all the files to an temporary area on the hard disk :-
mkdir /mnt/hda1/morphing/tmp
cp -a -R /mnt/iso /mnt/hda1/morphing/tmp/iso
This may take a few minutes to copy across.
Add the Chilli Powder
Then copy in the mini-module:-
cp /mnt/hda1/morhping/MorphixMini-printing.mod
/mnt/hda1/morphing/tmp/iso/minimod
\
Put Everything In to a Dish
Now it is time to make the new iso :-
mkisofs -pad -l -r -J -v -V "CD-Label" -b base/boot.img -c base/boot.cat -hide -rr
-moved -o /mnt/hda1/morphing/NewIso.iso /mnt/hda1/morphing/tmp/iso/
\
Put Everything In to a Dish
Now burn the NewIso.iso using you favourite CD burning application.
Option 2: Use a application designed for
burning CDs - XCDROAST
Load-up XCDRoast
xcdroast &
Select Master Track, then add the files from /mnt/iso
Add them to root (/) of CD
Zgłoś jeśli naruszono regulamin