|
Bugzilla – Full Text Bug Listing |
| Summary: | mkbootdisk fails with "out of memory" error | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Andreas Stieger <Andreas.Stieger> |
| Component: | Installation | Assignee: | Steffen Winterfeldt <snwint> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | suse-beta |
| Version: | Beta 6 | Keywords: | Code_Error, Install |
| Target Milestone: | Beta 8 | ||
| Hardware: | x86 | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | insert missing "i386/" to $src on mkbootdisk | ||
|
Description
Andreas Stieger
2006-03-05 09:22:16 UTC
Same error on a different machine: 1 Gig RAM / 1 Gig swap 2x PIII 800MHz / SUSE 10.0 "free" sais all of ram and swap is used up during the process from $ diff -s 10.0/CD1/boot/mkbootdisk 10.1/CD1/boot/i386/mkbootdisk Files 10.0/CD1/boot/mkbootdisk and 10.1/CD1/boot/i386/mkbootdisk are identical I assume that the error is due to a change in directory layout on CD1. Created attachment 71274 [details]
insert missing "i386/" to $src on mkbootdisk
in short, adjust to changed directory structure.
-my $src = "$opt_src/boot/loader";
+my $src = "$opt_src/boot/i386/loader";
Steffen: Did you write that script? Maby you should mention this somewhere at the beginning. Also, the product string still says 10.0 ;) Ehm, yes, comment 3 is correct. I just haven't found the time to adjust the script. BTW, you can also do 'mkbootdisk /foo/CD1/boot/loader/i386'. updated script Works on Beta 8 (i386) with loop mounted ISOs. |