Kevin Kofler d0e6630
diff -ur calamares-2.4.4/settings.conf calamares-2.4.4-default-settings/settings.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/settings.conf	2016-11-02 17:01:04.000000000 +0100
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/settings.conf	2016-11-05 00:44:07.829467701 +0100
Kevin Kofler d0e6630
@@ -78,20 +78,21 @@
Kevin Kofler 791974b
   - locale
Kevin Kofler 791974b
   - keyboard
Kevin Kofler 63e7577
   - localecfg
Kevin Kofler 791974b
-#  - luksbootkeyfile
Kevin Kofler 791974b
+  - luksbootkeyfile
Kevin Kofler 63e7577
 #  - luksopenswaphookcfg
Kevin Kofler 791974b
-#  - dracutlukscfg
Kevin Kofler 63e7577
-  - initcpiocfg
Kevin Kofler 63e7577
-  - initcpio
Kevin Kofler 791974b
+  - dracutlukscfg
Kevin Kofler 63e7577
+#  - initcpiocfg
Kevin Kofler 63e7577
+#  - initcpio
Kevin Kofler 63e7577
   - users
Kevin Kofler 63e7577
   - displaymanager
Kevin Kofler 63e7577
   - networkcfg
Kevin Kofler 63e7577
   - hwclock
Kevin Kofler 63e7577
   - services
Kevin Kofler 63e7577
-#  - dracut
Kevin Kofler 63e7577
-  - initramfs
Kevin Kofler 63e7577
-#  - grubcfg
Kevin Kofler 63e7577
+  - dracut
Kevin Kofler 63e7577
+#  - initramfs
Kevin Kofler 63e7577
+  - grubcfg
Kevin Kofler 63e7577
   - bootloader
Kevin Kofler 63e7577
+  - packages
Kevin Kofler 63e7577
   - umount
Kevin Kofler 63e7577
 - show:
Kevin Kofler 63e7577
 #  - webview@owncloud
Kevin Kofler d0e6630
@@ -106,7 +107,7 @@
Kevin Kofler 397b373
 # Only the name of the branding component (directory) should be specified here, Calamares
Kevin Kofler 397b373
 # then takes care of finding it and loading the contents.
Kevin Kofler 63e7577
 # YAML: string.
Kevin Kofler 397b373
-branding: default
Kevin Kofler 397b373
+branding: auto
Kevin Kofler 397b373
 
Kevin Kofler 63e7577
 # If this is set to true, Calamares will show an "Are you sure?" prompt right before
Kevin Kofler 63e7577
 # each execution phase, i.e. at points of no return. If this is set to false, no prompt
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/bootloader/bootloader.conf calamares-2.4.4-default-settings/src/modules/bootloader/bootloader.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/bootloader/bootloader.conf	2016-04-12 11:23:47.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/bootloader/bootloader.conf	2016-11-05 00:44:07.829467701 +0100
Kevin Kofler 397b373
@@ -17,11 +17,13 @@
Kevin Kofler 397b373
 
Kevin Kofler 397b373
 # GRUB 2 binary names and boot directory
Kevin Kofler 397b373
 # Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
Kevin Kofler 397b373
-grubInstall: "grub-install"
Kevin Kofler 397b373
-grubMkconfig: "grub-mkconfig"
Kevin Kofler 397b373
-grubCfg: "/boot/grub/grub.cfg"
Kevin Kofler 397b373
+grubInstall: "grub2-install"
Kevin Kofler 397b373
+grubMkconfig: "grub2-mkconfig"
Kevin Kofler 397b373
+grubCfg: "/boot/grub2/grub.cfg"
Kevin Kofler 397b373
 # Optionally set the --bootloader-id to use for EFI. If not set, this defaults
Kevin Kofler 397b373
 # to the bootloaderEntryName from branding.desc with problematic characters
Kevin Kofler 397b373
 # replaced. If an efiBootloaderId is specified here, it is taken to already be a
Kevin Kofler 397b373
 # valid directory name, so no such postprocessing is done in this case.
Kevin Kofler 397b373
-# efiBootloaderId: "dirname"
Kevin Kofler 397b373
+# PACKAGER NOTE: If you really want to change this value, you will also have to
Kevin Kofler 397b373
+#                change the hardcoded directory name in the grub2(-efi) package.
Kevin Kofler 397b373
+efiBootloaderId: "fedora"
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/keyboard/keyboard.conf calamares-2.4.4-default-settings/src/modules/keyboard/keyboard.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/keyboard/keyboard.conf	2016-09-26 13:18:41.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/keyboard/keyboard.conf	2016-11-05 00:44:07.916466493 +0100
Kevin Kofler 1f5086f
@@ -11,4 +11,4 @@
Kevin Kofler 1f5086f
 # Write keymap configuration to /etc/default/keyboard, usually
Kevin Kofler 1f5086f
 # found on Debian-related systems.
Kevin Kofler 1f5086f
 # Defaults to true if nothing is set.
Kevin Kofler 1f5086f
-#writeEtcDefaultKeyboard:   true
Kevin Kofler 1f5086f
+writeEtcDefaultKeyboard: false
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/license/license.conf calamares-2.4.4-default-settings/src/modules/license/license.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/license/license.conf	2016-04-12 11:23:47.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/license/license.conf	2016-11-05 00:44:07.916466493 +0100
Kevin Kofler 397b373
@@ -3,21 +3,9 @@
Kevin Kofler 397b373
 ---
Kevin Kofler 397b373
 # YAML: list of maps.
Kevin Kofler 397b373
 entries:
Kevin Kofler 397b373
-- id:       nvidia      # Entry identifier, must be unique. Not user visible. YAML: string.
Kevin Kofler 397b373
-  name:     Nvidia      # Pretty name for the software product, user visible and untranslatable. YAML: string.
Kevin Kofler 397b373
-  vendor:   Nvidia Corporation # Pretty name for the software vendor, user visible and untranslatable. YAML: string, optional, default is empty.
Kevin Kofler 397b373
+- id:       evil        # Entry identifier, must be unique. Not user visible. YAML: string.
Kevin Kofler 397b373
+  name:     Evil        # Pretty name for the software product, user visible and untranslatable. YAML: string.
Kevin Kofler 397b373
+  vendor:   Evil Corporation # Pretty name for the software vendor, user visible and untranslatable. YAML: string, optional, default is empty.
Kevin Kofler 397b373
   type:     driver      # Package type for presentation, not user visible but affects user visible strings. YAML: string, allowed values: driver, gpudriver, browserplugin, codec, package, software; optional, default is software.
Kevin Kofler 397b373
-  url:      http://developer.download.nvidia.com/cg/Cg_3.0/license.pdf  # Url of license text to display in a web view. YAML: string.
Kevin Kofler 397b373
+  url:      http://www.example.com/evil_666.0/license.pdf  # Url of license text to display in a web view. YAML: string.
Kevin Kofler 397b373
   required: false       # If set to true, the user cannot proceed without accepting this license. YAML: boolean, optional, default is false.
Kevin Kofler 397b373
-- id:       amd
Kevin Kofler 397b373
-  name:     Catalyst
Kevin Kofler 397b373
-  vendor:   "Advanced Micro Devices, Inc."
Kevin Kofler 397b373
-  type:     gpudriver
Kevin Kofler 397b373
-  url:      http://support.amd.com/en-us/download/eula
Kevin Kofler 397b373
-  required: false
Kevin Kofler 397b373
-- id:       flashplugin
Kevin Kofler 397b373
-  name:     Adobe Flash
Kevin Kofler 397b373
-  vendor:   Adobe Systems Incorporated
Kevin Kofler 397b373
-  type:     browserplugin
Kevin Kofler 397b373
-  url:      http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf
Kevin Kofler 397b373
-  required: true
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/netinstall/netinstall.conf calamares-2.4.4-default-settings/src/modules/netinstall/netinstall.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/netinstall/netinstall.conf	2016-07-19 13:04:14.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/netinstall/netinstall.conf	2016-11-05 00:44:07.916466493 +0100
Kevin Kofler 63e7577
@@ -1,2 +1,5 @@
Kevin Kofler 397b373
 ---
Kevin Kofler 63e7577
-groupsUrl: http://chakraos.org/netinstall.php
Kevin Kofler 63e7577
+# Packager note: If you want to enable the netinstall module, you will also have
Kevin Kofler 63e7577
+#                to create such a file (see the example in the source code).
Kevin Kofler 63e7577
+groupsUrl: file:///etc/calamares/modules/netinstall.yaml
Kevin Kofler 63e7577
+#groupsUrl: http://example.com/netinstall.yaml
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/packages/packages.conf calamares-2.4.4-default-settings/src/modules/packages/packages.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/packages/packages.conf	2016-11-02 17:00:45.000000000 +0100
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/packages/packages.conf	2016-11-05 00:45:09.874605972 +0100
Kevin Kofler d0e6630
@@ -11,9 +11,9 @@
Kevin Kofler 397b373
 #  - portage	 - Gentoo package manager
Kevin Kofler 397b373
 #  - entropy	 - Sabayon package manager
Kevin Kofler 397b373
 #
Kevin Kofler 397b373
-backend: packagekit
Kevin Kofler 397b373
+backend: dnf
Kevin Kofler d0e6630
 
Kevin Kofler d0e6630
-update_db: true
Kevin Kofler d0e6630
+update_db: false
Kevin Kofler d0e6630
 
Kevin Kofler 397b373
 #
Kevin Kofler 397b373
 # List of maps with package operations such as install or remove.
Kevin Kofler d0e6630
@@ -29,20 +29,6 @@
Kevin Kofler 397b373
 # storage called "packageOperations" and it is processed
Kevin Kofler 397b373
 # after the static list in the job configuration.
Kevin Kofler 397b373
 #
Kevin Kofler 397b373
-#operations:
Kevin Kofler d0e6630
-#  - install:
Kevin Kofler 397b373
-#      - pkg1
Kevin Kofler 397b373
-#      - pkg2
Kevin Kofler 397b373
-#  - remove:
Kevin Kofler 397b373
-#      - pkg3
Kevin Kofler 397b373
-#      - pkg4
Kevin Kofler d0e6630
-#  - try_install:   # no system install failure if a package cannot be installed
Kevin Kofler 397b373
-#      - pkg5
Kevin Kofler d0e6630
-#  - try_remove:    # no system install failure if a package cannot be removed
Kevin Kofler 397b373
-#      - pkg2
Kevin Kofler 397b373
-#      - pkg1
Kevin Kofler d0e6630
-#  - install:
Kevin Kofler 397b373
-#      - pkgs6
Kevin Kofler 397b373
-#      - pkg7
Kevin Kofler 397b373
-#  - localInstall:
Kevin Kofler 397b373
-#      - /path/to/pkg8
Kevin Kofler d0e6630
+operations:
Kevin Kofler d0e6630
+  - try_remove:
Kevin Kofler d0e6630
+    - calamares
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/partition/partition.conf calamares-2.4.4-default-settings/src/modules/partition/partition.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/partition/partition.conf	2016-09-26 13:18:41.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/partition/partition.conf	2016-11-05 00:44:07.916466493 +0100
Kevin Kofler 63e7577
@@ -7,7 +7,7 @@
Kevin Kofler 63e7577
 ensureSuspendToDisk:    true
Kevin Kofler 63e7577
 
Kevin Kofler 63e7577
 # Correctly draw nested (e.g. logical) partitions as such.
Kevin Kofler 63e7577
-drawNestedPartitions:   false
Kevin Kofler 63e7577
+drawNestedPartitions:   true
Kevin Kofler 63e7577
 
Kevin Kofler 63e7577
 # Show/hide partition labels on manual partitioning page.
Kevin Kofler 63e7577
 alwaysShowPartitionLabels: true
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/services/services.conf calamares-2.4.4-default-settings/src/modules/services/services.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/services/services.conf	2016-04-12 11:23:47.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/services/services.conf	2016-11-05 00:44:07.916466493 +0100
Kevin Kofler 397b373
@@ -12,6 +12,4 @@
Kevin Kofler 397b373
   - name: "graphical"
Kevin Kofler 397b373
     mandatory: true
Kevin Kofler 397b373
 
Kevin Kofler 397b373
-disable:
Kevin Kofler 397b373
-  - name: "pacman-init"
Kevin Kofler 397b373
-    mandatory: false
Kevin Kofler 397b373
+disable: []
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/umount/umount.conf calamares-2.4.4-default-settings/src/modules/umount/umount.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/umount/umount.conf	2016-04-12 11:23:47.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/umount/umount.conf	2016-11-05 00:44:07.917466479 +0100
Kevin Kofler 63e7577
@@ -1,9 +1,6 @@
Kevin Kofler 63e7577
 ---
Kevin Kofler 63e7577
-#scrLog:       "/path/to/installation.log"
Kevin Kofler 63e7577
-#destLog:      "/var/log/installation.log"
Kevin Kofler 63e7577
-# example when using the Calamares created log:
Kevin Kofler 63e7577
-#srcLog:      "/root/.cache/Calamares/Calamares/Calamares.log"
Kevin Kofler 63e7577
-#destLog:     "/var/log/Calamares.log"
Kevin Kofler 63e7577
+srcLog:      "/root/.cache/Calamares/Calamares/Calamares.log"
Kevin Kofler 63e7577
+destLog:     "/var/log/calamares.log"
Kevin Kofler 63e7577
 # example when creating with a sudo calamares -d log:
Kevin Kofler 63e7577
 #srcLog:      "/home/live/installation.log"
Kevin Kofler 63e7577
 #destLog:     "/var/log/installation.log"
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/unpackfs/unpackfs.conf calamares-2.4.4-default-settings/src/modules/unpackfs/unpackfs.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/unpackfs/unpackfs.conf	2016-04-12 11:23:47.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/unpackfs/unpackfs.conf	2016-11-05 00:44:07.917466479 +0100
Kevin Kofler 397b373
@@ -1,8 +1,5 @@
Kevin Kofler 397b373
 ---
Kevin Kofler 397b373
 unpack:
Kevin Kofler 397b373
-    -   source: "/path/to/filesystem.img"
Kevin Kofler 397b373
+    -   source: "/dev/mapper/live-base"
Kevin Kofler 397b373
         sourcefs: "ext4"
Kevin Kofler 397b373
         destination: ""
Kevin Kofler 397b373
-    -   source: "/path/to/another/filesystem.sqfs"
Kevin Kofler 397b373
-        sourcefs: "squashfs"
Kevin Kofler 397b373
-        destination: ""
Kevin Kofler d0e6630
diff -ur calamares-2.4.4/src/modules/users/users.conf calamares-2.4.4-default-settings/src/modules/users/users.conf
Kevin Kofler d0e6630
--- calamares-2.4.4/src/modules/users/users.conf	2016-04-12 11:23:47.000000000 +0200
Kevin Kofler d0e6630
+++ calamares-2.4.4-default-settings/src/modules/users/users.conf	2016-11-05 00:44:07.917466479 +0100
Kevin Kofler 63e7577
@@ -3,12 +3,11 @@
Kevin Kofler 63e7577
     - users
Kevin Kofler 397b373
     - lp
Kevin Kofler 397b373
     - video
Kevin Kofler 397b373
-    - network
Kevin Kofler 397b373
-    - storage
Kevin Kofler 397b373
+    - dialout
Kevin Kofler 397b373
     - wheel
Kevin Kofler 397b373
     - audio
Kevin Kofler 397b373
 autologinGroup:  autologin
Kevin Kofler 397b373
-doAutologin:     true
Kevin Kofler 397b373
+doAutologin:     false
Kevin Kofler 397b373
 sudoersGroup:    wheel
Kevin Kofler 397b373
 setRootPassword: true
Kevin Kofler 63e7577
 doReusePassword: true