-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Sorry for the noob question, but is there a quickstart available? After I run bootr install I'm not sure what to do to actually boot into it..
sudo su -
apt-get install libssl-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"
git clone https://github.com/tinythings/bootr
cd bootr
cargo build --release
cp ./target/release/bootr /usr/bin/
mkdir -p /bootr/system/
curl -o /bootr/config https://raw.githubusercontent.com/tinythings/bootr/master/bootr.d/config
bootr install
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation