move launch-setup.sh to installer_common

This commit is contained in:
Tobias Powalowski 2022-04-26 15:16:46 +02:00
parent d2841519aa
commit be0b8be838
3 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ build ()
### adding config files of installation system
map add_file "/etc/profile" "/etc/group" "/etc/gshadow"
basic_config="bash.bashrc hostname modprobe.d/modprobe.conf profile.d/launch-setup.sh shadow shells"
basic_config="bash.bashrc hostname modprobe.d/modprobe.conf shadow shells"
for i in $basic_config; do
add_file "/usr/share/archboot/base/etc/$i" "/etc/$i"
done

View file

@ -7,6 +7,7 @@ build ()
"/usr/lib/archboot/container.sh" "/usr/bin/archboot-$(uname -m)-create-container.sh" \
"/usr/lib/archboot/update-installer.sh"
add_file "/usr/bin/archboot-update-installer.sh" "/usr/bin/update-installer.sh"
add_file "/usr/share/archboot/etc/profile.d/launch-setup.sh" "/etc/profile.d/launch-setup.sh"
}
help ()