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
...
*
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
*
shutdown.c: pidof and killall5 are in /sbin on rawhide.
Ales Kozumplik
2011-03-23
1
-3
/
+3
*
Don't fatal_error if required mounts are already mounted
Will Woods
2011-03-17
1
-5
/
+10
*
Don't fatal_error if remounting root read-write fails
Will Woods
2011-03-17
1
-3
/
+1
*
Fix order of opts and host when processing kickstart nfs lines.
Chris Lumens
2011-03-16
1
-1
/
+1
*
Add a missing include to fix the build.
Chris Lumens
2011-03-11
1
-0
/
+2
*
Consolidate ip address checking into functions.
Radek Vykydal
2011-03-10
5
-51
/
+51
*
Add support for ipv6 to gateway boot option (#677609)
Radek Vykydal
2011-03-10
1
-1
/
+27
*
Fix parsing of ipv6 --gateway in kickstart (#677609)
Radek Vykydal
2011-03-10
1
-1
/
+1
*
Create the virtio-ports on time.
Ales Kozumplik
2011-03-09
1
-3
/
+4
*
Do not pass --sshd to stage2.
Ales Kozumplik
2011-03-09
1
-2
/
+4
*
Another fix for the loader translations.
Ales Kozumplik
2011-03-07
2
-17
/
+10
*
Enable network if sshd boot option is used (#643738)
Radek Vykydal
2011-03-04
1
-1
/
+2
*
Fix setting of loaderData->method from repo= cmdline option.
Radek Vykydal
2011-03-04
1
-2
/
+0
*
devt.h is no longer useful, remove it.
Chris Lumens
2011-03-03
4
-44
/
+0
*
Check repo instead of method type when enabling network in loader (#673824)
Radek Vykydal
2011-03-02
1
-2
/
+1
*
Fix setting of some network values in loader kickstart (#679825).
Radek Vykydal
2011-03-02
1
-50
/
+50
*
Do not activate first ks network device automatically in non-network installs.
Radek Vykydal
2011-03-02
4
-14
/
+32
*
Always activate first kickstart network device
Radek Vykydal
2011-03-02
1
-1
/
+2
*
Make kickstart network command reconfigure active device in loader
Radek Vykydal
2011-03-02
2
-1
/
+126
*
Use NM for ibft configuration
Radek Vykydal
2011-03-02
1
-48
/
+2
*
Reset only ifcfg file of device we failed to activate
Radek Vykydal
2011-03-02
2
-48
/
+64
*
Initialize iface structure properly
Radek Vykydal
2011-03-02
2
-2
/
+2
*
Add kickstart network --nodefroute option
Radek Vykydal
2011-03-02
2
-0
/
+11
*
Add support for ks network --bootproto=ibft
Radek Vykydal
2011-03-02
1
-0
/
+3
*
Wait for activation of specific devices instead of NM
Radek Vykydal
2011-03-02
2
-16
/
+37
[prev]
[next]