Skip to content

Commit 5af0148

Browse files
committed
auto detect FS
1 parent 383aea9 commit 5af0148

File tree

14 files changed

+3826
-244
lines changed

14 files changed

+3826
-244
lines changed

BootAltOperateAll.sh

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,39 @@
11
#!/usr/bin/env bash
22
# 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+
##############################################################################################
1637
# Header_end
1738
# set -x
1839
#-------------------------------------------------------------------

0 commit comments

Comments
 (0)