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

This commit is contained in:
David Arnold 2021-01-27 22:00:45 -05:00
parent 3323b0ff0d
commit 3c744bf68d
8 changed files with 30 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-aarch64.nix
];
}

View file

@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-aarch64-new-kernel.nix
];
}

View file

@ -5,7 +5,6 @@
{
imports = [
../../profiles/base.nix
../../profiles/installation-device.nix
./sd-image.nix
];

View file

@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-armv7l-multiplatform.nix
];
}

View file

@ -5,7 +5,6 @@
{
imports = [
../../profiles/base.nix
../../profiles/installation-device.nix
./sd-image.nix
];

View file

@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-raspberrypi4.nix
];
}

View file

@ -0,0 +1,6 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-raspberrypi.nix
];
}

View file

@ -5,7 +5,6 @@
{
imports = [
../../profiles/base.nix
../../profiles/installation-device.nix
./sd-image.nix
];