Tuesday, 1 September 2015

create_rfs.sh

#!/bin/bash

RFS=rfs

#CONFIG_PREFIX=${RFS} make -C busybox-1.22.1 install
#make -C busybox-1.22.1 install
./populate_rfs.sh ${RFS}
chown -R root.root ${RFS}/*
chmod -R g+w ${RFS}/*
./create_rd.sh ${RFS}

No comments:

Post a Comment