Skip to content
Snippets Groups Projects
Commit 77067527 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

resize-home.sh

parent ab549d57
No related branches found
No related tags found
No related merge requests found
......@@ -97,10 +97,10 @@ cp /etc/resolv.conf /mnt/sysimage/etc/resolv.conf
%post
# depens can not reach atsukau: using gitlab.paster.fr instead
for _a in c7-sshd_config.sh add-admin-autorized_keys.sh add-cbp2023-autorized_keys.sh configure-postfix.sh add-nvidia.sh install-CBP2023-module.sh
for _a in c7-sshd_config.sh add-admin-autorized_keys.sh add-cbp2023-autorized_keys.sh configure-postfix.sh add-nvidia.sh install-CBP2023-module.sh resize-home.sh
do
echo ${_a}
curl https://gitlab.pasteur.fr/tru/CBP2022/-/raw/main/${_a} |sh
curl https://gitlab.pasteur.fr/tru/CBP2023/-/raw/main/${_a} |sh
done
# build the proper initrd?
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment