View | Details | Raw Unified | Return to bug 484897
Collapse All | Expand All

(-)initrd.dir/boot/83-mount.sh (+6 lines)
Lines 83-88 Link Here
83
    ID_FS_TYPE=
83
    ID_FS_TYPE=
84
fi
84
fi
85
85
86
# workaround for https://bugzilla.novell.com/show_bug.cgi?id=484897
87
if [ -z "$rootfstype" ]; then
88
    echo '*** APPLYING HACK TO MAKE THIS THING BOOT ***'
89
    modprobe reiserfs && rootfstype=reiserfs
90
fi
91
86
# check filesystem if possible
92
# check filesystem if possible
87
if [ -z "$rootfstype" ]; then
93
if [ -z "$rootfstype" ]; then
88
    echo "invalid root filesystem -- exiting to /bin/sh"
94
    echo "invalid root filesystem -- exiting to /bin/sh"

Return to bug 484897