●정보 ) redpill tiny core 최근 빌드 정보 소개
♨ 카랜더 일정 :
2022년07월16일
컨텐츠 정보
- 13,639 조회
본문
●정보 ) redpill tiny core 최근 빌드 소개
=================================
redpill tiny core v0.8.0.3
정상 빌드후 부팅 화면
기본 Tiny core red pill boot loader 다운로드 후 esxi 서버용으로 vmdk 파일로 변경 파일로 변환 부팅 합니다
Tiny Core Image Build 로 부팅후
Ctrl + Alt + F1 으로 터미널 모드로 진입
ifconfig로 ip 확인
tc
P@ssw0rd
===========================
rploader.sh 도움말
----------
tc@box:~$ ./rploader.sh help
rploader.sh
Version : 0.8.0.3
----------------------------------------------------------------------------------------
Usage: ./rploader.sh <action> <platform version> <static or compile module> [extension manager arguments]
Actions: build, ext, download, clean, update, listmod, serialgen, identifyusb, patchdtc,
satamap, backup, backuploader, restoreloader, restoresession, mountdsmroot, postupdate,
mountshare, version, help
- build <platform> <option> :
Build the ???? RedPill LKM and update the loader image for the specified platform version and update
current loader.
Valid Options: static/compile/manual
- ext <platform> <option> <URL>
Manage extensions using redpill extension manager.
Valid Options: add/force_add/info/remove/update/cleanup/auto . Options after platform
Example:
rploader.sh ext apollolake-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json
or for auto detect use
rploader.sh ext apollolake-7.0.1-42218 auto
- download <platform> :
Download redpill sources only
- clean :
Removes all cached and downloaded files and starts over clean
- update :
Checks github repo for latest version of rploader, and prompts you download and overwrite
- listmods <platform>:
Tries to figure out any required extensions. This usually are device modules
- serialgen <synomodel> <option> :
Generates a serial number and mac address for the following platforms
DS3615xs DS3617xs DS916+ DS918+ DS920+ DS3622xs+ FS6400 DVA3219 DVA3221 DS1621+
Valid Options : realmac , keeps the real mac of interface eth0
- identifyusb :
Tries to identify your loader usb stick VID:PID and updates the user_config.json file
- patchdtc :
Tries to identify and patch your dtc model for your disk and nvme devices. If you want to have
your manually edited dts file used convert it to dtb and place it under /home/tc/custom-modules
- satamap :
Tries to identify your SataPortMap and DiskIdxMap values and updates the user_config.json file
- backup :
Backup and make changes /home/tc changed permanent to your loader disk. Next time you boot,
your /home will be restored to the current state.
- backuploader :
Backup current loader partitions to your TCRP partition
- restoreloader :
Restore current loader partitions from your TCRP partition
- restoresession :
Restore last user session files. (extensions and user_config.json)
- mountdsmroot :
Mount DSM root for manual intervention on DSM root partition
- postupdate :
Runs a postupdate process to recreate your rd.gz, zImage and custom.gz for junior to match root
- mountshare :
Mounts a remote CIFS working directory
- version <option>:
Prints rploader version and if the history option is passed then the version history is listed.
Valid Options : history, shows rploader release history.
- help: Show this page
Version : 0.8.0.3
----------------------------------------------------------------------------------------
Available platform versions:
----------------------------------------------------------------------------------------
apollolake-7.0-41890
apollolake-7.0.1-42218
apollolake-7.0.1-42218-JUN
apollolake-7.1.0-42621
apollolake-7.1.0-42661
broadwell-7.0.1-42218
broadwell-7.0.1-42218-JUN
broadwell-7.1.0-42621
broadwell-7.1.0-42661
broadwellnk-7.0.1-42218
broadwellnk-7.0.1-42218-JUN
broadwellnk-7.1.0-42621
broadwellnk-7.1.0-42661
bromolow-7.0.1-42218
bromolow-7.0.1-42218-JUN
bromolow-7.1.0-42621
bromolow-7.1.0-42661
denverton-7.0.1-42218
denverton-7.0.1-42218-JUN
denverton-7.1.0-42621
denverton-7.1.0-42661
ds2422p-7.0.1-42218-JUN
geminilake-7.0.1-42218
geminilake-7.0.1-42218-JUN
geminilake-7.1.0-42621
geminilake-7.1.0-42661
v1000-7.0.1-42218
v1000-7.0.1-42218-JUN
v1000-7.1.0-42621
v1000-7.1.0-42661
----------------------------------------------------------------------------------------
Check custom_config.json for platform settings.
tc@box:~$
==============
부팅후 작업 입니다
============
./rploader.sh update
./rploader.sh fullupgrade
./rploader.sh clean
빌드
./rploader.sh satamap
./rploader.sh serialgen DS920+
./rploader.sh build geminilake-7.1.0-42621
종료하기
exitcheck.sh poweroff
재부팅
sudo reboot
========== 빌드방법 ===========
방법1)
./rploader.sh build geminilake-7.1.0-42621
방법2)
myv.sh
최근 my.sh의 기능 향상으로 빌드가 편해 졌습니다
다운로드
tc@box:~$ cat my_build_update.sh
echo " =============================
Posted Saturday at 09:37 PM
Release DS1520+ jun mode m shell.
With @jumkey's help, it's done.
DS1520+ is a 5-bay product with one more disk bay than DS920+.
You can think of it as a similar model to the DS920+.
Like the DS920+, it supports transcoding and is a DTC-based model.
It is a model that can be built only in the M shell.
You can use the build command as below.
./my.sh DS1520+J
For VMs that require additional ext , etc., it is as follows.
./myv.sh DS1520+J
For first-time users, please download and install it in advance as shown below.
======================================== "
curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" --output my.sh.gz; tar -zxvf my.sh.gz;
curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/myv.sh.gz" --output myv.sh.gz; tar -zxvf myv.sh.gz;
ls -lrt m*.sh
tc@box:~$
빌드
정상빌드후 부팅 .
☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠1.png
뷰PDF 1,2
office view
관련자료
-
링크
댓글목록
등록된 댓글이 없습니다.