Subversion Repositories ALCASAR

Rev

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

Rev 2672 Rev 2687
Line 1... Line 1...
1
Mageiar ISO builder
1
"Mageia + ALCASAR" ISO builder
2
===================
2
===================
3
 
3
 
4
Goal
4
Goal
5
----
5
----
6
 
6
 
7
The goal here is to create a minimalist ISO image of Mageia-Linux with the ALCASAR archive and all its RPM dependencies.
7
The goal is to create a minimalist bootable ISO image of Mageia-Linux embedding the ALCASAR archive and all its RPM dependencies. The name of this ISO image is "mageiar".
8
 
8
 
9
How it works
9
How it works
10
------------
10
------------
11
 
11
 
12
The script uses an official Mageia docker image to retrieve a recursive list of dependecies that are downloaded and packaged in the installation ISO. ALCASAR dependencies list, as well as its kernel version, are retrieved from the ALCASAR tarball archive.
12
The script uses an official Mageia docker image to retrieve a recursive list of dependencies that are downloaded and packaged in the installation ISO. ALCASAR dependencies list, as well as its kernel version, are retrieved from the ALCASAR tarball archive.
13
 
13
 
14
Once the ISO is done, one can boot on it and install the OS normally. The dependencies are installed along the basesystem packages, which means that the Alcasar installer will only download updates.
14
Once the ISO is done, write it on a bootable device (CDROM, DVDROM, USB Key). Boot on it and install the OS normally. The dependencies are installed along the base system packages, which means that the ALCASAR installer will only download updates.
15
 
15
 
16
What it needs
16
What it needs
17
-------------
17
-------------
18
 
18
 
19
The script can be provided with both the Alcasar tarball archive as well as the Mageia ISO image.
19
The script can be provided with both the ALCASAR tarball archive as well as the Mageia ISO image.
20
The Alcasar archive can be given in argument using the `-a` option. Otherwise it will be downloaded automatically in its latest version.
20
The ALCASAR archive can be given in argument using the `-a` option. Otherwise it will be downloaded automatically in its latest version.
21
 
-
 
22
The Mageia ISO image is to be placed in the `ressources` directory.
21
The Mageia ISO image is to be placed in the `ressources` directory.
23
If Mageia image has been provided, it will be downloaded in the docker.
-
 
24
This is because the version has to match the one in the docker
-
 
25
 
-
 
26
The script's only dependency is the docker service and iptables ("urpmi iptables,docker"). All other dependencies, such as the RPM and ISO tools, will be installed within the docker.
22
The script only dependency is the docker service and iptables ("urpmi iptables,docker"). All other dependencies, such as the RPM and ISO tools, will be installed within the docker.
27
 
23
 
28
How to use
24
How to use
29
----------
25
----------
30
 
26
 
31
	Usage : buildMageiar [-a alcasar.tar.gz]
27
	Usage : buildMageiar [-a alcasar.tar.gz]
32
 
28
 
33
What can be done
29
What can be done
34
----------------
30
----------------
35
 
31
 
36
The ISO image seems to be already as light as it can be. With all the necessary packages, it weighs around 800Mo.
32
The ISO image seems to be already as light as it can be (about 800 Mo).
37
 
33
 
38
Here is a list of interesting functionnalities:
34
Here is a list of interesting functionalities:
39
- Use DrakX to install and configure Alcasar graphically
35
- Use DrakX to install and configure ALCASAR graphically (see folder "drakx")