From 42a9b2c087049f158c9f887a2e0950ebb2e717df Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 31 Jan 2016 00:39:43 +0100 Subject: Initial commit of v2 --- lilo.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lilo.conf (limited to 'lilo.conf') diff --git a/lilo.conf b/lilo.conf new file mode 100644 index 0000000..420c1f0 --- /dev/null +++ b/lilo.conf @@ -0,0 +1,14 @@ +boot = /dev/loop0 +#root = /dev/loop0 +disk = /dev/loop0 + bios = 0x00 + sectors = 18 + heads = 2 + cylinders = 80 + +compact +map = /lilo.map + +default = linux +image = /bzImage + label = linux -- cgit v1.2.3