Das Root-Filesystem > Kompilierung des Dateisystems > Ändern der Konfiguration des Dateisystems

Navigation:

 

Das Root-Filesystem > Kompilierung des Dateisystems >



Ändern der Konfiguration des Dateisystems

Previous pageReturn to chapter overviewNext page

Im Quelltext-Verzeichnis ./source der Busybox lässt sich die Konfiguration angepassen:

 

menuconfig_rootfs.sh

#!/bin/sh

# menuconfig_busybox.sh

 

cd source

make CROSS_COMPILE=/usr/local/arm-2007q1/bin/arm-none-linux-gnueabi- menuconfig

echo "********** make menuconfig was executed"

cd ..

echo "********** run now ./install_busybox.sh to build new rootfs and copy to /nfs/rootfs_ecpuxxx"

# make menuconfig