diff options
-rwxr-xr-x | targets/support/chroot-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 2ab35141..67874a03 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -223,7 +223,7 @@ cleanup_stages() { stage1|stage2|stage3|system) rm -f /var/lib/portage/world touch /var/lib/portage/world - >/etc/machine-id + rm -f /etc/machine-id ;; *) echo "Skipping removal of world file for ${clst_target}" |