Skip to content

Commit

Permalink
remove all references to boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Maccraft123 committed Nov 25, 2024
1 parent 0b89281 commit bd2babd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <file> <size>```, it builds Cadmium to <file> with size of <size>(8G should be fine)
- Enable developer mode
Expand Down
1 change: 0 additions & 1 deletion fs/build
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion kernel/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd2babd

Please sign in to comment.