installer: split sd-card into installer & base for bespoke image

This commit is contained in:
David Arnold
2021-02-19 19:00:19 -05:00
parent 3323b0ff0d
commit 3c744bf68d
8 changed files with 30 additions and 3 deletions
@@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-aarch64.nix
];
}
@@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-aarch64-new-kernel.nix
];
}
@@ -5,7 +5,6 @@
{
imports = [
../../profiles/base.nix
../../profiles/installation-device.nix
./sd-image.nix
];
@@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-armv7l-multiplatform.nix
];
}
@@ -5,7 +5,6 @@
{
imports = [
../../profiles/base.nix
../../profiles/installation-device.nix
./sd-image.nix
];
@@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-raspberrypi4.nix
];
}
@@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-raspberrypi.nix
];
}
@@ -5,7 +5,6 @@
{
imports = [
../../profiles/base.nix
../../profiles/installation-device.nix
./sd-image.nix
];