Commit 06f78be9 authored by Alessandro Rubini's avatar Alessandro Rubini

build: copy .config to /wr/etc/dot-config

As a reference, until the next commits that actually use it.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 2905bb85
......@@ -32,7 +32,8 @@ ROOTFS_INITRAMFS="$WRS_OUTPUT_DIR/images/wrs-initramfs.gz"
cat > $TMPSCRIPT << EOF
. $WRS_BASE_DIR/../.config
mkdir -p $TMPFS/wr
mkdir -p $TMPFS/wr/etc
cp $WRS_BASE_DIR/../.config $TMPFS/wr/etc/dot-config
cp -r $rootfs_vanilla/* $TMPFS
cp -r $WRS_OUTPUT_DIR/images/wr/* $TMPFS/wr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment