diff options
author | 2017-12-10 07:15:54 +0900 | |
---|---|---|
committer | 2017-12-10 07:15:54 +0900 | |
commit | 751d0ad85386de84b94fd33acfe42db0e45362b3 (patch) | |
tree | 232438246b56465e2d987a8a1f1a9a71416204b0 /dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch | |
parent | dev-util/catalyst: remove old. (diff) | |
download | gentoo-bsd-751d0ad85386de84b94fd33acfe42db0e45362b3.tar.gz gentoo-bsd-751d0ad85386de84b94fd33acfe42db0e45362b3.tar.bz2 gentoo-bsd-751d0ad85386de84b94fd33acfe42db0e45362b3.zip |
dev-util/catalyst: import from the main tree.
Diffstat (limited to 'dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch')
-rw-r--r-- | dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch b/dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch new file mode 100644 index 0000000..1c641fd --- /dev/null +++ b/dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch @@ -0,0 +1,25 @@ +From fbf94254a714c8d72840faee42cf348eb69b1a43 Mon Sep 17 00:00:00 2001 +From: "Anthony G. Basile" <blueness@gentoo.org> +Date: Fri, 8 Apr 2016 17:58:15 -0400 +Subject: [PATCH] targets/support/chroot-functions.sh: remove machine-id for + systemd stages + +--- + targets/support/chroot-functions.sh | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh +index 6c1a31c..67874a0 100755 +--- a/targets/support/chroot-functions.sh ++++ b/targets/support/chroot-functions.sh +@@ -223,6 +223,7 @@ cleanup_stages() { + stage1|stage2|stage3|system) + rm -f /var/lib/portage/world + touch /var/lib/portage/world ++ rm -f /etc/machine-id + ;; + *) + echo "Skipping removal of world file for ${clst_target}" +-- +2.7.3 + |