diff --git a/README.md b/README.md index dbdd166..a1a5063 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Thanks @LoganMD for the logo - Reboot Once you have this out, continue with instructions: -- *Edit ./config to reflect your board* +- *Edit ./config to reflect your laptop* - ``` ./build-all /dev/sdX ``` On a Linux machine(ChromeOS doesn't count(except in linux chroot)). For Debian rootfs, binfmt and debootstrap are needed to work correctly. - When ```build-all``` is ran like ```./build-all ```, it builds Cadmium to with size of (8G should be fine) - Enable developer mode diff --git a/fs/build b/fs/build index 6defbf1..bf5fc35 100755 --- a/fs/build +++ b/fs/build @@ -32,7 +32,6 @@ if [ "$(date +'%V%y') $ROOTFS $ARCH" != "$(cat $CADMIUMROOT/tmp/cached-rootfs-in mkdir "$DESTDIR/CdFiles" cp -r "$CADMIUMROOT/fs" "$DESTDIR/CdFiles/fs" - cp -r "$CADMIUMROOT/board" "$DESTDIR/CdFiles/board" cp -r "$CADMIUMROOT/baseboard" "$DESTDIR/CdFiles/baseboard" cp -r "$CADMIUMROOT/fs/install" "$DESTDIR/root/install" diff --git a/kernel/install b/kernel/install index b1f16a7..274bf92 100755 --- a/kernel/install +++ b/kernel/install @@ -13,7 +13,6 @@ shopt -s expand_aliases # needed for aliases set -e source $CADMIUMROOT/config -source $CADMIUMROOT/board/$TARGET/boardinfo source $CADMIUMROOT/baseboard/$BASEBOARD/boardinfo # set up alias areweontarget so "if areweontarget; then X" works fine