Subversion Repositories ALCASAR

Rev

Rev 2941 | Rev 2947 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2941 Rev 2944
Line 7... Line 7...
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 download them from Internet repository.
12
The script lists the RPMs installed on a running ALCASAR in order to create a dedicated ISO file.
13
Then, it downloads the RPM need to create an ISO file.
-
 
14
Once the ISO is done, one can boot on it and install the OS normally. The ALCASAR archive is copied 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.
15
 
14
 
16
What it needs
15
What it needs
17
-------------
16
-------------
18
 
17
 
19
The Mageia ISO image and ALCASAR archive 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.
20
 
19
 
21
How to use
20
How to use
22
----------
21
----------
23
 
22
 
24
	Usage : build-iso.sh
23
	Usage : build-iso.sh
25
 
24
 
26
What can be done
25
What can be done
27
----------------
26
----------------
28
 
27
 
29
The ISO image seems to be already as light as it can be. With all the necessary packages, it weighs around 800Mo.
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
 
29
 
31
Here is a list of interesting functionnalities:
30
Here is a list of interesting functionalities:
32
- if a needed RPM has not been updated, copy it from the Mageia iso file instead of download it from repository
31
- if a needed RPM has not been updated, copy it from the Mageia iso file instead of download it from repository
33
- Use DrakX to install and configure Alcasar graphically
32
- Use DrakX to install and configure Alcasar graphically
34
- Propose an automatic partition table suitable for Alcasar
33
- Propose an automatic partition table suitable for Alcasar