mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bootchart:
- remove package bootchart
This commit is contained in:
parent
0095fef7d7
commit
ea85e12cec
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
make CC=$TARGET_CC
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp -PR $PKG_BUILD/bootchartd $INSTALL/sbin
|
@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/bootchart-1.3.tar.gz
|
@ -4,4 +4,3 @@
|
||||
|
||||
$SCRIPTS/install strace
|
||||
$SCRIPTS/install gdb
|
||||
$SCRIPTS/install bootchart
|
||||
|
@ -97,13 +97,7 @@
|
||||
$IONICE /bin/busybox mount --move /flash /sysroot/flash
|
||||
$IONICE /bin/busybox mount --move /storage /sysroot/storage
|
||||
|
||||
if [ "$BOOTCHART" = "yes" -a -f "/sysroot/sbin/bootchartd" ] ; then
|
||||
progress "Starting Bootchart logging"
|
||||
$IONICE /bin/busybox mkdir -p /sysroot/storage/.bootchart
|
||||
exec $IONICE /bin/busybox switch_root /sysroot /sbin/bootchartd -o /storage/.bootchart
|
||||
else
|
||||
exec $IONICE /bin/busybox switch_root /sysroot /sbin/init
|
||||
fi
|
||||
exec $IONICE /bin/busybox switch_root /sysroot /sbin/init
|
||||
|
||||
error "INIT_3" "Error in initramfs. Could not switch to new root"
|
||||
debug_shell
|
||||
|
Loading…
x
Reference in New Issue
Block a user