Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
[Version 3.0.1]
The latest stable version.

Starting with V3.x, Graphical Interface Installation(UI) is supported!

1、Add Ubuntu20.04
2、update CentOS8/7
3、update Bare-metal_System_Deployment_Platform
4、Framework update
5、Add security alert function to protect your server security
6、Etc..

If you have any improvements and repairs, please submit them.
  • Loading branch information
MeowLove committed Sep 14, 2020
1 parent bbc74cd commit 6bd954c
Show file tree
Hide file tree
Showing 11 changed files with 2,620 additions and 73 deletions.
Binary file modified CoreFiles/CXT_Bare-metal_System_Deployment_Platform.vhd.gz
Binary file not shown.
12 changes: 12 additions & 0 deletions CoreFiles/ifcfg-eth0
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
TYPE=Ethernet
BOOTPROTO=dhcp
DEFROUTE=yes
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
NAME=eth0
DEVICE=eth0
ONBOOT=yes
DNS1=1.1.1.1
DNS2=8.8.8.8

12 changes: 12 additions & 0 deletions CoreFiles/motd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

-------------------------------------------------------------------------
- Welcome back ! The server connection is successful ! -
-------------------------------------------------------------------------
- HostName: CentOS 8 -
- IP address: 127.0.0.1 -
- You need to modify this login warning ! vim /etc/motd -
-------------------------------------------------------------------------
- Enable Cockpit [sudo systemctl enable --now cockpit.socket] -
- RedHat Cockpit https://ip:9090 -
-------------------------------------------------------------------------

4 changes: 2 additions & 2 deletions CoreShell/Core_Install.sh → CoreShell/Core_Install_2019.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ if [[ "$SpikCheckDIST" == '0' ]]; then
fi

[[ "$ddMode" == '1' ]] && {
export SSL_SUPPORT='https://www.cxthhhhh.com/tech-tools/Network-Reinstall-System-Modify/CoreFiles/wget_udeb_amd64.tar.gz';
export SSL_SUPPORT='https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreFiles/wget_udeb_amd64.tar.gz';
if [[ -n "$tmpURL" ]]; then
DDURL="$tmpURL"
echo "$DDURL" |grep -q '^http://\|^ftp://\|^https://';
Expand Down Expand Up @@ -423,7 +423,7 @@ else
exit 1;
fi
if [[ "$linux_relese" == 'debian' ]]; then
wget --no-check-certificate -qO '/boot/firmware.cpio.gz' "http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/${DIST}/current/firmware.cpio.gz"
wget --no-check-certificate -qO '/boot/firmware.cpio.gz' "https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/${DIST}/current/firmware.cpio.gz"
[[ $? -ne '0' ]] && echo -ne "\033[31mError! \033[0mDownload 'firmware' for \033[33m$linux_relese\033[0m failed! \n" && exit 1
if [[ "$ddMode" == '1' ]]; then
vKernel_udeb=$(wget --no-check-certificate -qO- "http://$DISTMirror/dists/$DIST/main/installer-$VER/current/images/udeb.list" |grep '^acpi-modules' |head -n1 |grep -o '[0-9]\{1,2\}.[0-9]\{1,2\}.[0-9]\{1,2\}-[0-9]\{1,2\}' |head -n1)
Expand Down
Loading

0 comments on commit 6bd954c

Please sign in to comment.