Ignore:
Timestamp:
10/23/09 20:47:05 (3 years ago)
Author:
tschmitt
Message:
  • Paket:
    • Symlink zur obsoleten Datei /usr/sbin/repack-cloop entfernt.
    • Windows-7-Registry-Patch-Beispieldatei hinzugefügt.
  • Linbofs:
    • linbo_cmd.sh: o start(): APPEND-Variable für Windows 7 gefixt.
    • patch_registry.sh: o Handling der Gross-/Kleinschreibung von Registrypfaden gefixt. o Mehrere Fixes bzgl. Windows 7 Unterstützung.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/branches/testing/linbo/linbo_cmd.sh

    r536 r555  
    575575  esac 
    576576  # provide a menu.lst for grldr on win2k/xp 
    577   if [ -e /mnt/[Nn][Tt][Ll][Dd][Rr] ]; then 
     577  if [ -e /mnt/[Bb][Oo][Oo][Tt][Mm][Gg][Rr] ]; then 
     578   mkgrldr "$1" "/bootmgr" 
     579   APPEND="$(echo $APPEND | sed -e 's/ntldr/bootmgr/')" 
     580  elif [ -e /mnt/[Nn][Tt][Ll][Dd][Rr] ]; then 
    578581   mkgrldr "$1" "/ntldr" 
    579   elif [ -e /mnt/[Bb][Oo][Oo][Tt][Mm][Gg][Rr] ]; then 
    580    mkgrldr "$1" "/bootmgr" 
    581582  elif [ -e /mnt/[Ii][Oo].[Ss][Yy][Ss] ]; then 
    582583   # tschmitt: patch autoexec.bat (win98), 
Note: See TracChangeset for help on using the changeset viewer.