the latest ones were all made with rbf: https://github.com/mndar/rbf/

for rbf to work you first need a redsleeve7 machine. redsleeve6 does not
have the right python version and apparently one cannot override the
arch in yum, so you need an armv5tel install.

I include here a template for rpi2. Yours will probably vary. I guess
you will do an kernel install from separate files instead of from a rpm
as is in this template.

Jacco

PS: as you know, chickens are a way for eggs to procreate


On 02/27/2016 02:23 PM, Bjarne Saltbaek wrote:
> @ Jacco:
>
> I have got a Banana Pi M3 and want to make a redsleeve SD image - do
> you have a guide on how you made the ones at
> http://ftp.redsleeve.org/pub/el6/rootfs/ and
> http://ftp.redsleeve.org/pub/el7-devel/el7/rootfs/ or should I just go
> my own way?
>
> BR,
> Bjarne
>
> _______________________________________________
> users mailing list
> [email protected]
> https://lists.redsleeve.org/mailman/listinfo/users


<template>    
    <board>rpi2</board>
    <image size="1G" type="raw" path="rpi2-redsleeve-image.img"></image>
    <partitions>
        <partition size="64M" type="primary" fs="vfat" mountpoint="/boot"></partition>
        <partition size="960M" type="primary" fs="ext4" mountpoint="/"></partition>
    </partitions>
    
    <packages>
        <installer>yum</installer>
        <releasever>7</releasever>
        <group>core</group>
        <package>chrony,raspberrypi-config,raspberrypi2-firmware,raspberrypi2-kernel,raspberrypi2-kernel-firmware,rng-tools</package>
    </packages>

    <stage1loader>none</stage1loader>
    <uboot>none</uboot>
    <rootfiles>none</rootfiles>
    <firmware>none</firmware>
    <kernel type="none"></kernel>    

    <config>
        <hostname>rpi2</hostname>
        <selinux>disabled</selinux>
        <rootpass>password1234</rootpass>
        <rootsshkey>none</rootsshkey>
        <network>
            <interface name="eth0" config="dhcp">
            </interface>
        </network>        
    </config>
    
    <etcoverlay>./etc</etcoverlay>
    <finalizescript>./boards.d/finalize.sh</finalizescript>
    
    <distro>redsleeve</distro>
    <repos>
        <repo name="base" path="http://www.mirrorservice.org/sites/ftp.redsleeve.org/pub/el7/packages/base/";></repo>
        <repo name="updates" path="http://www.mirrorservice.org/sites/ftp.redsleeve.org/pub/el7/packages/updates/";></repo>
        <repo name="updates-testing" path="http://www.mirrorservice.org/sites/ftp.redsleeve.org/pub/el7-devel/el7/7.1-updates-testing/";></repo>
        <repo name="Redsleeve_raspberrypi" path="http://www.mirrorservice.org/sites/ftp.redsleeve.org/pub/el7-devel/el7/raspberrypi/";></repo>
        <repo name="comps" path="file:///tmp/comps/"></repo>
    </repos>
    <workdir>/tmp/temp</workdir>
    <extlinuxconf>false</extlinuxconf>
    
 </template>
 

_______________________________________________
users mailing list
[email protected]
https://lists.redsleeve.org/mailman/listinfo/users

Reply via email to