diff options
Diffstat (limited to 'lib/cmd/install.sh')
-rw-r--r-- | lib/cmd/install.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index 14488f3..6c1e6ce 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -115,11 +115,6 @@ cmd_install_main() else profile_configure_system_foreign "${chroot}" fi - - if ! [ -e "${chroot}/etc/os-release" ]; then - profile_get_os_release "${arch}" "${plat}" \ - >"${chroot}/etc/os-release" - fi } cmd_install_find_pkgs() |