index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
loader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dogtail support. No one uses it anyway.
Chris Lumens
2011-07-28
2
-9
/
+1
*
Change IsBeta to IsFinal
Martin Gracik
2011-07-26
1
-1
/
+1
*
remove key-files writing in loader (no more needed, NM does it itself)
Vratislav Podzimek
2011-07-18
1
-50
/
+0
*
do not write default ifcfg files for wireless devices
Vratislav Podzimek
2011-07-18
1
-3
/
+3
*
be more defensive -- check values for nonsenses
Vratislav Podzimek
2011-06-22
3
-15
/
+47
*
enable netmask setting for wireless connections
Vratislav Podzimek
2011-06-22
3
-12
/
+20
*
enable dns settings of wireless connection
Vratislav Podzimek
2011-06-22
3
-10
/
+27
*
enable gateway settings of wireless connection
Vratislav Podzimek
2011-06-22
3
-12
/
+19
*
enable wpa in kickstart
Vratislav Podzimek
2011-06-22
1
-3
/
+55
*
enable establishing wpa connection in "early networking"
Vratislav Podzimek
2011-06-22
4
-2
/
+302
*
Remove duplicate code.
Radek Vykydal
2011-06-09
1
-18
/
+0
*
HOSTNAME is not per-device/ifcfg setting.
Radek Vykydal
2011-05-19
1
-2
/
+2
*
Do not set hostname in stage 1.
Radek Vykydal
2011-05-19
1
-9
/
+0
*
Do not write out /etc/sysconfig/network in stage 1.
Radek Vykydal
2011-05-19
1
-50
/
+0
*
Revert "Don't run localedef in loader if we're just doing English."
Chris Lumens
2011-05-17
1
-52
/
+48
*
Don't run localedef in loader if we're just doing English.
Chris Lumens
2011-05-16
1
-48
/
+52
*
Update the requirements for memory..
David Lehman
2011-05-05
1
-10
/
+1
*
Display a banner when (re)starting Anaconda.
Ales Kozumplik
2011-04-21
1
-6
/
+8
*
restart-anaconda: no need to redownload the updates.
Ales Kozumplik
2011-04-21
1
-11
/
+5
*
loader: always call klogctl to disable kernel logging in the console.
Ales Kozumplik
2011-04-19
1
-2
/
+2
*
Fix SIGSEGV for netwowrk --device=<MAC> which is not found (#697432)
Radek Vykydal
2011-04-18
1
-3
/
+2
*
Revert "Don't write HWADDR into ifcfg files (#690589)"
Radek Vykydal
2011-04-18
1
-0
/
+4
*
Fix building with --disable-selinux (mark@foresightlinux.org).
Chris Lumens
2011-04-15
1
-3
/
+4
*
Set ANACONDA=1 in the udev environment early in anaconda.
Chris Lumens
2011-04-15
1
-0
/
+3
*
Move most anaconda mount points to be under /mnt/install.
Chris Lumens
2011-04-13
7
-113
/
+113
*
Update restart-anaconda to work with systemd.
Chris Lumens
2011-04-12
1
-14
/
+25
*
Remove init.[ch].
Chris Lumens
2011-04-12
2
-191
/
+0
*
Move debugging features into loader.c.
Chris Lumens
2011-04-12
2
-68
/
+59
*
We no longer need to get the PID of init from loader.
Chris Lumens
2011-04-12
1
-17
/
+0
*
Move serial console handling code out into its own file.
Chris Lumens
2011-04-12
5
-207
/
+237
*
Remove all the custom shutdown/reboot/halt code in loader and init.
Chris Lumens
2011-04-12
6
-564
/
+10
*
Move syslog starting into loader.
Chris Lumens
2011-04-12
2
-123
/
+120
*
loader doesn't support arguments except from /proc/cmdline.
Chris Lumens
2011-04-12
2
-99
/
+18
*
Don't build our own init anymore.
Chris Lumens
2011-04-12
1
-11
/
+0
*
Remove the duplicate backtrace setup code in init.c.
Chris Lumens
2011-04-12
1
-55
/
+0
*
Remove from init.c/loader.c things that systemd does for us.
Chris Lumens
2011-04-12
3
-442
/
+5
*
Changes for NetworkManager API 0.9
Radek Vykydal
2011-04-11
1
-1
/
+1
*
Don't write HWADDR into ifcfg files (#690589)
Radek Vykydal
2011-04-08
1
-4
/
+0
*
If we're not given a language on the command line, set up English.
Chris Lumens
2011-04-07
1
-1
/
+3
*
Use znet_cio_free to clear network devices from cio_ignore.
David Cantrell
2011-04-06
1
-11
/
+1
*
Fix syntax error from commit 9e696b62.
Ales Kozumplik
2011-04-04
1
-1
/
+1
*
Rewrite nfs url parsing in loader
Brian C. Lane
2011-04-01
1
-32
/
+27
*
Fix order of nfs mountOpts in promptForNfs
Brian C. Lane
2011-04-01
1
-1
/
+1
*
unicode-linedraw-chars.txt is no longer useful.
Chris Lumens
2011-03-31
2
-23
/
+0
*
mkctype is no longer useful.
Chris Lumens
2011-03-31
3
-91
/
+2
*
Do not print out traceback when localedef is not present
Martin Sivak
2011-03-30
1
-1
/
+1
*
Fix the logic surrounding use of the filterfunc for get_file_list (#691880).
Chris Lumens
2011-03-29
1
-1
/
+8
*
mount needs to be told "nfs" or it assumes any argument is a device (#678414).
Chris Lumens
2011-03-29
1
-1
/
+1
*
Fixup rindex usage (#678086)
Brian C. Lane
2011-03-24
2
-2
/
+2
*
shutdown: kill processes in the anaconda process group.
Ales Kozumplik
2011-03-23
3
-4
/
+23
[next]