1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-17 03:06:12 +02:00
build/pkg/bash/rootfs_files.txt
David Oberhollenzer 90b2586ea4 Restructure assembly of root filesystem image
Every package now has or generates a rootfs_files.txt containing a list
of files that should be packed into the rootfs, their permissions and
their owner.

This gives us fine grained controll over the owners and permissions of the
rootfs files (by generating a squashfs pseudo file).

In subsequent steps, this allows us to remove the deploy/devdeploy split and
actually simplifiy most of the build scripts.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-06-17 20:22:10 +02:00

7 lines
139 B
Plaintext

bin/bash m 555 0 0
bin/sh m 777 0 0
etc/bashrc m 644 0 0
etc/profile m 644 0 0
etc/skel/.bashrc m 644 0 0
etc/skel/.bash_profile m 644 0 0