Commit Graph

8159 Commits

Author SHA1 Message Date
Michael Tremer
d1782bf02d setup: Remove version number from window titles 2014-08-21 16:41:44 +02:00
Michael Tremer
9dd16c6d24 installer+grub: Fix serial console support with GRUB2. 2014-08-21 12:32:59 +02:00
Michael Tremer
72407b49d0 dracut: Remove biosdevname module 2014-08-21 11:22:37 +02:00
Michael Tremer
5a3b3718fb installer: Fix showing selected disks 2014-08-21 11:20:57 +02:00
Michael Tremer
33b3e591e0 xfsprogs is not a package any more 2014-08-21 10:58:30 +02:00
Michael Tremer
adf657dbd8 Rootfile update 2014-08-21 10:47:11 +02:00
Michael Tremer
3756506005 initscripts: Remove old firewall-reload symlink 2014-08-21 10:46:34 +02:00
Michael Tremer
aa7f55b2df Merge remote-tracking branch 'origin/next' into install-raid 2014-08-20 21:46:49 +02:00
Michael Tremer
8cd364b41c Rootfile update 2014-08-20 21:45:12 +02:00
Michael Tremer
69ce343fcb dracut: Move configuration into right directory 2014-08-20 21:44:47 +02:00
Michael Tremer
fd3b60d89e dracut: Remove switch_root.c 2014-08-20 21:43:17 +02:00
Michael Tremer
a4d36b4a3f dracut: Update dracut.conf 2014-08-20 21:42:49 +02:00
Michael Tremer
9f572d6609 make.sh: Build mdadm before dracut 2014-08-20 21:25:24 +02:00
Michael Tremer
2d01ecf5bf make.sh: Build libsmooth after newt 2014-08-20 21:25:11 +02:00
Michael Tremer
ddd32a5cd3 installer: Make umounting more reliable 2014-08-20 21:16:25 +02:00
Arne Fitzenreiter
d2a08170b9 ppp: update to 2.4.7.
Fix for ms-chap-v2.
fixes #10575.
2014-08-19 16:17:44 +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
2d38ca795a cdrom: Strip all binaries put into the installer ramdisk 2014-08-14 14:21:55 +02:00
Michael Tremer
687fc4a9c0 firstsetup: Fix path to setup 2014-08-14 14:07:44 +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
6153b5225e mdadm isn't an add-on any more 2014-08-14 13:00:35 +02:00
Michael Tremer
cc31c6fffb Rootfile update. 2014-08-14 12:55:26 +02:00
Michael Tremer
8ed963a9d6 newt: Update to 0.52.17 2014-08-14 12:55:01 +02:00
Michael Tremer
8deed24e4e slang: Update to 2.2.4 2014-08-14 12:54:10 +02:00
Michael Tremer
6db1d94c20 setup: Fix path to probenic.sh script 2014-08-14 12:52:11 +02:00
Michael Tremer
d82668d553 core82: Add changed files 2014-08-14 12:45:37 +02:00
Michael Tremer
072f4c10cc Move core updates 80 and 81 to oldcore. 2014-08-14 12:27:56 +02:00
Michael Tremer
c45c2a1561 Create empty core update 82. 2014-08-14 12:27:15 +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
Michael Tremer
282ec35e9b installer: Flush all disk buffers after the installation has finished. 2014-08-12 15:15:52 +02:00
Michael Tremer
7b4790d3fc installer: Downgrade RAID metadata format to 1.0. 2014-08-12 15:14:45 +02:00
Michael Tremer
bee06cd410 installer: Change separator in disk description to dash. 2014-08-12 15:12:25 +02:00
Michael Tremer
37f3421a58 installer: Rewrite language selection. 2014-08-12 15:11:39 +02:00
Michael Tremer
39a36d7d73 installer: Drop user to an emergency shell if the installer crashes. 2014-08-12 14:58:13 +02:00
Michael Tremer
d2f993a7dd installer: Wipe first bytes of partitions and disks before partitioning. 2014-08-12 14:57:23 +02:00
Michael Tremer
a8d8b5576c installer: Umount everything right away. 2014-08-12 14:47:32 +02:00
Michael Tremer
5a2ac8f701 misc-progs: Dynamically link against libsmooth. 2014-08-12 12:23:44 +02:00
Michael Tremer
e1457ba014 setup: Migrate to autotool and use gettext. 2014-08-12 12:19:10 +02:00
Michael Tremer
56774f9ed2 mdadm: Update to 3.3.1. 2014-08-12 11:56:15 +02:00
Michael Tremer
2fc5124b7e proxy: Allow HTTP Basic authentication against Active Directory servers
Some clients may not support NTLMv2. Basic authentication can
now be activated. This is dangerous as it sends the credentials
in cleartext to the proxy server.
2014-08-11 11:49:56 +02:00
Axel Gembe
8ed77b039f general-functions.pl: validdomainname misinterprets RFC1035
The function validdomainname checks that each part of a domain name is at least
2 characters in length, but RFC1035 only makes a restriction on a "label" being
at most 63 characters in length. This change allows reverse DNS zones like
2.168.192.in-addr.arpa to be added to the DNS forward configuration, which was
incorrectly prevented before.

Signed-off-by: Axel Gembe <ago@multipixs.com>
2014-08-11 10:51:18 +02:00
Timo Eissler
0eba3dc448 firewall: updated rootfiles 2014-08-08 09:54:38 +02:00
Timo Eissler
4b12aa414c firewall: fix faulty masquerading packets 2014-08-08 09:53:56 +02:00
Arne Fitzenreiter
4616eccece Merge branch 'master' into next 2014-08-08 08:51:53 +02:00
Arne Fitzenreiter
2b23289ca2 core81: set need reboot flag and restart apache. 2014-08-08 08:14:29 +02:00
Michael Tremer
935c2f233b Merge remote-tracking branch 'ms/ddns.cgi-fixes' into next
Conflicts:
	html/cgi-bin/ddns.cgi
2014-08-07 21:06:13 +02:00