treewide: drop copumpkin from maintainers (#392486)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
Technical details
|
||||
|
||||
`make-disk-image` has a bit of magic to minimize the amount of work to do in a virtual machine.
|
||||
`make-disk-image` has a bit of magic to minimize the amount of work to do in a virtual machine. It also might arguably have too much, or at least too specific magic, so please consider to work towards the effort of unifying our image builders, as outlined in https://github.com/NixOS/nixpkgs/issues/324817 before adding more.
|
||||
|
||||
It relies on the [LKL (Linux Kernel Library) project](https://github.com/lkl/linux) which provides Linux kernel as userspace library.
|
||||
|
||||
@@ -447,8 +447,7 @@ let
|
||||
mkdir -p $root
|
||||
|
||||
# Copy arbitrary other files into the image
|
||||
# Semi-shamelessly copied from make-etc.sh. I (@copumpkin) shall factor this stuff out as part of
|
||||
# https://github.com/NixOS/nixpkgs/issues/23052.
|
||||
# Semi-shamelessly copied from make-etc.sh.
|
||||
set -f
|
||||
sources_=(${lib.concatStringsSep " " sources})
|
||||
targets_=(${lib.concatStringsSep " " targets})
|
||||
|
||||
Reference in New Issue
Block a user