Skip to content

Commit

Permalink
Merge pull request #382 from endlessm/T29930-esp-generator
Browse files Browse the repository at this point in the history
ESP mount generator
  • Loading branch information
dbnicholson authored Nov 14, 2024
2 parents 23bb448 + 323e7a6 commit 92bd2ab
Show file tree
Hide file tree
Showing 45 changed files with 2,842 additions and 7 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ max-line-length = 88
# Include scripts to check in addition to the default *.py.
filename =
*.py,
./eos-esp-generator,
./eos-migrate-chromium-profile,
./eos-migrate-firefox-profile,
./eos-update-flatpak-repos,
Expand Down
5 changes: 3 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUBDIRS = dracut factory-reset fallback-fb-setup flatpak-repos nvidia psi-monitor record-boot-success tests
EXTRA_DIST = debian .flake8
SUBDIRS = dracut factory-reset fallback-fb-setup flatpak-repos nvidia psi-monitor record-boot-success . tests
EXTRA_DIST = debian .flake8 pytest.ini
CLEANFILES =

AM_CFLAGS = -Wall -Werror
Expand Down Expand Up @@ -38,6 +38,7 @@ dist_systemduserunit_DATA = \
$(NULL)

dist_systemdgenerator_SCRIPTS = \
eos-esp-generator \
eos-live-boot-generator \
eos-vm-generator \
$(NULL)
Expand Down
Loading

0 comments on commit 92bd2ab

Please sign in to comment.