Return to build_fs.sh CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix |
version 1.11.2.1, 2017/06/15 22:34:29 | version 1.11.2.2, 2017/06/16 13:41:05 |
---|---|
Line 103 install_fsdir() | Line 103 install_fsdir() |
pax -r -z -pe -f ${REL}/${ROMFS_IMG} | pax -r -z -pe -f ${REL}/${ROMFS_IMG} |
cd - | cd - |
install -d $1/usr/local | install -d $1/usr/pkg |
cd $1/usr/local | cd $1/usr/pkg |
pax -r -z -pe -f ${REL}/${ROMFS_IMG2} | pax -r -z -pe -f ${REL}/${ROMFS_IMG2} |
cd - | cd - |