mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Add better uname replacement.
Supports faking kernel release and supports ARM.
This commit is contained in:
@@ -107,15 +107,13 @@ ifeq "$(ROOT)" ""
|
||||
ln -sf test /bin/[
|
||||
#ln -sf ../../bin/install /usr/bin
|
||||
mv -f /bin/uname /bin/uname.bak
|
||||
echo '#!/bin/bash' > /bin/uname
|
||||
echo '/bin/uname.bak $$* | sed 's/i.86/$(MACHINE)/g'' >> /bin/uname
|
||||
cp -vf $(DIR_SRC)/src/scripts/uname /bin/uname
|
||||
chmod 755 /bin/uname
|
||||
dircolors -p > /etc/dircolors
|
||||
else
|
||||
rm /tools/bin/hostname
|
||||
mv -f /tools/bin/uname /tools/bin/uname.bak
|
||||
echo '#!/bin/bash' > /tools/bin/uname
|
||||
echo '/tools/bin/uname.bak $$* | sed 's/i.86/$(MACHINE)/g'' >> /tools/bin/uname
|
||||
cp -vf $(DIR_SRC)/src/scripts/uname /tools/bin/uname
|
||||
chmod 755 /tools/bin/uname
|
||||
endif
|
||||
@rm -rf $(DIR_APP)
|
||||
|
||||
Reference in New Issue
Block a user