summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-09-23 07:45:48 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-23 07:45:48 (EDT)
commitd951d66655bde302110907377c8231ce1cffff67 (patch)
tree5a14f08da3afcf6feb7acd08f48c91d0eea0465f
parent1c0a0205cd72e7ab93bb347dde28a72e0f50f470 (diff)
cmd/install: Don't create /etc/os-release
base-files provides this as of version 1.0.3.
-rw-r--r--lib/cmd/install.sh5
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()