| |
Changeset 66
- Timestamp:
- 02/28/07 16:06:04
(2 years ago)
- Author:
- cordney
- Message:
[revert] NewPCAssistant: default boot from CD-Rom for Win9x - Vista
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r65 |
r66 |
|
| | 1 | Q-0.9.0d66 |
|---|
| | 2 | [revert] NewPCAssistant: default boot from CD-Rom for Win9x - Vista |
|---|
| | 3 | |
|---|
| 1 | 4 | Q-0.9.0d65 |
|---|
| 2 | 5 | [new] preferences: log output to console (debugging) |
|---|
| r65 |
r66 |
|
| 80 | 80 | break; |
|---|
| 81 | 81 | case 1: /* Win9x */ |
|---|
| 82 | | [thisPC setObject:[[NSMutableString alloc] initWithString:[NSString stringWithFormat:@"-m 128 -net nic -net user -cdrom %@ -boot d -localtime -smb ~/Desktop/Q Shared Files/ -soundhw sb16 -hda createNew1024", (additionalHardwarePath) ? additionalHardwarePath : [NSString stringWithString:@"/dev/cdrom"]]] forKey:@"Arguments"]; |
|---|
| | 82 | [thisPC setObject:[[NSMutableString alloc] initWithString:[NSString stringWithFormat:@"-m 128 -net nic -net user -cdrom %@ -boot c -localtime -smb ~/Desktop/Q Shared Files/ -soundhw sb16 -hda createNew1024", (additionalHardwarePath) ? additionalHardwarePath : [NSString stringWithString:@"/dev/cdrom"]]] forKey:@"Arguments"]; |
|---|
| 83 | 83 | break; |
|---|
| 84 | 84 | case 2: /* Win2K */ |
|---|
| 85 | | [thisPC setObject:[[NSMutableString alloc] initWithString:[NSString stringWithFormat:@"-m 256 -net nic -net user -cdrom %@ -boot d -localtime -smb ~/Desktop/Q Shared Files/ -win2k-hack -soundhw sb16 -hda createNew4096", (additionalHardwarePath) ? additionalHardwarePath : [NSString stringWithString:@"/dev/cdrom"]]] forKey:@"Arguments"]; |
|---|
| | 85 | [thisPC setObject:[[NSMutableString alloc] initWithString:[NSString stringWithFormat:@"-m 256 -net nic -net user -cdrom %@ -boot c -localtime -smb ~/Desktop/Q Shared Files/ -win2k-hack -soundhw sb16 -hda createNew4096", (additionalHardwarePath) ? additionalHardwarePath : [NSString stringWithString:@"/dev/cdrom"]]] forKey:@"Arguments"]; |
|---|
| 86 | 86 | break; |
|---|
| 87 | 87 | case 3: /* WinXP */ |
|---|
| 88 | | [thisPC setObject:[[NSMutableString alloc] initWithString:[NSString stringWithFormat:@"-m 256 -net nic -net user -cdrom %@ -boot d -localtime -smb ~/Desktop/Q Shared Files/ -soundhw es1370 -hda createNew4096", (additionalHardwarePath) ? additionalHardwarePath : [NSString stringWithString:@"/dev/cdrom"]]] forKey:@"Arguments"]; |
|---|
| | 88 | [thisPC setObject:[[NSMutableString alloc] initWithString:[NSString stringWithFormat:@"-m 256 -net nic -net user -cdrom %@ -boot c -localtime -smb ~/Desktop/Q Shared Files/ -soundhw es1370 -hda createNew4096", (additionalHardwarePath) ? additionalHardwarePath : [NSString stringWithString:@"/dev/cdrom"]]] forKey:@"Arguments"]; |
|---|
| 89 | 89 | break; |
|---|
| 90 | 90 | case 4: /* WinVista */ |
|---|
| 91 | | [thisPC setObject:[[NSMutableString alloc] initWithString:[NSString stringWithFormat:@"-m 512 -net nic -net user -cdrom %@ -boot d -localtime -smb ~/Desktop/Q Shared Files/ -win2k-hack -hda createNew15360", (additionalHardwarePath) ? additionalHardwarePath : [NSString stringWithString:@"/dev/cdrom"]]] forKey:@"Arguments"]; |
|---|
| | 91 | [thisPC setObject:[[NSMutableString alloc] initWithString:[NSString stringWithFormat:@"-m 512 -net nic -net user -cdrom %@ -boot c -localtime -smb ~/Desktop/Q Shared Files/ -win2k-hack -hda createNew15360", (additionalHardwarePath) ? additionalHardwarePath : [NSString stringWithString:@"/dev/cdrom"]]] forKey:@"Arguments"]; |
|---|
| 92 | 92 | break; |
|---|
| 93 | 93 | case 5: /* Live CD */ |
|---|
Download in other formats:
| |