Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.6 by slords, Wed Apr 5 04:20:56 2006 UTC | Revision 1.7 by slords, Wed Apr 5 05:13:40 2006 UTC | |
---|---|---|
# | Line 838 class x86BootloaderInfo(bootloaderInfo): | Line 838 class x86BootloaderInfo(bootloaderInfo): |
838 | ||
839 | for dev in self.getPhysicalDevices(rootDev): | for dev in self.getPhysicalDevices(rootDev): |
840 | usedDevs[dev] = 1 | usedDevs[dev] = 1 |
841 | ||
842 | for dev in bootDevs: | |
843 | usedDevs[dev] = 1 | |
844 | ||
845 | if not os.access(instRoot + "/boot/grub/device.map", os.R_OK): | if not os.access(instRoot + "/boot/grub/device.map", os.R_OK): |
846 | f = open(instRoot + "/boot/grub/device.map", "w+") | f = open(instRoot + "/boot/grub/device.map", "w+") |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |