mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fix install script
This commit is contained in:
parent
9a53eb40f0
commit
822fea936b
@ -33,8 +33,8 @@ case "$2" in
|
||||
# Basissystem...
|
||||
$SCRIPTS/install uClibc
|
||||
$SCRIPTS/install gcc-final
|
||||
$SCRIPTS/install linux
|
||||
$SCRIPTS/install busybox
|
||||
$SCRIPTS/install linux $2
|
||||
$SCRIPTS/install busybox $2
|
||||
$SCRIPTS/install automountd
|
||||
|
||||
echo $TARGET_ARCH > $INSTALL/etc/arch
|
||||
@ -119,7 +119,6 @@ case "$2" in
|
||||
rm -rf $ROOT/target/OpenELEC-$PROJECT-$OPENELEC_VERSION-qemu.store
|
||||
qemu-img create -f raw $ROOT/target/OpenELEC-$PROJECT-$OPENELEC_VERSION-qemu.store 40M
|
||||
/sbin/mkfs.ext3 -L OpenELEC -F $ROOT/target/OpenELEC-$PROJECT-$OPENELEC_VERSION-qemu.store
|
||||
|
||||
;;
|
||||
|
||||
esac
|
||||
esac
|
Loading…
x
Reference in New Issue
Block a user