mirror of
https://github.com/outbackdingo/ack-image-builder.git
synced 2026-01-27 10:18:13 +00:00
add /etc/image-id to centOS
This commit is contained in:
@@ -207,6 +207,9 @@ pull_image() {
|
||||
}
|
||||
|
||||
update_os_release() {
|
||||
if [[ ! -f /etc/image-id ]]; then
|
||||
touch /etc/image-id
|
||||
fi
|
||||
sed -i "s#LTS#LTS ACK-Optimized-OS#" /etc/image-id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user