generate-squashfs: Add read-write flag

Add a read-write flag as default (since only the readonly
and preserved ones are defined) so that all partitions have
a flag field making the text line easier to parse.

Remove explicitly adding the scratch_dir to the path for
packaging the image so that when the image is extracted it
does not create the scratch_dir subdirectory.

Change-Id: I143abc33e2c7ce9c7bad8be005e323064a49dbe9
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
1 file changed
tree: 8c882eeaa6383bfa44cd353917efc6200a82a3bd
  1. m4/
  2. test/
  3. .gitignore
  4. activation.cpp
  5. activation.hpp
  6. bootstrap.sh
  7. configure.ac
  8. generate-squashfs
  9. item_updater.cpp
  10. item_updater.hpp
  11. item_updater_main.cpp
  12. LICENSE
  13. Makefile.am
  14. README.md
  15. version_host_software_manager.cpp
  16. version_host_software_manager.hpp
  17. version_host_software_manager_main.cpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.