Files
tinycore-redpill/README.md

43 lines
1.9 KiB
Markdown
Raw Normal View History

2023-10-25 14:25:30 +03:00
<a href="https://github.com/pocopico/tinycore-redpill/releases"><img src="https://img.shields.io/github/release/pocopico/tinycore-redpill.svg"></a>
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fpocopico%2Ftinycore-redpill&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false"/></a>
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/pocopico)
2022-09-25 12:51:10 +03:00
# tinycore-redpill
2022-10-27 14:25:16 +08:00
2022-09-25 12:51:10 +03:00
This is a testing version. Do not use unless you are certain you have no data to lose.
2022-09-29 16:19:16 +03:00
Please note that minimum recommended memory size for configuring the loader is 2GB
2022-09-25 12:51:10 +03:00
# Instructions
A normal build process would start with :
2022-10-27 14:25:16 +08:00
### 1. Image burn
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
* a. For physical gunzip and burn img file to usb stick
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
* b. For virtual gunzip and use the provided vmdk file
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
### 2. Boot tinycore
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
### 3. ssh to your booted loader or just open the desktop terminal
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
### 4. Bring over your json files (`global_config.json`, `custom_config.json`, `user_config.json`)
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
### 5. Check the contents of user_config.json, if satisfied keep or else run:
2022-09-25 12:51:10 +03:00
2022-11-11 23:39:21 +08:00
* a. Perform a rploader update by running `./rploader.sh update`
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
* b. Perform a fullupdate to update all local files of your image by running `./rploader.sh fullupgrade`
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
* 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`
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
* d. Update user_config.json with your VID:PID of your usb stick by running `./rploader.sh identifyusb`
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
* e. Update user_config.json with your SataPortMap and DiskIdxMap by running `./rploader.sh satamap`
2022-09-25 12:51:10 +03:00
2022-10-27 14:25:16 +08:00
* f. Backup your changes to local loader disk by running `./rploader.sh backup`
2022-09-25 12:51:10 +03:00
### 6. `./rploader.sh build ds3615xs-7.0.1-42218`