Skip to content

Commit

Permalink
adapt to dist plugin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hiepler committed Aug 31, 2023
1 parent 2c0672e commit f80e3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete-test/bootstrap.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RPI_CONFIG_REMOVE=( "dtparam=audio=on" )

# copy some files
RPI_BOOTSTRAP_PLUGINS+=( "dist" )
RPI_DIST_COPY=( "/etc/motd" )
RPI_DIST_COPY_ON_BAKE=( "/etc/motd" )

# append to some files
RPI_APPEND_FILE=( "/etc/issue" )
Expand Down

0 comments on commit f80e3d4

Please sign in to comment.