- Oct 26, 2016
-
-
Philip Müller authored
-
-
- Oct 22, 2016
-
-
Philip Müller authored
-
target_env_call returns an integer, so do not compare its result to the string "0".
-
* dracut : unlock encrypted swap if exists * only check for swap_outer_uuid if dracut exists
-
* add rd.luks.uuid to GRUB_CMDLINE (fixes unbootable system with dracut --nohostonly, and doesn't affect any other initramfs generators) * typo * only write rd.luks.uuid line if dracut is present, and leave other initramfs generators alone :D * add missing = operator
-
* add rd.luks.uuid to GRUB_CMDLINE (fixes unbootable system with dracut --nohostonly, and doesn't affect any other initramfs generators) * typo
-
-
If we use .replace("'", "'\\''") for escaping, we also need to use single quotes, not double quotes. This was broken by the port from '%' to format, which also randomly changed quoting characters for no good reason. Changing the outer ones does not matter, but \" or ' within a string is not the same thing!
-
-
Added an initramfscfg module to handle pre-configuration for the Debian update-initramfs, such as installing hooks (needed for luks/FDE support on Debian-based distros). Closes #254. (Cherry-picked from the pull request.)
- Oct 14, 2016
-
-
-
fstab.conf: Add a new "crypttabOptions" option that defaults to "luks". Document that for Debian and Debian-based distributions, the setting should be changed to "luks,keyscript=/bin/cat". main.py: Append the options from the above setting to the end of every line in crypttab. At least the "luks" option should always be there, because there may be different encryption types. The Debian initramfs-tools also require the Debian-specific keyscript option and will otherwise ignore the keyfile entirely (see pull request #254).
-
At least the Debian update-initramfs needs the entry to be there (see pull request #254). Dracut will probably need it too. And logically, it should be there.
-
-
i.e. not just required by the netinstall module.
-
The netinstall module requires Qt >= 5.6 instead of Qt >= 5.3
-
- Oct 01, 2016
-
- Sep 28, 2016
-
-
Philip Müller authored
-
-
-
locale -a returns the locales using ".utf8" names rather than ".UTF-8". The case-insensitive match does not help because it is "utf8" rather than "UTF-8". So we need to match both with and without the dash.
-
Pass the full name directly to useradd instead, using the "-c" (comment) parameter, which is "currently used as the field for the user's full name" according to the documentation. The chfn utility is no longer installed by default on current Fedora releases due to its dependency on libuser. (They split out chfn and chsh from util-linux into an optional subpackage.) It could be added as a dependency of Calamares, but since it is needed inside the chroot, it has to be on the base live image, not the overlay. Thus, to allow testing Calamares with a simple "dnf install calamares" again, the dependency needs to go away. And it is unnecessary anyway.
-
- Sep 24, 2016
-
-
Philip Müller authored
-
Philip Müller authored
- 'chrootcfg' is used for our new netinstall approach - it provides the needed function to install packages in a chroot - we might need to optimize its progressbar visualization ...
-
Philip Müller authored
- 'servicescfg' is the equivalent to module 'services', just for OpenRC
-
- Sep 22, 2016
-
-
- Sep 17, 2016
-
-
Philip Müller authored
-
Philip Müller authored
Merge upstream changes
-
Philip Müller authored
[mhwdcfg] replace hardwarecfg
- Sep 16, 2016
-
-
Teo Mrnjavac authored
CAL-385 #close
-
Teo Mrnjavac authored
CAL-390 #close
-
- Sep 13, 2016
-
-
Philip Müller authored
-
-
- Sep 12, 2016
-
-
Philip Müller authored
- add 302 and 380 to gfx IDs - disable usb as we don't have any config for that yet
-