# sysprep-linux **Repository Path**: hqywork/sysprep-linux ## Basic Information - **Project Name**: sysprep-linux - **Description**: 用于 Linux 的重新封装脚本。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Linux 重新封装脚本 ================== | 发行版 | 版本 | 下载 | | ------ | ---- | --------------------------------------------------------------------------------------------------- | | CentOS | v7.x | `wget -O /tmp/sysprep.sh https://gitee.com/hqywork/sysprep-linux/raw/master/src/sysprep-centos7.sh` | ## 脚本的使用 - 授予可执行权限 ```bash chmod u+x /tmp/sysprep.sh ``` - 执行命令 ```bash /tmp/sysprep.sh ```