# tinycore-redpill **Repository Path**: pocopico/tinycore-redpill ## Basic Information - **Project Name**: tinycore-redpill - **Description**: https://github.com/pocopico/tinycore-redpill的副本 已完整换源至gitee(大概) GitHub:https://github.com/kimikkorow/tinycore-redpill 同步2022.08.12之前更新 使用指北:下载并将镜像写入引导,ssh连接运行引导的设备,复制本仓库rploader.sh文件内容并替换原文件内容,更新资源即可 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-08-30 - **Last Updated**: 2022-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tinycore-redpill This is a testing version. Do not use unless you are certain you have no data to lose. # Instructions A normal build process would start with : 1. Image burn a. For physical gunzip and burn img file to usb stick b. For virtual gunzip and use the provided vmdk file 2. Boot tinycore 3. ssh to your booted loader or just open the desktop terminal 4. Bring over your json files (global_config.json,custom_config.json, user_config.json ) 5. Check the contents of user_config.json, if satisfied keep or else run : a. Perform a rploader update by running ./rploader.sh update now b. Perform a fullupdate to update all local files of your image by running ./rploader.sh fullupgrade now c. Change you serial and mac address by running ./rploader.sh serialgen DS3615xs, if you want to use WoL you can use realmac option here e.g. ./rploader.sh serialgen DS3515xs realmac d. Update user_config.json with your VID:PID of your usb stick by running ./rploader.sh identifyusb now e. Update user_config.json with your SataPortMap and DiskIdxMap by running ./rploader.sh satamap now f. Backup your changes to local loader disk by running ./rploader.sh backup now 6. ./rploader.sh build bromolow-7.0.1-42218 ------------------------------------------------------------------------------------------------------------------------------- ## 使用指南 1、使用 main分支 / tinycore-redpill.v0.8.0.0.img.gz镜像 编译 ```bash sudo curl -k https://gitee.com/kimikkorow/tinycore-redpill/raw/main/rploader.sh -O && \ sudo chmod 777 *.sh && \ git config --global http.sslVerify false && \ ./rploader.sh update now && \ ./rploader.sh fullupgrade now && \ ./rploader.sh clean now ``` 2、使用 develop分支 / tinycore-redpill.v0.9.0.2.img.gz镜像 编译 ```bash sudo curl -k https://gitee.com/kimikkorow/tinycore-redpill/raw/develop/rploader.sh -O && \ sudo chmod 777 *.sh && \ git config --global http.sslVerify false && \ ./rploader.sh update now && \ ./rploader.sh fullupgrade now && \ ./rploader.sh clean now ``` 3、使用以下命令设置配置文件并编译 ```bash ./rploader.sh serialgen DS3615xs && \ ./rploader.sh identifyusb now && \ ./rploader.sh satamap now && \ ./rploader.sh build bromolow-7.0.1-42218 ``` 其中 broadwell 为设备代号 7.0.1-42218 为版本号 使用命令 ./rploader.sh 可以查看能够编译的版本 根据自己情况修改命令即可