summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 14:56:48 +0200
committerDirk von Suchodoletz2010-08-22 14:56:48 +0200
commit2a908c01f8d19454cf2f9835cb07e4eeb57fb429 (patch)
treef54c1de6eaa10f1826054af76e8fcc3b27734531 /boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm
parentRemoving deprecated ash from plugins call for scripts ... (diff)
downloadcore-2a908c01f8d19454cf2f9835cb07e4eeb57fb429.tar.gz
core-2a908c01f8d19454cf2f9835cb07e4eeb57fb429.tar.xz
core-2a908c01f8d19454cf2f9835cb07e4eeb57fb429.zip
Further changes because of deprecated ash.
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm b/boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm
index f4e2708c..1334c444 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm
@@ -211,8 +211,8 @@ sub _copyInitramfsFiles
}
}eogms;
- # force shebang with ash
- $text =~ s{\A#!\s*/bin/.+?$}{#!/bin/ash}ms;
+ # force shebang with ash (deprecated with new busybox)
+ #$text =~ s{\A#!\s*/bin/.+?$}{#!/bin/ash}ms;
$self->addCMD( {
file => "$self->{'build-path'}/$relName",