diff --git a/system/installer/Calamares/files/pisi_set_hostname2.patch b/system/installer/Calamares/files/pisi_set_hostname2.patch
index 8ff40dbe06..d92c71f014 100644
--- a/system/installer/Calamares/files/pisi_set_hostname2.patch
+++ b/system/installer/Calamares/files/pisi_set_hostname2.patch
@@ -1,10 +1,10 @@
diff -Nuar a/src/modules/users/SetHostNameJob.cpp b/src/modules/users/SetHostNameJob.cpp
--- a/src/modules/users/SetHostNameJob.cpp 2020-02-28 01:26:29.000000000 +0300
+++ b/src/modules/users/SetHostNameJob.cpp 2020-03-21 14:05:55.674849075 +0300
-@@ -64,7 +64,7 @@
+@@ -52,7 +52,7 @@
setFileHostname( const QString& hostname )
{
- return CalamaresUtils::System::instance()->createTargetFile(
+ return Calamares::System::instance()->createTargetFile(
- QStringLiteral( "/etc/hostname" ), ( hostname + '\n' ).toUtf8(), WriteMode::Overwrite );
+ QStringLiteral( "/etc/env.d/01hostname" ), ( hostname + '\n' ).toUtf8(), WriteMode::Overwrite );
}
diff --git a/system/installer/Calamares/pspec.xml b/system/installer/Calamares/pspec.xml
index 67ccda6233..7c7c353f37 100644
--- a/system/installer/Calamares/pspec.xml
+++ b/system/installer/Calamares/pspec.xml
@@ -11,7 +11,7 @@
LGPLv2
A distribution independent installer framework
Calamares is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations.
- https://github.com/calamares/calamares/archive/v3.2.62.tar.gz
+ https://github.com/calamares/calamares/archive/v3.3.8.tar.gz
gettext-devel
yaml-cpp
@@ -137,6 +137,13 @@
+
+ 2024-07-07
+ 3.3.8
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-29
3.2.62