From 8a07b504b2720132d007dfb2ff99c3e070e02632 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 22 Aug 2014 13:35:16 -0400 Subject: install: Write /etc/os-release --- (limited to 'lib/cmd') diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index 3bfdfa4..456a0b3 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -109,6 +109,8 @@ cmd_install_main() else profile_configure_system_foreign "${chroot}" fi + + profile_get_os_release "${arch}" "${plat}" >"${chroot}/etc/os-release" } cmd_install_find_pkgs() -- cgit v0.9.1