index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- put quotes if needed for root=xxx (quotes are needed for LABEL=...)
Pascal Rigaux
2005-06-06
2
-6
/
+11
*
really consider text box values
Olivier Blin
2005-06-06
1
-1
/
+1
*
rewrite before adding more
Pascal Rigaux
2005-06-06
1
-3
/
+9
*
fix typo instead of trying to be perl_checker compliant ...
Olivier Blin
2005-06-06
1
-2
/
+2
*
keep read-only, read-write and label as verbatim as possible
Pascal Rigaux
2005-06-06
1
-5
/
+4
*
handle GATEWAY field again in manage interface
Olivier Blin
2005-06-06
1
-6
/
+6
*
use bootloader->{message_text} instead of bootloader->{message}
Pascal Rigaux
2005-06-06
2
-11
/
+19
*
use real_main here since exceptions are handled
Olivier Blin
2005-06-06
1
-1
/
+1
*
update comments
Olivier Blin
2005-06-06
1
-2
/
+2
*
add ISP field in eagle-usb.conf
Olivier Blin
2005-06-06
1
-1
/
+1
*
netconnect API change, harddrake::autoconf::network_conf seems unused
Olivier Blin
2005-06-06
1
-1
/
+1
*
drop unused variable, this file is modified in network::shorewall now
Olivier Blin
2005-06-06
1
-1
/
+0
*
new netconnect API
Olivier Blin
2005-06-06
2
-12
/
+6
*
API change (me sux)
Olivier Blin
2005-06-06
1
-6
/
+3
*
make a special "low resources" choice
Pascal Rigaux
2005-06-06
3
-3
/
+15
*
Translated more strings
Per Øyvind Karlsen
2005-06-06
1
-424
/
+94
*
don't add us_intl, lang2keyboards() takes care of everything (bugzilla #12979)
Pascal Rigaux
2005-06-06
1
-1
/
+1
*
default to "en" keyboard (as requested by pablo)
Pascal Rigaux
2005-06-06
1
-2
/
+2
*
do not use a loop device to read ISO image IDs, read them directly in the fil...
Olivier Blin
2005-06-03
1
-8
/
+4
*
introduce network_is_cheap(), use it, and fix a boolean typo
Olivier Blin
2005-06-03
1
-2
/
+7
*
$o->{net}{type} is already defined in more appropriate places
Olivier Blin
2005-06-03
1
-4
/
+0
*
define $o->{net}{type} and $o->{net}{net_interface} for lan installs
Olivier Blin
2005-06-03
1
-0
/
+2
*
provide backward compatibility for network fields in loadO
Olivier Blin
2005-06-03
1
-0
/
+14
*
keep NETWORKING_IPV6 and FORWARD_IPV4 variables in /etc/sysconfig/network
Olivier Blin
2005-06-03
1
-2
/
+3
*
remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper ...
Olivier Blin
2005-06-03
1
-1
/
+0
*
remove unused code
Pascal Rigaux
2005-06-03
5
-9
/
+2
*
$o->{net}{network} and $o->{net}{resolv} may not exist at this stage of insta...
Olivier Blin
2005-06-03
1
-2
/
+2
*
net interface is now in $net->{net_interface}
Olivier Blin
2005-06-03
1
-4
/
+4
*
drop now unused variable
Pascal Rigaux
2005-06-03
1
-3
/
+0
*
remove unused isPrimary
Pascal Rigaux
2005-06-03
2
-7
/
+0
*
remove unused code
Pascal Rigaux
2005-06-03
1
-10
/
+0
*
during_install__l2charset() was used by share/gen_locales.sh which is now dro...
Pascal Rigaux
2005-06-03
1
-13
/
+0
*
update comment
Pascal Rigaux
2005-06-03
1
-1
/
+1
*
remove unneeded parentheses (keep first() to make it readable by trainees ...)
Olivier Blin
2005-06-03
1
-2
/
+4
*
remove unused old code
Pascal Rigaux
2005-06-03
1
-7
/
+0
*
remove unused code
Pascal Rigaux
2005-06-03
1
-9
/
+3
*
remove doble
Thierry Vignaud
2005-06-03
1
-1
/
+1
*
(dd) reuse c::
Thierry Vignaud
2005-06-03
1
-1
/
+1
*
(dd) make sysopen() call readable
Thierry Vignaud
2005-06-03
1
-1
/
+1
*
use "our" instead of "use vars"
Pascal Rigaux
2005-06-03
1
-4
/
+3
*
add O_CREAT
Thierry Vignaud
2005-06-03
1
-1
/
+1
*
help perl_checker
Thierry Vignaud
2005-06-03
1
-1
/
+1
*
fix pixel sucks
Thierry Vignaud
2005-06-03
1
-1
/
+1
*
add O_WRONLY & O_RDWR
Thierry Vignaud
2005-06-03
1
-1
/
+1
*
drop unused subs
Olivier Blin
2005-06-03
1
-19
/
+0
*
dropping pkg_install_if_requires_satisfied() (old & unused)
Pascal Rigaux
2005-06-03
1
-17
/
+0
*
- merge network settings in a $net hash (it modifies $o fields too):
Olivier Blin
2005-06-03
20
-825
/
+538
*
drop setting $_ (unused)
Pascal Rigaux
2005-06-03
1
-2
/
+0
*
drop untranslate which is unused and bad practice
Pascal Rigaux
2005-06-03
1
-8
/
+1
*
drop unused code (and one should use append_to_file instead of this outpend)
Pascal Rigaux
2005-06-03
1
-5
/
+0
[prev]
[next]