Files
tinycore-redpill/README.md

38 lines
1.3 KiB
Markdown
Raw Normal View History

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
2022-10-27 14:25:16 +08:00
### 6. `./rploader.sh build bromolow-7.0.1-42218`