X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=encrypt.upstream;fp=encrypt.upstream;h=39c8f168043e70549ec4567c52d5188c896a77d6;hp=819c4cf60fe05a15bf9238b3576c420e5919947b;hb=839b3cf02ad7e8900b3d685d54449f11e7b60b60;hpb=fc4fd94ceaf46bfac31e168ab087f8788ff41487 diff --git a/encrypt.upstream b/encrypt.upstream index 819c4cf..39c8f16 100644 --- a/encrypt.upstream +++ b/encrypt.upstream @@ -1,5 +1,9 @@ #!/usr/bin/ash +# This file is from the cryptsetup package in arch. The only +# modification is this comment. It did not come with a license notice in +# the file, but I remember that it is GPLv2-or-later. + run_hook() { modprobe -a -q dm-crypt >/dev/null 2>&1 [ "${quiet}" = "y" ] && CSQUIET=">/dev/null"