diff options
Diffstat (limited to 'packages/lilo-sh/files/lilo-0.21-loopdev.patch')
-rw-r--r-- | packages/lilo-sh/files/lilo-0.21-loopdev.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/lilo-sh/files/lilo-0.21-loopdev.patch b/packages/lilo-sh/files/lilo-0.21-loopdev.patch deleted file mode 100644 index e739c5b104..0000000000 --- a/packages/lilo-sh/files/lilo-0.21-loopdev.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lilo/device.c.oot Mon Jan 10 09:37:00 2000 -+++ lilo/device.c Mon Jan 10 09:37:37 2000 -@@ -192,4 +192,8 @@ - sprintf(tmp,"/dev/sdb%d",i); - cache_add(tmp,0x810+i); - } -+ for (i = 0; i <= 7; i++) { -+ sprintf(tmp,"/dev/loop%d",i); -+ cache_add(tmp,0x700+i); -+ } - } |