11.Nas_1




● 설치된 드라브 목록 보기 )헤놀로지 RedPill tinyCore 만능부트로더

♨ 카랜더 일정 : 2022년02월15일
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    ● 설치된 드라브 목록)헤놀로지 RedPill tinyCore 만능부트로더
    빌드 진행후 바로 빌드된 드라이브 목록 보기
      ext-manager.sh info                        # gets info about all installed

    root@box:/home/tc/redpill-load# ./ext-manager.sh info
    [#] Checking runtime for required tools... [OK]
    [#] ========================================== pocopico.r8169 ==========================================
    [#] Extension name: r8169
    [#] Description: Adds RealTek RTL-8169 Gigabit Ethernet driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/r8169
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/r8169/rpext-index.json
    [#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds3615xs_42218
    [#] =======================================================================================
    [#] ========================================== thethorgroup.boot-wait ==========================================
    [#] Extension name: RedPill Bootwait
    [#] Description: Simple extension which stops the execution early waiting for the boot device to appear
    [#] To get help visit: https://github.com/RedPill-TTG/redpill-boot-wait
    [#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-boot-wait
    [#] Update URL: https://github.com/jumkey/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json
    [#] Platforms supported: ds918p_41890 ds3617xs_42218 ds918p_25556 ds3622xsp_42218 ds3615xs_41222 ds3615xs_25556 ds920p_42218 ds918p_42218 ds3615xs_42218
    [#] =======================================================================================
    [#] ========================================== thethorgroup.virtio ==========================================
    [#] Extension name: VirtIO
    [#] Description: Adds VirtIO support for fast network/PCI/SCSI/network/console paravirtualization under QEmu (Proxmox, VirtualBox, virsh, and similar)
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/RedPill-TTG/redpill-virtio
    [#] Software author: https://www.linux-kvm.org/page/Virtio
    [#] Update URL: https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json
    [#] Platforms supported: ds918p_41890 ds3617xs_42218 ds918p_25556 ds3622xsp_42218 ds3615xs_41222 ds3615xs_25556 ds920p_42218 ds918p_42218 ds3615xs_42218
    [#] =======================================================================================
    root@box:/home/tc/redpill-load#

    3232235521_1644921054.1198.png

    root@box:/home/tc/redpill-load# ./ext-manager.sh
    [#] Checking runtime for required tools... [OK]
      RedPill Extensions Manager
    ==============================
    Usage: ext-manager.sh <action> [arguments/options]
    ------------------------------
    Actions intended for users:
        info
          Purpose: Gets information about an extension (or all of them)
          Arguments:
            [EXT_ID]: id of the extension; optional (if not specified it will list all)
          Examples:
            ext-manager.sh info                        # gets info about all installed
            ext-manager.sh info thethorgroup.virtio    # gets info about thethorgroup.virtio
        add
          Purpose: Adds new extension. If exists this action will fail.
          Arguments:
            URL: the url to an index file; argument is mandatory
          Example: ext-manager.sh add https://example.tld/sample-ext/rpext-index.json

        force_add
          Purpose: Adds new extension. If it exists url is verified to be the same, if not extension is removed
                   and reinstalled from the URL provided. If extension exists with the same URL nothing happens.
          Arguments:
            EXT_ID: ID of the extension; argument is mandatory
            URL: the url to an index file; argument is mandatory
          Example: ext-manager.sh force_add example-dev.sample-ext https://example.tld/sample-ext/rpext-index.json

        cleanup
          Purpose: Remove all platform (cache) files for an extension. If it does not exists this action will fail.
          Arguments:
            [EXT_IDS]: comma-separated ordered list of extensions to cleanup; optional
          Examples:
            ext-manager.sh cleanup thethorgroup.virtio,thethorgroup.boot-wait  # cleanup only 2 extensions listed
            ext-manager.sh cleanup                                             # cleanup all extensions
        remove
          Purpose: Remove an extension and all its platform files. If it does not exists this action will fail.
          Arguments:
            EXT_ID: if of the extension to remove; argument is mandatory
          Example: ext-manager.sh remove badcoder.unstable-ext

        update
          Purpose: Updates information about extensions; this will NOT download platform extensions itself
          Arguments:
            [EXT_IDS]: comma-separated ordered list of extensions to update; optional
          Examples:
            ext-manager.sh update thethorgroup.virtio,thethorgroup.boot-wait  # update only 2 extensions listed
            ext-manager.sh update                                             # update all extensions installed
        help
          Purpose: Helping you! (you're reading it right now)
          Arguments: takes no arguments
    ------------------------------
    Actions intended for usage in scripts:
        _update_platform_exts
          Purpose: Checks all extensions added expecting the platform to be supported; updates all recipes & files
          Arguments:
            PLATFORM_CODE: id of the platform, e.g. ds3615xs_25556
            [EXT_IDS]: comma-separated ordered list of extensions to include; optional
        _dump_exts
          Purpose: Dump all extensions, their scripts + loader script; used by the redpill-load during image build
          Arguments:
            PLATFORM_CODE: id of the platform, e.g. ds3615xs_25556; required
            DST_DIR: where to save all files; required
            [EXT_IDS]: comma-separated ordered list of extensions to include; optional
    root@box:/home/tc/redpill-load#

    root@box:/home/tc/redpill-load# ./ext-manager.sh
    [#] 필요한 도구의 런타임 확인 중... [확인]
      RedPill 확장 관리자
    ================================
    사용법: ext-manager.sh <action> [인수/옵션]
    ------------------------------
    사용자를 위한 작업:
        정보
          목적: 확장(또는 모든 확장)에 대한 정보를 가져옵니다.
          인수:
            [EXT_ID]: 확장의 ID입니다. 선택 사항(지정하지 않으면 모두 나열됨)
          예:
            ext-manager.sh info # 설치된 모든 정보를 얻습니다.
            ext-manager.sh 정보 thorgroup.virtio # thorgroup.virtio에 대한 정보를 얻습니다.
        추가하다
          목적: 새 확장을 추가합니다. 존재하는 경우 이 작업은 실패합니다.
          인수:
            URL: 인덱스 파일의 URL 인수는 필수입니다
          예: ext-manager.sh 추가 https://example.tld/sample-ext/rpext-index.json
        force_add
          목적: 새 확장을 추가합니다. url이 존재할 경우 동일한 것으로 확인, 없을 경우 확장자 제거
                   제공된 URL에서 다시 설치하십시오. 동일한 URL을 가진 확장자가 존재하면 아무 일도 일어나지 않습니다.
          인수:
            EXT_ID: 확장의 ID입니다. 인수는 필수입니다
            URL: 인덱스 파일의 URL 인수는 필수입니다
          예: ext-manager.sh force_add example-dev.sample-ext https://example.tld/sample-ext/rpext-index.json
        대청소
          목적: 확장에 대한 모든 플랫폼(캐시) 파일을 제거합니다. 존재하지 않으면 이 작업은 실패합니다.
          인수:
            [EXT_IDS]: 정리할 확장의 쉼표로 구분된 정렬된 목록. 선택 과목
          예:
            ext-manager.sh cleanup thorgroup.virtio,thethorgroup.boot-wait # 나열된 2개의 확장만 정리
            ext-manager.sh cleanup # 모든 확장을 정리
        제거하다
          목적: 확장 및 모든 플랫폼 파일을 제거합니다. 존재하지 않으면 이 작업은 실패합니다.
          인수:
            EXT_ID: 제거할 확장의 경우; 인수는 필수입니다
          예: ext-manager.sh는 badcoder.unstable-ext를 제거합니다.
        업데이트
          목적: 확장에 대한 정보를 업데이트합니다. 이것은 플랫폼 확장 자체를 다운로드하지 않습니다
          인수:
            [EXT_IDS]: 업데이트할 확장의 쉼표로 구분된 정렬된 목록. 선택 과목
          예:
            ext-manager.sh 업데이트 thorgroup.virtio,thethorgroup.boot-wait # 나열된 2개의 확장만 업데이트
            ext-manager.sh 업데이트 # 설치된 모든 확장 업데이트
        돕다
          목적: 당신을 돕습니다! (당신은 지금 그것을 읽고 있습니다)
          인수: 인수를 사용하지 않습니다.
    ------------------------------
    스크립트에서 사용하기 위한 작업:
        _update_platform_exts
          목적: 플랫폼이 지원될 것으로 예상하여 추가된 모든 확장을 확인합니다. 모든 레시피 및 파일 업데이트
          인수:
            PLATFORM_CODE: 플랫폼의 ID, 예: ds3615xs_25556
            [EXT_IDS]: 포함할 확장의 쉼표로 구분된 정렬된 목록. 선택 과목
        _dump_exts
          목적: 모든 확장, 해당 스크립트 + 로더 스크립트를 덤프합니다. 이미지 빌드 중 redpill-load에서 사용
          인수:
            PLATFORM_CODE: 플랫폼의 ID, 예: ds3615xs_25556; 필수의
            DST_DIR: 모든 파일을 저장할 위치; 필수의
            [EXT_IDS]: 포함할 확장의 쉼표로 구분된 정렬된 목록. 선택 과목
    root@box:/home/tc/redpill-load#
    ☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠1.png

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.

    목록





    Total 1,668 / 6 Page
    [ XPEnoboot for DSM 5.2 DS3615xs 5.2-5967.1 x64: [pat] [img] [… ] 댓글 30

    정보)헤놀로지 5.2 - 5967 업데이트후 백업이 않되어 복원후 재가동 합니다주의) 필히 이전 버전 web 폴더및 mariadb 백업 바랍니다…

    [ ● 설치된 드라브 목록 보기 )헤놀로지 RedPill tinyCore 만능부트로더 ]

    ● 설치된 드라브 목록)헤놀로지 RedPill tinyCore 만능부트로더빌드 진행후 바로 빌드된 드라이브 목록 보기 ext-manager.sh…

    [ 성공)dsm 6.2 에서 /usr/bin/convert 경로 확인 사진 썸네일 가장 빠르게 생성하는 방법/ … ] 댓글 6

    링크 정보 참조 작업 다시 dsm6.2.1빠르게 photo station에서 1개의 썸네일 빠르게 만들어 집니다.https://cafe.nave…

    [ 우분투)18.04 에 tvheadend 설치 windows 10 vmware workstation 15 파… ] 댓글 30

    우분투 18.04 에 tvheadend 설치windows 10 vmware workstation 15 입니다헤놀로지는 트랜스코딩을 못해 사용불가…

    [ ● 안드로이드 x86 과 pc의 파일공유 간단한 방법 ]

    ● Android x86 VM에 VMware 도구를 설치하는 방법은 무엇입니까? 파일공유 방법Windows 7에서 VMware 가상 머신에 An…

    [ ● ★★★ 부트로더 강력추천 v045_v4 )헤놀로지 RedPill tinyCore 만능부트로더 xpenol… ] 댓글 8

    ●★★★ 부트로더 강력추천 v045_v4 )헤놀로지 RedPill tinyCore 만능부트로더 xpenology dsm7.0.1적용 간단 빌드 …

    [ rims_2.5.3_amina_mobile220림스/아미나 모바일 설치의 모든것,주인장 모바일 최종버전 ] 댓글 12

    rims__utf8.2.5.3_amina_mobile208림스/아미나 모바일 설치의 모든것최종 주인장 설치 압축 파일 입니다m_rims_253_…

    [ ● 쉴드TV 업데이트 SE9.0에서 알려지고 보고된 문제와 Nvidia 8로 다운그레이드 방법 ] 댓글 1

    ● 쉴드TV 업데이트 SE9.0에서 알려지고 보고된 문제와 Nvidia 8로 다운그레이드 방법<쉴드TV 포럼에 올라온 원문구글번역 내용입…

    [ Synology NAS DS710+ 1년간의 사용기 ]

    ◎ 네이버에서 [https://11q.kr 홈피] 검색 찾아오세요 ◎http://blog.pointbre.com/3545/synology-nas…

    [ 가벼운 웹하드 정보 h5ai ] 댓글 11

    가벼운 웹하드 정보http://cafe.naver.com/synologynas/45201http://data.wsgvet.com/Public/h…

    [ ● 시놀로지 나스 to PC 파일 카피 전송속도 늘리는 방법 ]

    ●시놀로지 나스 to PC 파일 카피 전송속도 늘리는 방법시놀로지 NAS에 LAN port가 2개 이상 있으며 또한 PC에도 LAN portrk…

    [ ● 시놀로지 온도 측정 명령어 sensors 설정 및 netdata 를 docker에서 설치 그래픽으로 시… ] 댓글 1

    ●시놀로지 온도 측정 명령어 sensors 설정 및netdata 를 docker에서 설치 그래픽으로 시스템 상태 온도 cpu 확인 dsm에서 직…

    [ 스팸대응) 메일 릴레이대응 구글링 관련자료 펌업)다른 사람이 내 이메일을 사용하고 있나요? 이메일 스푸핑에… ] 댓글 32

    다른 사람이 내 이메일을 사용하고 있나요? 이메일 스푸핑에 대해 알아보기\r\n\r\n내 계정에서 보낸 것처럼 보이는 메일이 반송되었단 메일을 …

    [ ● Amcrest 카메라를 시놀로지 NAS에 설정하는 방법 ]

    ●Amcrest카메라를시놀로지NAS에 설정하는 방법 정보출처:https://support.amcrest.com/hc/en-us/articles/…

    [ ● kodi strm maker로 생성한 *strm* 영화제목 변경하기/지우기 [SQL] 데이터 치환(변경)… ]

    ● kodi strm maker로 생성한*strm* 영화제목 변경하기/지우기[SQL] 데이터 치환(변경)하기첨부파일 경로가 변경이 되었거나 그 …

    [ 추천버전 ● Redpill Loader Complile 정보 능력자님의 빌드 정보 입니다. ]

    ●Redpill Loader Complile능력자님의 빌드 정보 입니다.이버전은 제가 사용 버전들중에 제일 추천 하는 버전으로링크에서 다운 사용…

    [ ● 시놀로지 도커 nextcloud 설치 2단계) 크롬 접속 https 주의요함 및 접속 불가로 let… ]

    ● 시놀로지 도커 nextcloud 설치 2단계) 크롬 접속 https 주의요함 및 접속 불가로 lets 인증서 연결하기시놀로지 도커 설치 이름…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-05-13 18:11:15

    오늘의 홈 현황


    • 현재 접속자♨ 132 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 3 명
    • 주간 가입자※ 11 명
    • 오늘 방문자 1,367 명
    • 어제 방문자 1,580 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,320,565 명
    • 전체 게시물※ 8,565 개
    • 전체 댓글수※ 24,603 개
    • 전체 회원수 10,963 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑