pendor / gentoo-zfs-install

Script files, documentation, etc. for installing Gentoo on ZFS root direct from livecd (work in progress...)
36 stars 14 forks source link

repo layout #1

Closed alexxy closed 12 years ago

alexxy commented 13 years ago

Hi!

It will be better if profiles/repo_name will be present in repo with zfs since it needed by portage.

PS i can add this overlay to main repository list of needed

pendor commented 13 years ago

I can definitely (try to) do that. Is there a good doc somewhere on what an overlay should have in it in the way of metadata & configuration? I kind of just hacked & slashed on that one until it worked...

I'd love to have the repo listed. I'll definitely be maintaining it and keeping it up to date with the ZFS drivers' evolution. I've been exiled to FreeBSD for my ZFS needs for the last year or so, but I'm eager to move those servers back to Gentoo in the near future and will be using this overlay as the foundation for that.

Best regards, Zac Bedell

On Aug 13, 2011, at 12:17, alexxyreply@reply.github.com wrote:

Hi!

It will be better if profiles/repo_name will be present in repo with zfs since it needed by portage.

PS i can add this overlay to main repository list of needed

Reply to this email directly or view it on GitHub: https://github.com/pendor/gentoo-zfs-install/issues/1

pendor commented 13 years ago

On Aug 13, 2011, at 12:17 PM, alexxy wrote:

It will be better if profiles/repo_name will be present in repo with zfs since it needed by portage.

Okay.. It really was as simple as echo "zfs" > profiles/repo_name. =) That's added & committed now.

Thanks for the pointer!

-Zac