mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
3rdparty: add initial atvboot contents
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c7905e394a
commit
71bd4c2fe6
BIN
config/release/3rdparty/atvboot/BootLogo.png
vendored
Normal file
BIN
config/release/3rdparty/atvboot/BootLogo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
config/release/3rdparty/atvboot/System/.DS_Store
vendored
Normal file
BIN
config/release/3rdparty/atvboot/System/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
config/release/3rdparty/atvboot/System/Library/.DS_Store
vendored
Normal file
BIN
config/release/3rdparty/atvboot/System/Library/.DS_Store
vendored
Normal file
Binary file not shown.
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>KernelMemoryAccess</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.osxbook.kext.KernelMemoryAccess</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>KernelMemoryAccess</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.kernel.6.0</key>
|
||||
<string>7.9.9</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>8.0.0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
Binary file not shown.
BIN
config/release/3rdparty/atvboot/boot.efi
vendored
Normal file
BIN
config/release/3rdparty/atvboot/boot.efi
vendored
Normal file
Binary file not shown.
9
config/release/3rdparty/atvboot/boot_linux.sh
vendored
Normal file
9
config/release/3rdparty/atvboot/boot_linux.sh
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
echo "this is a boot_linux.sh script"
|
||||
#
|
||||
#
|
||||
#mkdir -p /tmp/rootfs
|
||||
#mount /dev/sda4 /tmp/rootfs
|
||||
#kexec --load /tmp/rootfs/vmlinux --initrd=/tmp/rootfs/initrd/gz --command-line="root=/dev/sda4 initrd=initrd.gz"
|
||||
#kexec -e
|
16
config/release/3rdparty/atvboot/com.apple.Boot.plist
vendored
Normal file
16
config/release/3rdparty/atvboot/com.apple.Boot.plist
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Background Color</key>
|
||||
<integer>0</integer>
|
||||
<key>Boot Fail Logo</key>
|
||||
<string></string>
|
||||
<key>Boot Logo</key>
|
||||
<string>BootLogo.png</string>
|
||||
<key>Kernel</key>
|
||||
<string>mach_kernel</string>
|
||||
<key>Kernel Flags</key>
|
||||
<string>atv-boot=none video=vesafb</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
config/release/3rdparty/atvboot/mach_kernel
vendored
Executable file
BIN
config/release/3rdparty/atvboot/mach_kernel
vendored
Executable file
Binary file not shown.
7
config/release/3rdparty/atvboot/patchstick.sh
vendored
Normal file
7
config/release/3rdparty/atvboot/patchstick.sh
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
#
|
||||
echo "this is a patchstick stript"
|
||||
#
|
||||
#
|
||||
#
|
Loading…
x
Reference in New Issue
Block a user