mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
bootchart:
- remove package bootchart
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user