Andes Workshop

It is currently Fri Mar 29, 2024 7:31 am

All times are UTC + 8 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Build ramdisk error in Ubuntu 12.04
PostPosted: Tue Apr 08, 2014 12:04 pm 
Offline

Joined: Wed Apr 13, 2011 7:44 pm
Posts: 23
In Ubuntu 12.04, when building ramdisk
in running shell script step "sh -x build_busybox.sh -EL -install ../disk",
it will display "unexpected operator" error.
Attachment:
e1.jpg
e1.jpg [ 54.72 KiB | Viewed 6172 times ]


It is due to the default "sh" is linking to "dash" which is more lightweight than "bash" command.
Change "sh" command to link to "bash".
$ sudo ln -sf /bin/bash /bin/sh
Attachment:
chln.jpg
chln.jpg [ 56.36 KiB | Viewed 6171 times ]


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 8 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group