From 2a908c01f8d19454cf2f9835cb07e4eeb57fb429 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 22 Aug 2010 14:56:48 +0200 Subject: Further changes because of deprecated ash. --- boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot-env/OpenSLX/MakeInitRamFS/Engine/SlxBoot.pm') 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", -- cgit v1.2.3-55-g7522