mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
Merge pull request #516 from mjg59/master
Move PAM configuration to /usr at build time
This commit is contained in:
commit
a71bdcc03c
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user