diff options
-rw-r--r-- | stage2/EXPORT_NOOBS | 2 | ||||
-rw-r--r-- | stage4/EXPORT_NOOBS | 2 | ||||
-rw-r--r-- | stage5/EXPORT_NOOBS | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/stage2/EXPORT_NOOBS b/stage2/EXPORT_NOOBS index 136cc77..0d78ecf 100644 --- a/stage2/EXPORT_NOOBS +++ b/stage2/EXPORT_NOOBS @@ -1,2 +1,2 @@ -NOOBS_NAME="Raspbian Lite" +NOOBS_NAME="Raspberry Pi OS Lite (32-bit)" NOOBS_DESCRIPTION="A port of Debian with no desktop environment" diff --git a/stage4/EXPORT_NOOBS b/stage4/EXPORT_NOOBS index 2ef6d7b..f197ee1 100644 --- a/stage4/EXPORT_NOOBS +++ b/stage4/EXPORT_NOOBS @@ -1,2 +1,2 @@ -NOOBS_NAME="Raspbian" +NOOBS_NAME="Raspberry Pi OS (32-bit)" NOOBS_DESCRIPTION="A port of Debian with the Raspberry Pi Desktop" diff --git a/stage5/EXPORT_NOOBS b/stage5/EXPORT_NOOBS index cb10203..ac7051f 100644 --- a/stage5/EXPORT_NOOBS +++ b/stage5/EXPORT_NOOBS @@ -1,2 +1,2 @@ -NOOBS_NAME="Raspbian Full" +NOOBS_NAME="Raspberry Pi OS Full (32-bit)" NOOBS_DESCRIPTION="A port of Debian with desktop and recommended applications" |