Subversion Repositories ALCASAR

Rev

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

Rev 2944 Rev 2947
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
The Mageia ISO image and ALCASAR tarball are to be placed in the `ressources` directory before running the script.
18
The Mageia ISO image and ALCASAR tarball are to be placed in the `ressources` directory before running the script.
19
 
19
 
20
How to use
20
How to use
21
----------
21
----------
22
 
22
 
23
	Usage : build-iso.sh
23
	Usage : build-iso.sh
24
 
24
 
-
 
25
This script can be run several times (the needed rpms are downloaded only one time) 
-
 
26
 
25
What can be done
27
What can be done
26
----------------
28
----------------
27
 
29
 
28
The ISO image seems to be already as light as it can be. With all the necessary packages, it weighs around 800 Mo.
30
The ISO image seems to be already as light as it can be. With all the necessary packages, it weighs around 900 Mo.
29
 
31
 
30
Here is a list of interesting functionalities:
32
Here is a list of interesting functionalities:
31
- if a needed RPM has not been updated, copy it from the Mageia iso file instead of download it from repository
-
 
32
- Use DrakX to install and configure Alcasar graphically
33
- Use DrakX to install and configure Alcasar graphically
33
- Propose an automatic partition table suitable for Alcasar
34
- Propose an automatic partition table suitable for Alcasar
34
 
35