updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lilo-gfxmenu / lilo-22.7-loop_dev.diff
blobcb8733a8d67cc378ed90e29197832dfc4382abbe
1 --- lilo-22.7/geometry.c
2 +++ lilo-22.7/geometry.c
3 @@ -667,6 +667,14 @@
4 geo->start = hdprm.start;
5 break;
7 + case MAJOR_LOOP:
8 + geo->device = 0;
9 + geo->heads = 2;
10 + geo->cylinders = 80;
11 + geo->sectors = 18;
12 + geo->start = 0;
13 + break;
15 default:
16 if (max_partno[major] && major==MAJOR_LOOP) break;
17 if (max_partno[major] == 63) goto MASK63;