diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-22 13:27:49 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-22 13:27:49 +0100 |
commit | 3ec9b5d8251c362f81df2e3734e4aff14f2183bc (patch) | |
tree | 0b4dfeae52b448ac4f9e4054a0634bb1ec8890b0 /build_rootfs.sh | |
parent | 0db029286e62bef881642cad8ae84aba636dec3e (diff) |
Fixes to unified tarball
Diffstat (limited to 'build_rootfs.sh')
-rwxr-xr-x | build_rootfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_rootfs.sh b/build_rootfs.sh index 4497605..fee62fc 100755 --- a/build_rootfs.sh +++ b/build_rootfs.sh @@ -65,5 +65,6 @@ add_files() { unpack add_files $files_dir $dir/rootfs/ add_file $metadata $metadata_dir $dir +add_files templates/ $dir/templates/ pack #pack_squashfs |