Merge pull request #516 from mjg59/master

Move PAM configuration to /usr at build time
This commit is contained in:
Matthew Garrett 2016-04-11 15:53:04 -07:00
commit a71bdcc03c

View File

@ -107,6 +107,9 @@ create_prod_image() {
L+ /etc/ld.so.conf - - - - ../usr/lib/ld.so.conf
EOF
# Move the PAM configuration into /usr
sudo mv ${root_fs_dir}/etc/pam.d ${root_fs_dir}/usr/lib
finish_image "${image_name}" "${disk_layout}" "${root_fs_dir}" "${image_contents}"
upload_image -d "${BUILD_DIR}/${image_name}.bz2.DIGESTS" \