]> git.madduck.net Git - code/vinst.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove /itworked from post-boot-cleanup master
authormartin f. krafft <madduck@madduck.net>
Wed, 20 Sep 2017 11:47:51 +0000 (13:47 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 27 Apr 2020 00:53:55 +0000 (02:53 +0200)
preseed/stretch/commands/late_commands.d/post_boot_cleanup

index 4d03f2019d6845cc569700704158d58d296eb602..43be85a3a87adc56c85251b8d63ad396a9f86112 100755 (executable)
@@ -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