Skip to content

Quickstart #2

@ben-auo

Description

@ben-auo

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 documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions