Subversion Repositories ALCASAR

Rev

Rev 2947 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2947 Rev 3114
1
Mageia + ALCASAR (Mageiar) ISO builder
1
Mageia + ALCASAR (Mageiar) ISO builder
2
===================
2
===================
3
 
3
 
4
Goal
4
Goal
5
----
5
----
6
 
6
 
7
The goal is to create a minimalist ISO image to install both Mageia and Alcasar with all its dependencies.
7
The goal is to create a minimalist ISO image to install both Mageia and Alcasar with all its dependencies.
8
 
8
 
9
How it works
9
How it works
10
------------
10
------------
11
 
11
 
12
The script lists the RPMs installed on a running ALCASAR in order to create a dedicated ISO file.
12
The script lists the RPMs installed on a running ALCASAR in order to create a dedicated ISO file.
13
Once the ISO is done, one can boot on it and install the OS normally. The ALCASAR tarball is available in /root folder.
13
Once the ISO is done, one can boot on it and install the OS normally. The ALCASAR tarball is available in /root folder.
14
 
14
 
15
What it needs
15
What it needs
16
-------------
16
-------------
17
 
17
 
-
 
18
10G of freespace on /home
18
The Mageia ISO image and ALCASAR tarball are to be placed in the `ressources` directory before running the script.
19
The Mageia ISO image and ALCASAR tarball are to be placed in the `ressources` directory before running the script.
19
 
20
 
20
How to use
21
How to use
21
----------
22
----------
22
 
23
 
23
	Usage : build-iso.sh
24
	Usage : build-iso.sh
24
 
25
 
25
This script can be run several times (the needed rpms are downloaded only one time) 
26
This script can be run several times (the needed rpms are downloaded only one time) 
26
 
27
 
27
What can be done
28
What can be done
28
----------------
29
----------------
29
 
30
 
30
The ISO image seems to be already as light as it can be. With all the necessary packages, it weighs around 900 Mo.
31
The ISO image seems to be already as light as it can be. With all the necessary packages, it weighs around 900 Mo.
31
 
32
 
32
Here is a list of interesting functionalities:
33
Here is a list of interesting functionalities:
33
- Use DrakX to install and configure Alcasar graphically
34
- Use DrakX to install and configure Alcasar graphically
34
- Propose an automatic partition table suitable for Alcasar
35
- Propose an automatic partition table suitable for Alcasar
35
 
36