]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ukify: Fix Profile config setting
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 1 Oct 2024 12:23:50 +0000 (14:23 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 3 Oct 2024 21:15:32 +0000 (23:15 +0200)
src/ukify/ukify.py

index 2574b315dd496a8629979e4eef8c1bd5dcc03a0c..625755dec11633d278630d001296216104d31597 100755 (executable)
@@ -1366,9 +1366,9 @@ CONFIG_ITEMS = [
 
     ConfigItem(
         '--profile',
-        metavar='TEST|@PATH',
-        help='Profile information [.profile section]',
-        config_key = 'UKI/Uname',
+        metavar = 'TEST|@PATH',
+        help = 'Profile information [.profile section]',
+        config_key = 'UKI/Profile',
     ),
 
     ConfigItem(