Ignore:
Timestamp:
11/26/08 21:40:07 (3 years ago)
Author:
tschmitt
Message:
  • grub4dos auf 0.4.4-11-19 aktualisiert.
  • in den start.conf-Beispielen hda nach sda geändert;
  • Kernel auf 2.6.27.7 aktualisiert.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/trunk/examples/start.conf.kubuntu

    r329 r366  
    77 
    88[LINBO]                  # Start der globalen Konfiguration 
    9 Cache = /dev/hda2        # lokale Cache Partition 
     9Cache = /dev/sda2        # lokale Cache Partition 
    1010Server = 10.16.1.1       # IP des TFTP-Servers, der Images vorhaelt 
    1111RootTimeout = 600        # automatischer Rootlogout nach 600 Sek. 
     
    1616 
    1717[Partition]              # Start einer Partitionsdefinition fuer ein Betriebssystem (Kubuntu) 
    18 Dev = /dev/hda1          # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte) 
     18Dev = /dev/sda1          # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 
    1919Size = 6291456           # Partitionsgroesse in kB (Bsp.: 6G) 
    2020Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) 
     
    2323 
    2424[Partition]              # Start einer Partitionsdefinition, Cachepartition 
    25 Dev = /dev/hda2          # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte) 
     25Dev = /dev/sda2          # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 
    2626Size = 10485760          # Partitionsgroesse 8388608 kB (Bsp.: 10G) 
    2727Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) 
     
    3030 
    3131[Partition]              # Definition der Swap-Partition 
    32 Dev = /dev/hda3          # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte) 
     32Dev = /dev/sda3          # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 
    3333Size = 524288            # Partitionsgroesse in kB (Bsp.: 512M) 
    3434Id = 82                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) 
     
    3737 
    3838[Partition]              # Start einer Partitionsdefinition, Datenpartition 
    39 Dev = /dev/hda4          # Device-Name der Partition (hda4 = vierte Partition auf erster IDE-Platte) 
     39Dev = /dev/sda4          # Device-Name der Partition (sda4 = vierte Partition auf erster IDE-Platte) 
    4040Size =                   # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 25G) 
    4141Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) 
     
    5050Image =                             # erst eintragen, wenn es erzeugt werden soll 
    5151BaseImage = hardy.cloop             # Dateiname des Basisimages (Erweiterung .cloop) 
    52 Boot = /dev/hda1                    # Partition, die Kernel & Initrd enthaelt 
    53 Root = /dev/hda1                    # Rootpartition, in die das BS installiert ist 
     52Boot = /dev/sda1                    # Partition, die Kernel & Initrd enthaelt 
     53Root = /dev/sda1                    # Rootpartition, in die das BS installiert ist 
    5454Kernel = vmlinuz                    # Relativer Pfad zum Kernel 
    5555Initrd = initrd.img                 # Relativer Pfad zur Initrd 
Note: See TracChangeset for help on using the changeset viewer.