Commit Graph

70 Commits

Author SHA1 Message Date
Michael Tremer
ca6be40f92 Update translations 2015-04-04 13:17:34 +02:00
Arne Fitzenreiter
e0d006cd8e installer: add option to disable grafic mode for grub.
add novga to kernel commandline for the installer to add
GFXMODE="none" to /etc/default/grub.
2015-03-30 20:28:54 +02:00
Michael Tremer
53103ab55c installer: Don't accept the license in unattended mode 2015-03-16 16:10:03 +01:00
Michael Tremer
2bf7ee4bdd installer+setup: Update translations 2015-03-05 22:12:38 +01:00
Michael Tremer
29afd40851 installer: Cut off disk description if it gets too long 2015-02-26 13:54:07 +01:00
Michael Tremer
5ae2227566 installer+setup: Automatically update language lists 2015-02-04 13:31:36 +01:00
Michael Tremer
976a7b26bf installer+setup: Update translations 2015-02-01 12:57:05 +01:00
Michael Tremer
f8cdaa1084 installer: Fix selection English as default language 2015-01-22 23:09:43 +01:00
Michael Tremer
7db3e17a4a installer: Fix crash with small screen resolutions
The installer is showing a help line at the bottom of the
screen which is in some languages rather long. If it is
longer than the width of the screen, the installer used to
crash which is now fixed in this patch.
2015-01-02 14:41:33 +01:00
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