diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-05 02:49:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-05 02:49:58 +0000 |
commit | 9f59bb68aea949df2d1427ec907b194e2d5a31a3 (patch) | |
tree | 739139d093fe07a8ea73fd7a5f2a188829b4b7bb | |
parent | 8b95b15ca4c26cef2b7158639aa6a77a74cc9612 (diff) | |
download | drakx-9f59bb68aea949df2d1427ec907b194e2d5a31a3.tar drakx-9f59bb68aea949df2d1427ec907b194e2d5a31a3.tar.gz drakx-9f59bb68aea949df2d1427ec907b194e2d5a31a3.tar.bz2 drakx-9f59bb68aea949df2d1427ec907b194e2d5a31a3.tar.xz drakx-9f59bb68aea949df2d1427ec907b194e2d5a31a3.zip |
no_comment
-rw-r--r-- | perl-install/ChangeLog | 3 | ||||
-rwxr-xr-x | tools/i386/netboot/stage1.via-rhine | bin | 0 -> 512 bytes | |||
-rw-r--r-- | tools/i386/netboot/stage2.via-rhine | bin | 0 -> 88208 bytes | |||
-rwxr-xr-x | update_kernel | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 3700eac4e..e0eaa7140 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -10,6 +10,9 @@ 2000-10-04 Pixel <pixel@mandrakesoft.com> + * share/po/i18n_compssUsers: fake module ``c'' so that no need to + build DrakX to use i18n_compssUsers + * install_steps_interactive.pm (selectLanguage): update license * install_steps_gtk.pm (installPackages): add second license for diff --git a/tools/i386/netboot/stage1.via-rhine b/tools/i386/netboot/stage1.via-rhine Binary files differnew file mode 100755 index 000000000..c15d90622 --- /dev/null +++ b/tools/i386/netboot/stage1.via-rhine diff --git a/tools/i386/netboot/stage2.via-rhine b/tools/i386/netboot/stage2.via-rhine Binary files differnew file mode 100644 index 000000000..7fb5cb251 --- /dev/null +++ b/tools/i386/netboot/stage2.via-rhine diff --git a/update_kernel b/update_kernel index ab03e97fa..f189c0150 100755 --- a/update_kernel +++ b/update_kernel @@ -62,5 +62,5 @@ rm -rf modules ; install -d modules # v=kernel-2.2.17-BOOT3.tar.bz2 # scp kenobi:~chmou/work/kernel/archive/$v /tmp # cd ~/gi/kernel ; rm -rf * ; tar xfI /tmp/$v -# cd ~/gi ; ./update-kernel ; rm -f network.rdz ; ./make_boot_img network.rdz network ; scp vmlinuz network.rdz kenobi:/tftpboot +# cd ~/gi ; ./update_kernel ; rm -f network.rdz ; ./make_boot_img network.rdz network ; scp vmlinuz network.rdz kenobi:/tftpboot # cp -f ~/gi/modules/modules.cz /export/Mandrake/mdkinst/lib/modules.cz |