|
1 | 1 | #!/usr/bin/env bash
|
2 | 2 | # Header_start
|
3 |
| -################################################################################# |
4 |
| -# # |
5 |
| -# Script de creation de Boot Alterné sur des serveurs redhat # |
6 |
| -# ----------------------------------------------------------------------------- # |
7 |
| -# Author: Alfred TCHONDJO - Iriven France Pour Orange # |
8 |
| -# Date: 2019-05-02 # |
9 |
| -# ----------------------------------------------------------------------------- # |
10 |
| -# Revisions # |
11 |
| -# # |
12 |
| -# G1R0C0 : Creation du script le 02/05/2019 (AT) # |
13 |
| -# G1R0C1 : Update - détection auto des FS le 30/09/2019 (AT) # |
14 |
| -# # |
15 |
| -################################################################################# |
| 3 | +############################################################################################## |
| 4 | +# # |
| 5 | +# Author: Alfred TCHONDJO - Iriven France # |
| 6 | +# Date: 2019-05-14 # |
| 7 | +# Website: https://github.com/iriven?tab=repositories # |
| 8 | +# # |
| 9 | +# ------------------------------------------------------------------------------------------ # |
| 10 | +# # |
| 11 | +# Project: Linux Alternate Boot (BOOTALT) # |
| 12 | +# Description: An advanced tool to create alternate boot environment on Linux servers. # |
| 13 | +# Version: 1.0.1 (G1R0C1) # |
| 14 | +# # |
| 15 | +# License: GNU GPLv3 # |
| 16 | +# # |
| 17 | +# This program is free software: you can redistribute it and/or modify # |
| 18 | +# it under the terms of the GNU General Public License as published by # |
| 19 | +# the Free Software Foundation, either version 3 of the License, or # |
| 20 | +# (at your option) any later version. # |
| 21 | +# # |
| 22 | +# This program is distributed in the hope that it will be useful, # |
| 23 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of # |
| 24 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # |
| 25 | +# GNU General Public License for more details. # |
| 26 | +# # |
| 27 | +# You should have received a copy of the GNU General Public License # |
| 28 | +# along with this program. If not, see <http://www.gnu.org/licenses/>. # |
| 29 | +# # |
| 30 | +# ------------------------------------------------------------------------------------------ # |
| 31 | +# Revisions # |
| 32 | +# # |
| 33 | +# - G1R0C0 : Creation du script le 14/05/2019 (AT) # |
| 34 | +# - G1R0C1 : Update - détection auto des FS le 30/09/2019 (AT) # |
| 35 | +# # |
| 36 | +############################################################################################## |
16 | 37 | # Header_end
|
17 | 38 | # set -x
|
18 | 39 | #-------------------------------------------------------------------
|
|
0 commit comments