Bug 877 - several typos in mkbootdisk script
Summary: several typos in mkbootdisk script
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mkbootdisk
Version: 5.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-01-19 08:21 UTC by Wissmann, Klaus
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-01-19 17:44:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Wissmann, Klaus 1999-01-19 08:21:39 UTC
The mkbootdisk script contains several typos. Here is a
patch:

--- mkbootdisk.orig     Thu Oct  8 14:50:25 1998
+++ mkbootdisk  Sun Nov  8 11:18:04 1998
@@ -34,7 +34,7 @@
            ;;
        --mkinitrdargs)
            shift
-           mkinitrdargs=#1
+           mkinitrdargs=$1
            ;;
        --help)
            usage 0
@@ -95,11 +95,11 @@
 [ -f /lib/modules/$kernel/fs/isofs.o ] &&
        withfs="$withfs --with isofs"
 [ -f /lib/modules/$kernel/fs/nfs.o ] &&
-       withfs="$withfs --with isofs"
+       withfs="$withfs --with nfs"
 [ -f /lib/modules/$kernel/fs/fat.o ] &&
-       withfs="$withfs --with isofs"
+       withfs="$withfs --with fat"
 [ -f /lib/modules/$kernel/fs/msdos.o ] &&
-       withfs="$withfs --with isofs"
+       withfs="$withfs --with msdos"

Comment 1 David Lawrence 1999-01-19 17:44:59 UTC
This has been fixed in mkbootdisk-1.1-2


Note You need to log in before you can comment on or make changes to this bug.