summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-07-25 02:07:58 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-07-25 02:07:58 +0000
commit4ef582af12fabc4a38ca415a60a02dc9def13e64 (patch)
tree4ce16e9caf3c5ddc88648d4a04c62681564ec163 /tools
parent49839ffa7f703d50891c47fa08f6ded151a183e2 (diff)
downloaddrakx-backup-do-not-use-4ef582af12fabc4a38ca415a60a02dc9def13e64.tar
drakx-backup-do-not-use-4ef582af12fabc4a38ca415a60a02dc9def13e64.tar.gz
drakx-backup-do-not-use-4ef582af12fabc4a38ca415a60a02dc9def13e64.tar.bz2
drakx-backup-do-not-use-4ef582af12fabc4a38ca415a60a02dc9def13e64.tar.xz
drakx-backup-do-not-use-4ef582af12fabc4a38ca415a60a02dc9def13e64.zip
last mdk->mdv switches
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gencryptofiles2
-rwxr-xr-xtools/genmodparm2
-rwxr-xr-xtools/hd_grub.cgi6
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/gencryptofiles b/tools/gencryptofiles
index dd3069fab..cfa11ee2b 100755
--- a/tools/gencryptofiles
+++ b/tools/gencryptofiles
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-#- Mandrake cryptographic package hdlist and depslist generation tools.
+#- Mandriva cryptographic package hdlist and depslist generation tools.
#- Copyright (C) 1999-2005 Mandriva (fpons@mandriva.com)
#-
#- This program is free software; you can redistribute it and/or modify
diff --git a/tools/genmodparm b/tools/genmodparm
index 0c0e63f75..52dfce7fd 100755
--- a/tools/genmodparm
+++ b/tools/genmodparm
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Mandrake Graphic Install
+# Mandriva Graphic Install
# Copyright (C) 1999-2005 Mandriva (fpons@mandriva.com)
#
# This program is free software; you can redistribute it and/or modify
diff --git a/tools/hd_grub.cgi b/tools/hd_grub.cgi
index 1b0930679..a160d4c57 100755
--- a/tools/hd_grub.cgi
+++ b/tools/hd_grub.cgi
@@ -31,7 +31,7 @@ sub menu_lst {
timeout 0
default 0
-title Mandrake Install
+title Mandriva Install
root ($hd,$grub_partition_number)
kernel $directory/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga automatic=method:disk,partition:$hd_linux$partition_number,directory:$directory
@@ -60,7 +60,7 @@ sub print_form {
print
p(),
start_form(-name => 'form', -action => $cgi_name, -method => 'get'),
- ul("Please choose the partition where Mandrakelinux is copied.",
+ ul("Please choose the partition where Mandrivalinux is copied.",
li(popup_menu(-name => "hd", -default => 'hd0',
-values => [ 'hd0' .. 'hd3' ],
-labels => { hd0 => '1st BIOS hard drive (usually hda or sda)',
@@ -94,7 +94,7 @@ sub print_form {
})),
),
p(),
- ul("Please enter the directory containing the Mandrakelinux Distribution (relative to the partition chosen above)",
+ ul("Please enter the directory containing the Mandrivalinux Distribution (relative to the partition chosen above)",
li(textfield(-name => 'directory', -default => '/cooker/i586', size => 40)),
),
p(submit(-name => 'Go')),