Dan Simmons
cd7fa92d15
Clean up Calamares settings.
...
Summary:
This resolves T107
Refactor automirror
Add donate button url and geoip to welcome
Adjust locale.conf geoip format
Set default filesystem type and no user swap choices
Add defaults to settings to eliminate warnings
Add efi mount options to fstab.conf
Set restart mode in finished.conf to new style
Set bootloader entry name to Ubuntu and slideshowAPI to 1
Test Plan:
Test Calamares installation for proper location detection.
Test Calamares installation for proper efi mount.
Test Calamares installation for proper bootloader entry.
Reviewers: tsimonq2, wxl, apt-ghetto
Reviewed By: tsimonq2, wxl
Subscribers: apt-ghetto
Maniphest Tasks: T107
Differential Revision: https://phab.lubuntu.me/D33
5 years ago
Dan Simmons
1a4f60968a
Set window size fullscreen.
...
Summary: Set the window size to fullscreen. T25 (LP: #1824758 )
Test Plan: Test Calamares in daily for fullscreen window.
Reviewers: tsimonq2, wxl
Reviewed By: tsimonq2, wxl
Differential Revision: https://phab.lubuntu.me/D19
5 years ago
Walter Lapchynski
626f59a767
Work around update-initramfs issue and reorder jobs
...
Summary:
The initramfs job fails to build an initrd.img for two reasons:
1. No /boot/vmlinuz-$version
2. No /boot/initrd.img-$version
(1) is due to "contextualprocess@before_bootloader_mkdirs" needing to
be executed before "initramfs" because it copies in the kernel image
from /cdrom/casper/vmlinuz.
(2) is due to a bug in update-initramfs::get_sorted_versions() because
it expects there to be an existing initrd.img-$version despite the fact
the "initramfs" module is calling it with the -c (create) option, not
-u (update).
Closes (LP: #1829805 )
Test Plan: Edited config in Live Environment and successfully rebooted into the installed OS.
Reviewers: wxl, tsimonq2
Reviewed By: wxl
Differential Revision: https://phab.lubuntu.me/D15
5 years ago
Simon Quigley
7df30927fa
Welcome to the Eoan EANIMAL!
6 years ago
apt-ghetto
053817ff0e
Lower the minimum RAM requirements.
...
Summary: Allow users with less than 1 GiB of RAM, to install Lubuntu.
Test Plan: Start the installation on a machine with less than 1 GiB RAM
Reviewers: wxl, tsimonq2
Reviewed By: wxl, tsimonq2
Differential Revision: https://phab.lubuntu.me/D6
6 years ago
Simon Quigley
40a5fc1d0d
Adjust config for automirror changes in the previous upload.
6 years ago
Simon Quigley
3ac42b4e25
Write a workaround to fix the support and release notes links on the welcome screen.
6 years ago
Simon Quigley
5f9d673872
Don't remove partitionmanager anymore; its a system utility we expect to have installed.
6 years ago
Simon Quigley
213f578b1d
Try to install languages during the installation.
6 years ago
Simon Quigley
addf582ce8
Change the desktop file from 18.10 to 19.04.
6 years ago
Simon Quigley
e7b1e9e544
Fix accidentally reverted parts of 27 in 28 due to the VCS not being up-to-date. Thanks to Jeremy Bicha for spotting the issue (LP: #1801393 ).
6 years ago
Simon Quigley
bfd00d9013
Welcome to the Disco Dingo!
6 years ago
Walter Lapchynski
07a443fb58
Ensure upgrades don't happen for EFI packages.
6 years ago
Simon Quigley
8d0c107a0f
Fix Walter's bash faux pas.
6 years ago
Simon Quigley
df71fee23d
Rename calamares.desktop to lubuntu-calamares.desktop.
6 years ago
Walter Lapchynski
74419de594
cleanup after new install file location
6 years ago
Walter Lapchynski
1364462c86
fix check for EFI architecture
6 years ago
Walter Lapchynski
87a0d32242
Restore Calamares productIcon.
6 years ago
Walter Lapchynski
21acfae10a
Ignore BIOS entirely when installing GRUB for EFI.
6 years ago
Walter Lapchynski
9c6c1de9fe
Generalize installation of GRUB for EFI.
...
Summary: See T97.
Test Plan: Already tested. Ship it!
Reviewers: tsimonq2
Reviewed By: tsimonq2
Differential Revision: https://phab.lubuntu.me/D33
6 years ago
Simon Quigley
27ac1c0161
Add -E to the Calamares desktop icon call so that our nice theming carries over to Cala.
6 years ago
Simon Quigley
10e4174f71
Grab logo.png back because it's still referenced.
6 years ago
Wendy Hill
030028768b
Fixed spelling on Office.png and added smooth: true qml to first slide.
6 years ago
Wendy Hill
83fbe22b2f
Updated the slideshow.
6 years ago
Walter Lapchynski
8c5e3a0061
Ensure install .desktop file is always removed.
...
Summary: Fixes T82.
Test Plan: Install and reboot. Desktop should be free of the install .desktop file. This has been tested already for EFI and BIOS in a virtual machine, but since this is related to a task that concerns a rather particular system consisting of 32 bit EFI with a 64 bit processor, it will need to be tested in other cases.
Reviewers: tsimonq2
Reviewed By: tsimonq2
Maniphest Tasks: T82
Differential Revision: https://phab.lubuntu.me/D30
6 years ago
Walter Lapchynski
6db75e1ae8
Enable support for LUKS/encryption.
...
Summary: All settings required to enable support for LUKS/encryption.
Test Plan:
The two methods of encryption will need to be tested:
1. Automated option, e.g. Erase Disk
1. Click the radio button for the option
1. Check the Encrypt checkbox
1. Enter your password twice
1. Continue with the install as normal
1. Manual partitioning
1. Create a new partition
1. Check the Encrypt checkbox underneath filesystem
1. Enter your password twice
1. Don't forget to mount as /
1. Continue with the install as normal
If the install completes without errors and can boot successfully after completion, asking for and accepting the correct password before booting the system, then we've got ourselves a winner.
Reviewers: tsimonq2
Reviewed By: tsimonq2
Differential Revision: https://phab.lubuntu.me/D28
6 years ago
Simon Quigley
7d0940466e
Add Korean support.
6 years ago
Walter Lapchynski
fcc2036633
Remove all password checking.
...
Summary:
We were using password checking in Calamares, especially as supported by libpwquality, but have received overwhelming community feedback against this. Therefore, we remove any checking by libpwquality, including defaults that aren't explicit, like the dictionary check. Sadly, it seems that setting enforcing=0 to simply print a warning does not work. IIt's possible that this is a bug, but not worth chasing at this point. The only thing unsupported is a blank password, but that's something that's [not clear](https://github.com/calamares/calamares/issues/790#issuecomment-330455711 ) is supported.
The good news is that the [string](743c19d8dd/src/modules/users/page_usersetup.ui (L440)
) suggesting a good password is still there. If there's anywhere to be additional improments, it's there.
Test Plan: Run Calamares and enter a variety of lame passwords (e.g. space, the number one, the letter a, the word cat, etc.) twice. If the "next" button is not greyed out, it succeeds.
Reviewers: tsimonq2
Reviewed By: tsimonq2
Differential Revision: https://phab.lubuntu.me/D12
6 years ago
Walter Lapchynski
4f328dc3d7
Add executable key to defaultDesktopEnvironment stanza in displaymanager.
...
Summary: See {T55}
Test Plan:
Install with autologin enabled. After install and reboot, should be in Lubuntu session.
NOTE: an additional fix to calamares itself is required.
Reviewers: tsimonq2
Reviewed By: tsimonq2
Differential Revision: https://phab.lubuntu.me/D9
6 years ago
Lugito
c677c371ca
Merge branch 'origin/master' into Weblate
6 years ago
Hans P. Möller
71ea46cde5
Translated using Weblate (German)
...
Currently translated at 93,7% (15 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/de/
6 years ago
Carl Schwan
7a2bfdb50c
Translated using Weblate (French)
...
Currently translated at 100,0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/fr/
6 years ago
Emanuele Antonio Faraone
2106753efa
Translated using Weblate (Italian)
...
Currently translated at 100,0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/it/
6 years ago
Emanuele Antonio Faraone
1588b33eba
Translated using Weblate (Italian)
...
Currently translated at 100,0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/it/
6 years ago
Lugito
bef3de7261
Merge branch 'origin/master' into Weblate
6 years ago
Carl Schwan
b4e5b38104
Translated using Weblate (French)
...
Currently translated at 100,0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/fr/
6 years ago
Lugito
76432697a7
Merge branch 'origin/master' into Weblate
6 years ago
Carl Schwan
e91b5b2d3d
Translated using Weblate (French)
...
Currently translated at 100,0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/fr/
6 years ago
Lugito
cdbf98cc8c
Merge branch 'origin/master' into Weblate
6 years ago
Henrik Christiansen
28499fdf8b
Translated using Weblate (Danish)
...
Currently translated at 100,0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/da/
6 years ago
Simon Quigley
a2e6868a2a
Sync default user groups with Neon.
6 years ago
Simon Quigley
ebdbcddd51
Add a minimum password strength requirement.
6 years ago
Simon Quigley
638e13824f
Enable automirror by default.
6 years ago
Simon Quigley
ec8d1863c8
Make "ubuntu" the bootloader_id and don't do a cp hack.
6 years ago
Simon Quigley
a0da5ae20d
Don't copy initrd from the live install, because that contains casper.
6 years ago
Einar Mostad
875e9a9daf
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100,0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/nb/
6 years ago
Einar Mostad
fd2ab888de
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100,0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/nb/
6 years ago
Lugito
874785ad0c
Merge branch 'origin/master' into Weblate
6 years ago
Einar Mostad
b292a53b8e
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100,0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/nb/
6 years ago
Einar Mostad
d33cfb8e32
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100,0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/nb/
6 years ago
Simon Quigley
b74b617312
Calamares is capitalized (LP: #1783109 ).
6 years ago
Simon Quigley
e1038b485d
Add support for Norwegian.
6 years ago
Simon Quigley
8949483eeb
We're not Neon (LP: #1783024 ).
6 years ago
Simon Quigley
88e201e0c8
Get some changes from Neon to make some of our awful hacks much cleaner.
6 years ago
Simon Quigley
912a94ead5
Ensure that /bin/bash is always the default shell.
6 years ago
Simon Quigley
d658f4cfc2
Add a machineid file.
6 years ago
Simon Quigley
a860ee7105
Fix non-secureboot UEFI installs on real hardware (LP: #1781015 ).
6 years ago
Simon Quigley
3a21094494
Replace a blind cp with a more tactful apt-cdrom command.
6 years ago
Simon Quigley
32c517a057
Add more language support.
6 years ago
Lugito
a18c6e1f62
Merge branch 'origin/master' into Weblate
6 years ago
Simon Quigley
ecfde16b4a
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/ar/
6 years ago
Lugito
64c8233a77
Merge branch 'origin/master' into Weblate
6 years ago
Simon Quigley
bacc79ead6
Translated using Weblate (Arabic)
...
Currently translated at 93.7% (15 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/ar/
6 years ago
Lugito
fc2e0caf3d
Merge branch 'origin/master' into Weblate
6 years ago
Luís Rafael Gomes
7bbacebad3
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/pt/
6 years ago
Simon Quigley
378ec9515c
Add a displaymanager.conf.
6 years ago
Simon Quigley
cfcd5ab066
Don't use apt-cdrom; just copy the host sources.list.
6 years ago
Lugito
6a73d4b39c
Merge branch 'origin/master' into Weblate
6 years ago
Henrik Christiansen
04972ffb9e
Translated using Weblate (Danish)
...
Currently translated at 100,0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/da/
6 years ago
Simon Quigley
ad9eb42277
Also remove calamares after install.
6 years ago
Simon Quigley
06ab2e9613
Ensure that calamares.desktop is removed from all new users on a freshly-installed system.
6 years ago
Simon Quigley
4091552f74
Fix geoip timezone detection.
6 years ago
Hans P. Möller
6d0a95b5b6
Translated using Weblate (German)
...
Currently translated at 87.5% (14 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/de/
6 years ago
Luís Rafael Gomes
187bb602bd
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pt/
6 years ago
Luís Rafael Gomes
79d10a71dc
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pt/
6 years ago
Weblate
f9e9419921
Merge branch 'origin/master' into Weblate
6 years ago
Simon Quigley
fdc4e655fa
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pt_BR/
6 years ago
Lugito
da5ebc1215
Merge branch 'origin/master' into Weblate
6 years ago
Lucas A. V. Dantas
163d4e9105
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100,0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/pt_BR/
6 years ago
Lucas A. V. Dantas
4451c4fcfb
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 93.7% (15 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pt_BR/
6 years ago
Simon Quigley
38cabea053
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 93.7% (15 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pt_BR/
6 years ago
Lucas A. V. Dantas
0d9539d7a2
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 75.0% (12 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pt_BR/
6 years ago
Lucas A. V. Dantas
7afd613486
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 56.2% (9 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pt_BR/
6 years ago
Lucas A. V. Dantas
bd9c1ba436
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 31.2% (5 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pt_BR/
6 years ago
Simon Quigley
99fb38b0e0
Add Portuguese and Brazilian Portuguese translation templates.
6 years ago
Weblate
25e2010f94
Merge branch 'origin/master' into Weblate
6 years ago
Daniel Absmeier
82c584b4fb
Translated using Weblate (German)
...
Currently translated at 68.7% (11 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/de/
6 years ago
Simon Quigley
66c9fe501f
Don't remove GRUB for now.
6 years ago
Simon Quigley
1a88110770
Fix translations for Calamares.
6 years ago
Simon Quigley
3d72058e11
Remove the rm line of the shellprocess command (LP: #1780977 ).
6 years ago
Simon Quigley
756ccfef18
Increase the timeout for the shellprocess command (LP: #1781015 ).
6 years ago
Daniel Absmeier
eded6035da
Translated using Weblate (German)
...
Currently translated at 100,0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/de/
6 years ago
Lugito
c3b4cb1486
Merge branch 'origin/master' into Weblate
6 years ago
Marcin Mikołajczak
98f8a0b2ba
Translated using Weblate (Polish)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/pl/
6 years ago
Weblate
53d06294fd
Merge branch 'origin/master' into Weblate
6 years ago
Marcin Mikołajczak
8c2eabf632
Translated using Weblate (Polish)
...
Currently translated at 100.0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/pl/
6 years ago
Simon Quigley
e77cec45cb
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/es/
6 years ago
Simon Quigley
0167b91dfd
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: Lubuntu/Desktop File for Calamares
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-settings-lubuntu-desktop/ca/
6 years ago
Simon Quigley
684ac5b583
Add Danish support.
6 years ago
Simon Quigley
6d167020ae
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (16 of 16 strings)
Translation: Lubuntu/Calamares Slideshow
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/calamares-slideshow/es/
6 years ago