set umask 022

This commit is contained in:
M. Dietrich 2016-09-04 23:19:41 +02:00 committed by Michael Aldridge
parent fbe5b8dccb
commit fe57bb4b06

View File

@ -27,6 +27,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#-
trap 'error_out $? $LINENO' INT TERM 0
umask 022
readonly REQUIRED_PKGS="base-files libgcc dash coreutils sed tar gawk syslinux grub-i386-efi grub-x86_64-efi squashfs-tools xorriso"
readonly INITRAMFS_PKGS="binutils xz device-mapper"