diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 12:52:19 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 12:52:19 +0000 |
commit | 33b33b0871906a97dc1588d0f75031740d90ef51 (patch) | |
tree | fb634b58374ecd31a45e995a10329a901f11b773 | |
parent | 76d09a8aa97468b209ba53d86a8cd4114de282dd (diff) | |
download | drakx-33b33b0871906a97dc1588d0f75031740d90ef51.tar drakx-33b33b0871906a97dc1588d0f75031740d90ef51.tar.gz drakx-33b33b0871906a97dc1588d0f75031740d90ef51.tar.bz2 drakx-33b33b0871906a97dc1588d0f75031740d90ef51.tar.xz drakx-33b33b0871906a97dc1588d0f75031740d90ef51.zip |
allow debugging move
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 5c9b2f56f..5d5e68b55 100755 --- a/move/make_live +++ b/move/make_live @@ -36,6 +36,7 @@ sub installPackages { qw(dnotify), #- notification of /etc changes qw(mandrake_doc-en), #- doesn't get installed by DOCS :/ qw(zcip dhcp-client dhcpcd ppp kdenetwork-kppp rp-pppoe pptp-adsl speedtouch speedtouch_mgmt nfs-utils-clients samba-client tmdns wireless-tools adiusbadsl), #- network conf + qw(perl-Term-Readline-Gnu), #- allow debugging move ], }); |