action.yml 408 B

12345678910111213141516
  1. name: add nomount
  2. description: add and configure nomount
  3. runs:
  4. using: composite
  5. steps:
  6. - name: run setup script
  7. shell: bash
  8. run: |
  9. cd "$COMMON"
  10. curl https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/dev/kernel/setup.sh | bash -
  11. - name: add to defconfig
  12. shell: bash
  13. run: |
  14. "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_NOMOUNT