From 6d2dc64f550f39529a4034da84ac3e1d93ceab58 Mon Sep 17 00:00:00 2001 From: Kshitiz Godara Date: Mon, 15 Jun 2026 08:11:06 +0000 Subject: [PATCH] vm-iso-installer: include rootfiles in target install rootfiles ships the default skeleton dotfiles for root's home directory (.bashrc, .bash_profile, .bash_logout, .cshrc, .tcshrc). Without it the installed system has an empty /root, which causes `sudo su` (and similar login shells) to prompt: Couldn't find a personal initialization file. Use a generic skeleton file? [Y/n] Add it to INSTALL_PKGS so it lands in both the kickstart %packages section and the offline repo. --- base/images/vm-iso-installer/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/base/images/vm-iso-installer/config.sh b/base/images/vm-iso-installer/config.sh index d96ba432088..c13bfc2c0d1 100644 --- a/base/images/vm-iso-installer/config.sh +++ b/base/images/vm-iso-installer/config.sh @@ -99,6 +99,7 @@ INSTALL_PKGS=( azurelinux-release "$AZL_REPOS_PKG" setup + rootfiles shadow-utils util-linux selinux-policy-targeted