# HG changeset patch # User Rob Landley # Date 1281737968 18000 # Node ID 99c49806ea6dda0671e7e4f9a63ec0771bd9e9ae # Parent 2b3f347dd2250bd455fe00b259a2947cc3416c72 Ahem. Change the user of sources/native-root to sources/root-filesystem. diff -r 2b3f347dd225 -r 99c49806ea6d simple-root-filesystem.sh --- a/simple-root-filesystem.sh Fri Aug 13 16:34:07 2010 -0500 +++ b/simple-root-filesystem.sh Fri Aug 13 17:19:28 2010 -0500 @@ -40,7 +40,7 @@ # Copy qemu setup script and so on. -cp -r "${SOURCES}/native-root/." "$STAGE_DIR/" && +cp -r "${SOURCES}/root-filesystem/." "$STAGE_DIR/" && cp "$SRCDIR"/MANIFEST "$STAGE_DIR/src" || dienow # If user specified different files to put in the root filesystem, add them.