Merge remote-tracking branch 'upstream/master' into openelec-systemd
BIN
config/noobs/OpenELEC.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
@ -3,18 +3,18 @@
|
|||||||
{
|
{
|
||||||
"label": "System",
|
"label": "System",
|
||||||
"filesystem_type": "FAT",
|
"filesystem_type": "FAT",
|
||||||
"partition_size_nominal: "128",
|
"partition_size_nominal": 128,
|
||||||
"want_maximised": "false",
|
"want_maximised": false,
|
||||||
"uncompressed_tarball_size": 128,
|
"uncompressed_tarball_size": 110,
|
||||||
"mkfs_options": ""
|
"mkfs_options": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Storage",
|
"label": "Storage",
|
||||||
"filesystem_type": "ext4",
|
"filesystem_type": "ext4",
|
||||||
"partition_size_nominal: "864",
|
"partition_size_nominal": 864,
|
||||||
"want_maximised": "true",
|
"want_maximised": true,
|
||||||
"uncompressed_tarball_size": 512,
|
"uncompressed_tarball_size": 10,
|
||||||
"mkfs_options": ""
|
"mkfs_options": ""
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
|
BIN
config/noobs/slides/A.png
Normal file
After Width: | Height: | Size: 644 KiB |
BIN
config/noobs/slides/B.png
Normal file
After Width: | Height: | Size: 657 KiB |
BIN
config/noobs/slides/C.png
Normal file
After Width: | Height: | Size: 658 KiB |
BIN
config/noobs/slides/D.png
Normal file
After Width: | Height: | Size: 643 KiB |
BIN
config/noobs/slides/E.png
Normal file
After Width: | Height: | Size: 650 KiB |
BIN
config/noobs/slides_vga/A.png
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
config/noobs/slides_vga/B.png
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
config/noobs/slides_vga/C.png
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
config/noobs/slides_vga/D.png
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
config/noobs/slides_vga/E.png
Normal file
After Width: | Height: | Size: 123 KiB |
@ -89,9 +89,8 @@ INCLUDE_DIRS="$INCLUDE_DIRS xml/parsers xml/sax wsgiref"
|
|||||||
mkdir -p ./Lib
|
mkdir -p ./Lib
|
||||||
cp ../Lib/*.py ./Lib
|
cp ../Lib/*.py ./Lib
|
||||||
|
|
||||||
for dirs in $INCLUDE_DIRS; do
|
for dir in $INCLUDE_DIRS; do
|
||||||
mkdir -p ./Lib/$dirs
|
cp -a ../Lib/$dir ./Lib/
|
||||||
cp ../Lib/$dirs/*.py ./Lib/$dirs
|
|
||||||
done
|
done
|
||||||
|
|
||||||
python -Wi -t -B ../Lib/compileall.py ./Lib -f
|
python -Wi -t -B ../Lib/compileall.py ./Lib -f
|
||||||
|
@ -0,0 +1,25 @@
|
|||||||
|
From 6d64d70a46b8f238d2706017a084f30bd681f291 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Stefan Saraev <stefan@saraev.ca>
|
||||||
|
Date: Sat, 31 Aug 2013 13:44:53 +0300
|
||||||
|
Subject: [PATCH] show all removable disks mounted under /media
|
||||||
|
|
||||||
|
---
|
||||||
|
xbmc/storage/linux/UDevProvider.cpp | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/xbmc/storage/linux/UDevProvider.cpp b/xbmc/storage/linux/UDevProvider.cpp
|
||||||
|
index c20facc..c1044c8 100644
|
||||||
|
--- a/xbmc/storage/linux/UDevProvider.cpp
|
||||||
|
+++ b/xbmc/storage/linux/UDevProvider.cpp
|
||||||
|
@@ -151,7 +151,7 @@ void CUDevProvider::GetDisks(VECSOURCES& disks, bool removable)
|
||||||
|
if (removable &&
|
||||||
|
((bus && strstr(bus, "usb")) ||
|
||||||
|
(cdrom && strstr(cdrom,"1")) ||
|
||||||
|
- (mountpoint && strstr(mountpoint, "usb"))))
|
||||||
|
+ (mountpoint)))
|
||||||
|
{
|
||||||
|
const char *label = udev_device_get_property_value(device, "ID_FS_LABEL");
|
||||||
|
if (!label)
|
||||||
|
--
|
||||||
|
1.7.2.5
|
||||||
|
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# short project description
|
# short project description
|
||||||
DESCRIPTION="OpenELEC is the fastest, smallest and most userfriendly XBMC Mediacenter appliance distribution with official support from XBMC.org"
|
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
|
||||||
|
|
||||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -285,7 +285,6 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
|
|
||||||
cp $ROOT/README* $RELEASE_DIR
|
cp $ROOT/README* $RELEASE_DIR
|
||||||
cp $ROOT/CHANGELOG $RELEASE_DIR/release_notes.txt
|
cp $ROOT/CHANGELOG $RELEASE_DIR/release_notes.txt
|
||||||
cp -R $CONFIG/release/openelec.ico $RELEASE_DIR
|
|
||||||
|
|
||||||
|
|
||||||
sed -e "s%@DISTRONAME@%$DISTRONAME%g" \
|
sed -e "s%@DISTRONAME@%$DISTRONAME%g" \
|
||||||
@ -328,12 +327,12 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
mkdir -p $RELEASE_DIR/Storage
|
mkdir -p $RELEASE_DIR/Storage
|
||||||
|
|
||||||
# remove an previous created release tarball
|
# remove an previous created release tarball
|
||||||
rm -rf $RELEASE_DIR/System.tar.gz
|
rm -rf $RELEASE_DIR/System.tar.xz
|
||||||
rm -rf $RELEASE_DIR/Storage.tar.gz
|
rm -rf $RELEASE_DIR/Storage.tar.xz
|
||||||
|
|
||||||
# create filesystem tarballs
|
# create filesystem tarballs
|
||||||
tar czf $RELEASE_DIR/System.tar.gz -C $RELEASE_DIR/System/ .
|
tar cJf $RELEASE_DIR/System.tar.xz -C $RELEASE_DIR/System/ .
|
||||||
tar czf $RELEASE_DIR/Storage.tar.gz -C $RELEASE_DIR/Storage/ .
|
tar cJf $RELEASE_DIR/Storage.tar.xz -C $RELEASE_DIR/Storage/ .
|
||||||
|
|
||||||
# remove an filesystem dirs
|
# remove an filesystem dirs
|
||||||
rm -rf $RELEASE_DIR/System
|
rm -rf $RELEASE_DIR/System
|
||||||
@ -348,4 +347,3 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
# cleanup release dir
|
# cleanup release dir
|
||||||
rm -rf $RELEASE_DIR
|
rm -rf $RELEASE_DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|