Changeset 366
- Timestamp:
- 11/26/08 21:40:07 (3 years ago)
- Location:
- main/linuxmuster-linbo/trunk
- Files:
-
- 15 edited
-
debian/changelog (modified) (1 diff)
-
debian/md5sums.src (modified) (1 diff)
-
debian/rules (modified) (1 diff)
-
examples/start.conf.kubuntu (modified) (6 diffs)
-
examples/start.conf.remote_cache (modified) (3 diffs)
-
examples/start.conf.win2k (modified) (5 diffs)
-
examples/start.conf.win2k_xp (modified) (6 diffs)
-
examples/start.conf.win2k_xp_kubuntu_versionen (modified) (13 diffs)
-
examples/start.conf.win98se (modified) (5 diffs)
-
examples/start.conf.winxp_fat32 (modified) (5 diffs)
-
examples/start.conf.winxp_kubuntu (modified) (9 diffs)
-
examples/start.conf.winxp_kubuntu_sata (modified) (1 diff)
-
examples/start.conf.winxp_ntfs (modified) (5 diffs)
-
linbo_gui/Makefile (modified) (1 diff)
-
linbo_gui/linboGUIImpl.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/debian/changelog
r338 r366 1 linuxmuster-linbo (1.1.1-1) testing; urgency=low 2 3 * updated grub4dos to 0.4.4-11-19 4 * changed hda to sda in start.conf examples 5 * kernel update to 2.6.27.7 6 7 -- Thomas Schmitt <schmitt@lmz-bw.de> Mon, 24 Nov 2008 19:07:58 +0100 8 1 9 linuxmuster-linbo (1.1.0-1) unstable; urgency=low 2 10 -
main/linuxmuster-linbo/trunk/debian/md5sums.src
r333 r366 2 2 09addfe7ae469677da39ed66d83858d3 chntpw-source-080526.zip 3 3 876e1f0951cb00c8a5fea23383f99706 cloop_2.625-1.tar.gz 4 c1826829d8b327afff4e8525b01089c8 grub4dos-0.4.4-2008-11-11-src.zip4 4d7a02399fc8669ba64ca689ae93a722 grub4dos-0.4.4-2008-11-19-src.zip 5 5 d9f2ecd3c3307905f24130a25816e6cc kexec-tools-2.0.0.tar.bz2 6 e0a2ccc01319efdfd5869345099f06f4 linux-2.6.27.6.tar.bz26 db323884c7dc46e4cd33d0d944fa59a9 linux-2.6.27.7.tar.bz2 7 7 6fad0a69ac89440ad4f696dbbbf11497 ms-sys-2.1.3.tgz 8 8 601db52936011902206dfe1be05e4756 ntfs-3g-1.5012.tgz -
main/linuxmuster-linbo/trunk/debian/rules
r337 r366 27 27 QT_ARCHIVE=$(shell grep qt-embedded-free- debian/md5sums.src | awk '{ print $$2 }') 28 28 QT_DIR=linbo_gui/$(shell echo $(QT_ARCHIVE) | sed -e 's/.tar.bz2//') 29 #QT_URL=http://wftp.tu-chemnitz.de/pub/Qt/qt/source 29 30 QT_URL=$(LML_URL) 30 31 -
main/linuxmuster-linbo/trunk/examples/start.conf.kubuntu
r329 r366 7 7 8 8 [LINBO] # Start der globalen Konfiguration 9 Cache = /dev/ hda2 # lokale Cache Partition9 Cache = /dev/sda2 # lokale Cache Partition 10 10 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 11 11 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 16 16 17 17 [Partition] # Start einer Partitionsdefinition fuer ein Betriebssystem (Kubuntu) 18 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)18 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 19 19 Size = 6291456 # Partitionsgroesse in kB (Bsp.: 6G) 20 20 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 23 23 24 24 [Partition] # Start einer Partitionsdefinition, Cachepartition 25 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)25 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 26 26 Size = 10485760 # Partitionsgroesse 8388608 kB (Bsp.: 10G) 27 27 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 30 30 31 31 [Partition] # Definition der Swap-Partition 32 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte)32 Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 33 33 Size = 524288 # Partitionsgroesse in kB (Bsp.: 512M) 34 34 Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 37 37 38 38 [Partition] # Start einer Partitionsdefinition, Datenpartition 39 Dev = /dev/ hda4 # Device-Name der Partition (hda4 = vierte Partition auf erster IDE-Platte)39 Dev = /dev/sda4 # Device-Name der Partition (sda4 = vierte Partition auf erster IDE-Platte) 40 40 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 25G) 41 41 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 50 50 Image = # erst eintragen, wenn es erzeugt werden soll 51 51 BaseImage = hardy.cloop # Dateiname des Basisimages (Erweiterung .cloop) 52 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt53 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist52 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 53 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 54 54 Kernel = vmlinuz # Relativer Pfad zum Kernel 55 55 Initrd = initrd.img # Relativer Pfad zur Initrd -
main/linuxmuster-linbo/trunk/examples/start.conf.remote_cache
r329 r366 14 14 15 15 [Partition] # Start einer Partitionsdefinition, Windows XP 16 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)16 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 17 17 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 18 18 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 21 21 22 22 [Partition] # Start einer Partitionsdefinition, Datenpartition 23 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)23 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 24 24 Size = # Datenpartition nimmt den Rest der Platte ein 25 25 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 34 34 Image = # erst eintragen, wenn es erzeugt werden soll 35 35 BaseImage = win2k.cloop # Dateiname des Basisimages (Erweiterung .cloop) 36 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt37 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist36 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 37 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 38 38 # bei Windows ist Boot und Root immer dieselbe Partition 39 39 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 40 40 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 41 41 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 42 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen43 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda42 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 43 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 44 44 StartEnabled = yes # "Start"-Button anzeigen 45 45 SyncEnabled = yes # "Sync+Start"-Button anzeigen -
main/linuxmuster-linbo/trunk/examples/start.conf.win2k
r329 r366 6 6 7 7 [LINBO] # globale Konfiguration 8 Cache = /dev/ hda3 # lokale Cache Partition8 Cache = /dev/sda3 # lokale Cache Partition 9 9 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 10 10 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 15 15 16 16 [Partition] # Start einer Partitionsdefinition, Windows XP 17 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte )17 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte ) 18 18 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 19 19 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 22 22 23 23 [Partition] # Start einer Partitionsdefinition, Datenpartition 24 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte )24 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte ) 25 25 Size = 10485760 # Partitionsgroesse in kB (Bsp.: 10G) 26 26 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 29 29 30 30 [Partition] # Definition der Cache-Partition 31 Dev = /dev/ hda3 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte )31 Dev = /dev/sda3 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte ) 32 32 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte) 33 33 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 42 42 Image = # erst eintragen, wenn es erzeugt werden soll 43 43 BaseImage = win2k.cloop # Dateiname des Basisimages (Erweiterung .cloop) 44 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt45 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist44 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 45 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 46 46 # bei Windows ist Boot und Root immer dieselbe Partition 47 47 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 48 48 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 49 49 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 50 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda50 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 52 52 StartEnabled = yes # "Start"-Button anzeigen 53 53 SyncEnabled = yes # "Sync+Start"-Button anzeigen -
main/linuxmuster-linbo/trunk/examples/start.conf.win2k_xp
r329 r366 6 6 7 7 [LINBO] # globale Konfiguration 8 Cache = /dev/ hda3 # lokale Cache Partition8 Cache = /dev/sda3 # lokale Cache Partition 9 9 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 10 10 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 15 15 16 16 [Partition] # Start einer Partitionsdefinition, Windows XP 17 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)17 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 18 18 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 19 19 Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 22 22 23 23 [Partition] # Start einer Partitionsdefinition, Datenpartition 24 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)24 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 25 25 Size = 8388608 # Partitionsgroesse 8388608 kB (Bsp.: 8G) 26 26 Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 29 29 30 30 [Partition] # Definition der Cache-Partition 31 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte)31 Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 32 32 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte) 33 33 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 41 41 Image = # kein differentielles Image von NTFS-Partitionen 42 42 BaseImage = win2k.cloop # Dateiname des Basisimages (Erweiterung .cloop) 43 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt44 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist43 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 44 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 45 45 # bei Windows ist Boot und Root immer dieselbe Partition 46 46 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 47 47 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 48 48 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 49 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen50 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda49 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 50 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 51 51 StartEnabled = yes # "Start"-Button anzeigen 52 52 SyncEnabled = yes # "Sync+Start"-Button anzeigen … … 61 61 Image = # kein differentielles Image von NTFS-Partitionen 62 62 BaseImage = winxp.cloop # Dateiname des Basisimages (Erweiterung .cloop) 63 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt64 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist63 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 64 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 65 65 # bei Windows ist Boot und Root immer dieselbe Partition 66 66 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 67 67 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 68 68 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 69 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen70 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda69 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 70 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 71 71 StartEnabled = yes # "Start"-Button anzeigen 72 72 SyncEnabled = yes # "Sync+Start"-Button anzeigen -
main/linuxmuster-linbo/trunk/examples/start.conf.win2k_xp_kubuntu_versionen
r329 r366 9 9 10 10 [LINBO] # globale Konfiguration 11 Cache = /dev/ hda6 # lokale Cache Partition11 Cache = /dev/sda6 # lokale Cache Partition 12 12 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 13 13 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 18 18 19 19 [Partition] # Start einer Partitionsdefinition, Windows XP mit FAT32 20 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)20 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 21 21 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 22 22 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 25 25 26 26 [Partition] # Start einer Partitionsdefinition, Kubuntu 27 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)27 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 28 28 Size = 6291456 # Partitionsgroesse in kB (Bsp.: 6G) 29 29 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 32 32 33 33 [Partition] # Definition der Swappartition 34 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte)34 Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 35 35 Size = 1048576 # Partitionsgroesse in kB (Bsp.: 1G) 36 36 Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 38 38 39 39 [Partition] # Erweiterte Partition 40 Dev = /dev/ hda4 # Device-Name der Partition (hda4 = vierte Partition auf erster IDE-Platte)40 Dev = /dev/sda4 # Device-Name der Partition (sda4 = vierte Partition auf erster IDE-Platte) 41 41 Size = # Partitionsgroesse in kB (leer bei erweiterter Partition) 42 42 Id = 5 # Partitionstyp (5 = erweiterte Partition) … … 45 45 46 46 [Partition] # Start einer Partitionsdefinition, Datenpartition mit NTFS 47 Dev = /dev/ hda5 # Device-Name der Partition (hda5 = fünfte Partition auf erster IDE-Platte)47 Dev = /dev/sda5 # Device-Name der Partition (sda5 = fünfte Partition auf erster IDE-Platte) 48 48 Size = 36700160 # Partitionsgroesse in kB (Bsp.: 35G) 49 49 Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 52 52 53 53 [Partition] # Definition der Cache-Partition 54 Dev = /dev/ hda6 # Device-Name der Partition (hda6 = sechste Partition auf erster IDE-Platte)54 Dev = /dev/sda6 # Device-Name der Partition (sda6 = sechste Partition auf erster IDE-Platte) 55 55 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 8G) 56 56 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 64 64 Image = win2k.rsync # Dateiname des differentiellen Images (Erweiterung .rsync) 65 65 BaseImage = win2k.cloop # Dateiname des Basisimages (Erweiterung .cloop) 66 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt67 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist66 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 67 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 68 68 # bei Windows ist Boot und Root immer dieselbe Partition 69 69 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 70 70 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 71 71 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 72 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen73 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda72 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 73 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 74 74 StartEnabled = no # "Start"-Button deaktiviert 75 75 SyncEnabled = yes # "Sync+Start"-Button anzeigen … … 84 84 Image = # kein differentielles Image definiert 85 85 BaseImage = win2k.cloop # Dateiname des Basisimages (Erweiterung .cloop) 86 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt87 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist86 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 87 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 88 88 # bei Windows ist Boot und Root immer dieselbe Partition 89 89 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 90 90 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 91 91 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 92 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen93 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda92 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 93 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 94 94 StartEnabled = no # "Start"-Button deaktiviert 95 95 SyncEnabled = yes # "Sync+Start"-Button anzeigen … … 104 104 Image = winxp.rsync # Dateiname des differentiellen Images (Erweiterung .rsync) 105 105 BaseImage = winxp.cloop # Dateiname des Basisimages (Erweiterung .cloop) 106 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt107 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist106 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 107 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 108 108 # bei Windows ist Boot und Root immer dieselbe Partition 109 109 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 110 110 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 111 111 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 112 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen113 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda112 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 113 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 114 114 StartEnabled = no # "Start"-Button deaktiviert 115 115 SyncEnabled = yes # "Sync+Start"-Button anzeigen … … 124 124 Image = # kein differentielles Image definiert 125 125 BaseImage = winxp.cloop # Dateiname des Basisimages (Erweiterung .cloop) 126 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt127 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist126 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 127 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 128 128 # bei Windows ist Boot und Root immer dieselbe Partition 129 129 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 130 130 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 131 131 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 132 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen133 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda132 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 133 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 134 134 StartEnabled = no # "Start"-Button deaktiviert 135 135 SyncEnabled = yes # "Sync+Start"-Button anzeigen … … 144 144 Image = hardy.rsync # Dateiname des differentiellen Images (Erweiterung .rsync) 145 145 BaseImage = hardy.cloop # Dateiname des Basisimages (Erweiterung .cloop) 146 Boot = /dev/ hda2 # Partition, die Kernel & Initrd enthaelt147 Root = /dev/ hda2 # Rootpartition, in die das BS installiert ist146 Boot = /dev/sda2 # Partition, die Kernel & Initrd enthaelt 147 Root = /dev/sda2 # Rootpartition, in die das BS installiert ist 148 148 Kernel = vmlinuz # Relativer Pfad zum Kernel 149 149 Initrd = initrd.img # Relativer Pfad zur Initrd … … 165 165 Image = # kein differentielles Image 166 166 BaseImage = hardy.cloop # Dateiname des Basisimages (Erweiterung .cloop) 167 Boot = /dev/ hda2 # Partition, die Kernel & Initrd enthaelt168 Root = /dev/ hda2 # Rootpartition, in die das BS installiert ist167 Boot = /dev/sda2 # Partition, die Kernel & Initrd enthaelt 168 Root = /dev/sda2 # Rootpartition, in die das BS installiert ist 169 169 Kernel = vmlinuz # Relativer Pfad zum Kernel 170 170 Initrd = initrd.img # Relativer Pfad zur Initrd -
main/linuxmuster-linbo/trunk/examples/start.conf.win98se
r329 r366 6 6 7 7 [LINBO] # globale Konfiguration 8 Cache = /dev/ hda3 # lokale Cache Partition8 Cache = /dev/sda3 # lokale Cache Partition 9 9 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 10 10 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 15 15 16 16 [Partition] # Start einer Partitionsdefinition, Windows 98SE 17 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)17 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 18 18 Size = 2097152 # Partitionsgroesse in kB (Bsp.: 2G) 19 19 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 22 22 23 23 [Partition] # Start einer Partitionsdefinition, Datenpartition 24 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)24 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 25 25 Size = 14680064 # Partitionsgroesse in kB (Bsp.: 14G) 26 26 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 29 29 30 30 [Partition] # Definition der Cache-Partition 31 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte)31 Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 32 32 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 4GB) 33 33 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 42 42 Image = # erst eintragen, wenn es erzeugt werden soll 43 43 BaseImage = win98se.cloop # Dateiname des Basisimages (Erweiterung .cloop) 44 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt45 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist44 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 45 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 46 46 # bei Windows ist Boot und Root immer dieselbe Partition 47 47 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 48 48 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 49 49 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 50 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/io.sys; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda50 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/io.sys; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 52 52 StartEnabled = no # "Start"-Button deaktiviert 53 53 SyncEnabled = yes # "Sync+Start"-Button anzeigen -
main/linuxmuster-linbo/trunk/examples/start.conf.winxp_fat32
r329 r366 6 6 7 7 [LINBO] # globale Konfiguration 8 Cache = /dev/ hda3 # lokale Cache Partition8 Cache = /dev/sda3 # lokale Cache Partition 9 9 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 10 10 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 15 15 16 16 [Partition] # Start einer Partitionsdefinition, Windows XP 17 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)17 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 18 18 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 19 19 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 22 22 23 23 [Partition] # Start einer Partitionsdefinition, Datenpartition 24 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)24 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 25 25 Size = 10485760 # Partitionsgroesse in kB (Bsp.: 10G) 26 26 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 29 29 30 30 [Partition] # Definition der Cache-Partition 31 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte)31 Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 32 32 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 5GB) 33 33 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 42 42 Image = # erst eintragen, wenn es erzeugt werden soll 43 43 BaseImage = winxp-fat.cloop # Dateiname des Basisimages (Erweiterung .cloop) 44 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt45 Root = /dev/ hda1 # Rootpartition, in die das BS installier ist44 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 45 Root = /dev/sda1 # Rootpartition, in die das BS installier ist 46 46 # bei Windows ist Boot und Root immer dieselbe Partition 47 47 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 48 48 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 49 49 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 50 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda50 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 52 52 StartEnabled = yes # "Start"-Button anzeigen 53 53 SyncEnabled = yes # "Sync+Start"-Button anzeigen -
main/linuxmuster-linbo/trunk/examples/start.conf.winxp_kubuntu
r329 r366 9 9 10 10 [LINBO] # globale Konfiguration 11 Cache = /dev/ hda6 # lokale Cache Partition11 Cache = /dev/sda6 # lokale Cache Partition 12 12 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 13 13 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 18 18 19 19 [Partition] # Start einer Partitionsdefinition, Windows XP mit FAT32 20 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = 1. Partition auf erster IDE-Platte)20 Dev = /dev/sda1 # Device-Name der Partition (sda1 = 1. Partition auf erster IDE-Platte) 21 21 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 22 22 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 25 25 26 26 [Partition] # Start einer Partitionsdefinition, Kubuntu 27 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = 2. Partition auf erster IDE-Platte)27 Dev = /dev/sda2 # Device-Name der Partition (sda2 = 2. Partition auf erster IDE-Platte) 28 28 Size = 6291456 # Partitionsgroesse in kB (Bsp.: 6G) 29 29 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 32 32 33 33 [Partition] # Definition der Swappartition 34 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = 3. Partition auf erster IDE-Platte)34 Dev = /dev/sda3 # Device-Name der Partition (sda3 = 3. Partition auf erster IDE-Platte) 35 35 Size = 1048576 # Partitionsgroesse in kB (Bsp.: 1G) 36 36 Id = 82 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 38 38 39 39 [Partition] # Erweiterte Partition 40 Dev = /dev/ hda4 # Device-Name der Partition (hda4 = 4. Partition auf erster IDE-Platte)40 Dev = /dev/sda4 # Device-Name der Partition (sda4 = 4. Partition auf erster IDE-Platte) 41 41 Size = # Partitionsgroesse in kB (leer bei erweiterter Partition) 42 42 Id = 5 # Partitionstyp (5 = erweiterte Partition) … … 45 45 46 46 [Partition] # Start einer Partitionsdefinition, Datenpartition mit FAT32 47 Dev = /dev/ hda5 # Device-Name der Partition (hda5 = 5. Partition auf erster IDE-Platte)47 Dev = /dev/sda5 # Device-Name der Partition (sda5 = 5. Partition auf erster IDE-Platte) 48 48 Size = 31457280 # Partitionsgroesse in kB (Bsp.: 30G) 49 49 Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 52 52 53 53 [Partition] # Definition der Cache-Partition 54 Dev = /dev/ hda6 # Device-Name der Partition (hda6 = 6. Partition auf erster IDE-Platte)54 Dev = /dev/sda6 # Device-Name der Partition (sda6 = 6. Partition auf erster IDE-Platte) 55 55 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 18G) 56 56 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 65 65 Image = # erst eintragen, wenn es erzeugt werden soll 66 66 BaseImage = winxp.cloop # Dateiname des Basisimages (Erweiterung .cloop) 67 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt68 Root = /dev/ hda1 # Rootpartition, in die das BS installiert ist67 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 68 Root = /dev/sda1 # Rootpartition, in die das BS installiert ist 69 69 # bei Windows ist Boot und Root immer dieselbe Partition 70 70 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 71 71 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 72 72 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 73 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen74 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda73 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 74 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 75 75 StartEnabled = yes # "Start"-Button anzeigen 76 76 SyncEnabled = yes # "Sync+Start"-Button anzeigen … … 86 86 Image = # erst eintragen, wenn es erzeugt werden soll 87 87 BaseImage = hardy.cloop # Dateiname des Basisimages (Erweiterung .cloop) 88 Boot = /dev/ hda2 # Partition, die Kernel & Initrd enthaelt89 Root = /dev/ hda2 # Rootpartition, in die das BS installiert ist88 Boot = /dev/sda2 # Partition, die Kernel & Initrd enthaelt 89 Root = /dev/sda2 # Rootpartition, in die das BS installiert ist 90 90 Kernel = vmlinuz # Relativer Pfad zum Kernel 91 91 Initrd = initrd.img # Relativer Pfad zur Initrd -
main/linuxmuster-linbo/trunk/examples/start.conf.winxp_kubuntu_sata
r329 r366 70 70 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 71 71 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. SATA-Festplatte 72 # bei IDE-Platten statt /dev/sda /dev/ hda eintragen72 # bei IDE-Platten statt /dev/sda /dev/sda eintragen 73 73 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 74 74 StartEnabled = yes # "Start"-Button anzeigen -
main/linuxmuster-linbo/trunk/examples/start.conf.winxp_ntfs
r329 r366 6 6 7 7 [LINBO] # globale Konfiguration 8 Cache = /dev/ hda3 # lokale Cache Partition8 Cache = /dev/sda3 # lokale Cache Partition 9 9 Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt 10 10 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. … … 15 15 16 16 [Partition] # Start einer Partitionsdefinition, Windows XP 17 Dev = /dev/ hda1 # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte)17 Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 18 18 Size = 5192000 # Partitionsgroesse in kB (Bsp.: 5G) 19 19 Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 22 22 23 23 [Partition] # Start einer Partitionsdefinition, Datenpartition 24 Dev = /dev/ hda2 # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte)24 Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 25 25 Size = 10485760 # Partitionsgroesse in kB (Bsp.: 10G) 26 26 Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) … … 29 29 30 30 [Partition] # Definition der Cache-Partition 31 Dev = /dev/ hda3 # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte)31 Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 32 32 Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 5GB) 33 33 Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) … … 41 41 Image = # kein differentielles Image von NTFS-Partitionen 42 42 BaseImage = winxp-ntfs.cloop # Dateiname des Basisimages (Erweiterung .cloop) 43 Boot = /dev/ hda1 # Partition, die Kernel & Initrd enthaelt44 Root = /dev/ hda1 # Rootpartition, in die das BS installier ist43 Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt 44 Root = /dev/sda1 # Rootpartition, in die das BS installier ist 45 45 # bei Windows ist Boot und Root immer dieselbe Partition 46 46 Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe 47 47 Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer 48 48 # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 49 # bei SATA-Platten statt /dev/ hda /dev/sda eintragen50 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/ hda49 # bei SATA-Platten statt /dev/sda /dev/sda eintragen 50 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 51 51 StartEnabled = yes # "Start"-Button anzeigen 52 52 SyncEnabled = yes # "Sync+Start"-Button anzeigen -
main/linuxmuster-linbo/trunk/linbo_gui/Makefile
r333 r366 1 1 ############################################################################# 2 2 # Makefile for building: linbo_gui 3 # Generated by qmake (1.07a) (Qt 3.3.7) on: Wed Nov 19 11:10:2920083 # Generated by qmake (1.07a) (Qt 3.3.7) on: Fri Nov 21 14:10:56 2008 4 4 # Project: linboGUI.pro 5 5 # Template: app -
main/linuxmuster-linbo/trunk/linbo_gui/linboGUIImpl.cc
r329 r366 1183 1183 1184 1184 linboMsgImpl *waiting = new linboMsgImpl(this, "foo",0,Qt::WStyle_Customize | Qt::WStyle_NoBorder ); 1185 waiting->message->setText("LINBO 1.1. 0-1<br>Netzwerk Check");1185 waiting->message->setText("LINBO 1.1.1-1<br>Netzwerk Check"); 1186 1186 1187 1187 QStringList waitCommand = LINBO_CMD("ready")
Note: See TracChangeset
for help on using the changeset viewer.
