Commit Graph

61 Commits

Author SHA1 Message Date
Michael Tremer
66c684fa60 Change default font to that what we use in IPFire 3 2014-12-26 18:00:51 +01:00
Michael Tremer
8cc7ba9020 installer: Update translations 2014-12-26 17:31:37 +01:00
Michael Tremer
b097fdd66f installer: Improve changing language at runtime 2014-12-24 00:33:30 +01:00
Michael Tremer
c5a5b13e8e installer: Power off instead of reboot after unattended install 2014-11-16 11:37:47 +01:00
Michael Tremer
a046e8a6ab installer: Only drop to a debug shell after a segmentation fault 2014-11-14 00:03:23 +01:00
Michael Tremer
ade96ba8a5 installer: Fix umounting destination 2014-11-13 23:58:05 +01:00
Michael Tremer
bb75bc3b14 installer: Improve check for serial console option 2014-11-05 23:43:01 +01:00
Michael Tremer
3e1145e1a0 installer: Fix download of the ISO image 2014-11-05 01:34:27 +01:00
Michael Tremer
69749af100 installer: Don't try to install /etc/hosts which does not exist 2014-11-05 01:33:59 +01:00
Michael Tremer
6a91a5a724 installer: Show better helpline in unattended mode 2014-11-05 01:33:29 +01:00
Michael Tremer
8f6e429843 installer: Correctly position buttons in dialogs 2014-11-03 18:35:56 +01:00
Michael Tremer
7b6d7c6938 installer: Create locale archive to save space in the initrd 2014-10-30 23:18:31 +01:00
Michael Tremer
e6f71226c5 installer: Initialize console font 2014-10-28 00:49:19 +01:00
Michael Tremer
681c9bbe61 installer: Implement option to run a postinstall script in the installer 2014-10-26 20:11:04 +01:00
Michael Tremer
a8fca24560 installer: Allow to disable creation of swap space on command line 2014-10-26 16:00:03 +01:00
Michael Tremer
335c5bd1cd installer: Fix loads of compiler warnings 2014-10-25 15:54:45 +02:00
Michael Tremer
c0511f3ab3 installer: Rework downloading ISO and allow using a custom URL 2014-10-25 14:56:23 +02:00
Michael Tremer
2404450b40 installer: Simplify kernel command line parsing 2014-10-23 01:05:56 +02:00
Michael Tremer
211c7984d4 installer: Create a config struct 2014-10-21 22:30:36 +02:00
Michael Tremer
38c6822d3c installer: Make restoring the backup interactive 2014-10-15 23:38:05 +02:00
Michael Tremer
35853bb47b installer: Make networking and download functions more user-friendly
Allows to retry after a failed attempt or abort
2014-10-12 16:53:12 +02:00
Michael Tremer
b84813b432 installer: Remove reading the path of the downloaded ISO 2014-10-12 15:04:25 +02:00
Michael Tremer
7d11428465 installer: Allow to start networking without ISO download 2014-10-12 14:30:51 +02:00
Michael Tremer
15f706806d installer: Remove Makefile of old build system 2014-10-11 19:19:14 +02:00
Michael Tremer
07d6f947a4 installer: Remove old unattended installation code 2014-10-11 19:18:27 +02:00
Michael Tremer
a3e135c8bd installer: Enable new partitioning code to be run in unattended mode
The first disk of the system will automatically be used and
a standard installation will be done. After that is done, the
system will reboot into the freshly installed system and execute
setup.
2014-10-11 18:59:31 +02:00
Michael Tremer
77192e97b9 installer: Fix typo
You -> Your

Reported-by: https://www.transifex.com/accounts/profile/luX78/
2014-09-16 20:45:50 +02:00
Michael Tremer
7f6e04258a grub: Don't use VGA for serial installations
On systems without a graphics card, grub did not count down
the timeout.
2014-09-09 15:01:19 +02:00
Michael Tremer
5be66d81b9 installer: use sysinfo() for memory detection 2014-09-04 20:10:55 +02:00
Michael Tremer
126d357084 installer: Fix off-by-one error in number search 2014-09-04 20:10:24 +02:00
Michael Tremer
a691d4b370 installer: Add p suffix to path for mmcblk0 devices, etc. 2014-09-04 10:59:34 +02:00
Michael Tremer
0c8b2d994e installer: Show name of block device in disk listing 2014-09-04 10:59:16 +02:00
Michael Tremer
165295ab28 installer: Fix language selection
The selected language was not written to the system
configuration file and therefore the system was reset
to English again.
2014-08-30 11:02:28 +02:00
Michael Tremer
4183678571 installer+setup: Update translations 2014-08-21 20:33:50 +02:00
Michael Tremer
a996d39fb6 installer: Sanitize button positions 2014-08-21 20:32:58 +02:00
Michael Tremer
ee43f517e8 installer: When there is only one disk, fix automatic selection 2014-08-21 20:30:42 +02:00
Michael Tremer
5e41745edf installer: Include /usr/bin/touch 2014-08-21 17:30:01 +02:00
Michael Tremer
ee00d203d1 installer: Omit source drive by name 2014-08-21 16:57:02 +02:00
Michael Tremer
d78fffa049 installer: Destroy RAID superblocks on single disk installations 2014-08-21 16:43:45 +02:00
Michael Tremer
0e491487e9 installer: Fix access test after partitioning 2014-08-21 16:43:07 +02:00
Michael Tremer
9dd16c6d24 installer+grub: Fix serial console support with GRUB2. 2014-08-21 12:32:59 +02:00
Michael Tremer
5a3b3718fb installer: Fix showing selected disks 2014-08-21 11:20:57 +02:00
Michael Tremer
ddd32a5cd3 installer: Make umounting more reliable 2014-08-20 21:16:25 +02:00
Michael Tremer
ae5edf1612 installer: Pretify the interface a little bit 2014-08-14 15:19:42 +02:00
Michael Tremer
d04d4d586b installer: Use full locale strings for locale selection 2014-08-14 14:22:39 +02:00
Michael Tremer
46b56e2030 libsmooth+install: Fix output redirection 2014-08-14 14:07:13 +02:00
Michael Tremer
02d3ebbd18 installer: Really include /etc/profile.d 2014-08-14 13:40:09 +02:00
Michael Tremer
d2fafe0316 installer: Try harder to stop pre-existing software raids. 2014-08-13 12:04:08 +02:00
Michael Tremer
e9cf574d50 installer: Mark the GRUB boot partition as bootable on GPT. 2014-08-12 15:17:29 +02:00
Michael Tremer
eb3ff46eaa installer: Fix filesystem selection.
When the user selected the OK button, the installation aborted
instead of continuing.
2014-08-12 15:16:37 +02:00