Merge pull request #154372 from zhaofengli/sd-image-rv64-installer

sd-image-riscv64: Add an -installer variant like others
This commit is contained in:
0x4A6F 2022-01-24 00:46:24 +01:00 committed by GitHub
commit 98590033ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-riscv64-qemu.nix
];
# the installation media is also the installation target,
# so we don't want to provide the installation configuration.nix.
installer.cloneConfig = false;
}