Op 15-11-2006 om 17:18 schreef Olaf van der Spek:
> Hi,
> 
> I've got the same problem.
> 
> It'd be nice if there was a way to tell the installer to automatically 
> choose a disk, especially in single-disk systems.

Attached is a disk recipe that I used about a year ago.
It allowed me to do a complete automatic install.

I'm curious if it still works.


Cheers
Geert Stappers

diskindeling ::

32 96 128 ext3
        $primary{ }
        $bootable{ }
        method{ format } format{ }
        use_filesystem{ }
        filesystem{ ext3 }
        mountpoint{ /boot }
        .

64 512 640 ext3
        $primary{ }
        method{ format } format{ }
        use_filesystem{ }
        filesystem{ ext3 }
        mountpoint{ / }
        .

64 512 300% linux-swap
        method{ swap }
        format{ }
        .

500 3000 5000 ext3
        method{ format } format{ }
        use_filesystem{ }
        filesystem{ ext3 }
        mountpoint{ /usr }
        .

70 1500 3000 ext3
        method{ format } format{ }
        use_filesystem{ }
        filesystem{ ext3 }
        mountpoint{ /var }
        .

20 300 400 ext3
        method{ format } format{ }
        use_filesystem{ }
        filesystem{ ext3 }
        mountpoint{ /tmp }
        .

300 3000 3000 ext3
        method{ format } format{ }
        use_filesystem{ }
        filesystem{ ext3 }
        mountpoint{ /home }
        .

300 3000 1000000000 ext3 
        $primary{ }
        method{ lvm }
        .

Reply via email to