diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-07-27 10:49:08 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-07-27 10:49:08 +0000 |
commit | ae5e320636cfce57271172c0a3aded74689a6a54 (patch) | |
tree | ddd24b20cf6f42051ba58640e14bb809f944cbe5 /mdk-stage1 | |
parent | 8120e178a4d493a364def51017554aabdc1a94e8 (diff) | |
download | drakx-ae5e320636cfce57271172c0a3aded74689a6a54.tar drakx-ae5e320636cfce57271172c0a3aded74689a6a54.tar.gz drakx-ae5e320636cfce57271172c0a3aded74689a6a54.tar.bz2 drakx-ae5e320636cfce57271172c0a3aded74689a6a54.tar.xz drakx-ae5e320636cfce57271172c0a3aded74689a6a54.zip |
Disk -> Floppy for Update Modules disk
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index 802f39b18..a699f24f4 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -386,7 +386,7 @@ void update_modules(void) char final_name[500]; char floppy_mount_location[] = "/tmp/floppy"; - stg1_info_message("Please insert the Update Modules disk.");; + stg1_info_message("Please insert the Update Modules floppy.");; my_insmod("floppy", ANY_DRIVER_TYPE, NULL); |