Commit fe552d1e authored by Alessandro Rubini's avatar Alessandro Rubini

flash-wrs: add /usr/sbin to the path, for jffs2

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ea297162
......@@ -270,6 +270,8 @@ if [ $nf ]; then
cat > $TMPSCRIPT << EOF
tar --directory $TMPFS -xzf $rootfsgz
export PATH="\$PATH:/usr/sbin"
mkfs.jffs2 --little-endian --eraseblock=0x20000 -n --pad -d $TMPFS -o $rootfsjffs2
# Remove heavy and useless stuff to make a light file system to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment