installer: add deprecation warning about sd-card file move
This commit is contained in:
parent
1009c09b4f
commit
68afbf9d63
@ -1,5 +1,14 @@
|
|||||||
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../sd-card/sd-image-aarch64-new-kernel-installer.nix
|
../sd-card/sd-image-aarch64-new-kernel-installer.nix
|
||||||
];
|
];
|
||||||
|
config = {
|
||||||
|
warnings = [
|
||||||
|
''
|
||||||
|
.../cd-dvd/sd-image-aarch64-new-kernel.nix is deprecated and will eventually be removed.
|
||||||
|
Please switch to .../sd-card/sd-image-aarch64-new-kernel-installer.nix, instead.
|
||||||
|
''
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../sd-card/sd-image-aarch64-installer.nix
|
../sd-card/sd-image-aarch64-installer.nix
|
||||||
];
|
];
|
||||||
|
config = {
|
||||||
|
warnings = [
|
||||||
|
''
|
||||||
|
.../cd-dvd/sd-image-aarch64.nix is deprecated and will eventually be removed.
|
||||||
|
Please switch to .../sd-card/sd-image-aarch64-installer.nix, instead.
|
||||||
|
''
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../sd-card/sd-image-armv7l-multiplatform-installer.nix
|
../sd-card/sd-image-armv7l-multiplatform-installer.nix
|
||||||
];
|
];
|
||||||
|
config = {
|
||||||
|
warnings = [
|
||||||
|
''
|
||||||
|
.../cd-dvd/sd-image-armv7l-multiplatform.nix is deprecated and will eventually be removed.
|
||||||
|
Please switch to .../sd-card/sd-image-armv7l-multiplatform-installer.nix, instead.
|
||||||
|
''
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../sd-card/sd-image-raspberrypi-installer.nix
|
../sd-card/sd-image-raspberrypi-installer.nix
|
||||||
];
|
];
|
||||||
|
config = {
|
||||||
|
warnings = [
|
||||||
|
''
|
||||||
|
.../cd-dvd/sd-image-raspberrypi.nix is deprecated and will eventually be removed.
|
||||||
|
Please switch to .../sd-card/sd-image-raspberrypi-installer.nix, instead.
|
||||||
|
''
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../sd-card/sd-image-raspberrypi4-installer.nix
|
../sd-card/sd-image-raspberrypi4-installer.nix
|
||||||
];
|
];
|
||||||
|
config = {
|
||||||
|
warnings = [
|
||||||
|
''
|
||||||
|
.../cd-dvd/sd-image-raspberrypi4.nix is deprecated and will eventually be removed.
|
||||||
|
Please switch to .../sd-card/sd-image-raspberrypi4-installer.nix, instead.
|
||||||
|
''
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../sd-card/sd-image.nix
|
../sd-card/sd-image.nix
|
||||||
];
|
];
|
||||||
|
config = {
|
||||||
|
warnings = [
|
||||||
|
''
|
||||||
|
.../cd-dvd/sd-image.nix is deprecated and will eventually be removed.
|
||||||
|
Please switch to .../sd-card/sd-image.nix, instead.
|
||||||
|
''
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user