From acb41ac08f5cf5b5fe38ff9636c609cae53a5462 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 20 Sep 2017 13:47:51 +0200 Subject: [PATCH] remove /itworked from post-boot-cleanup --- preseed/stretch/commands/late_commands.d/post_boot_cleanup | 1 - 1 file changed, 1 deletion(-) diff --git a/preseed/stretch/commands/late_commands.d/post_boot_cleanup b/preseed/stretch/commands/late_commands.d/post_boot_cleanup index 4d03f20..43be85a 100755 --- a/preseed/stretch/commands/late_commands.d/post_boot_cleanup +++ b/preseed/stretch/commands/late_commands.d/post_boot_cleanup @@ -24,7 +24,6 @@ else cat >> $SCRIPT <<-_eof #!/bin/sh echo "Running post-install cleanup jobs..." >&2 - touch /itworked rm $SCRIPT $UNIT _eof chmod 755 $SCRIPT -- 2.39.2