MichielDerhaeg / build-linux

A short tutorial about building Linux based operating systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How would I go about rebuilding?

SamHep0803 opened this issue · comments

The title says it all. How would I rebuild?

I tried doing make again but I get an error saying:

make -C filesystem . make[1]: Entering directory '/home/samhep0803/build-linux/filesystem' . Makefile:1: *** missing separator. Stop. . make[1]: Leaving directory '/home/samhep0803/build-linux/filesystem' . Makefile:32: recipe for target 'fs.tar' failed . make: *** [fs.tar] Error 2

I figured it was because I already built but surely I don't have to delete my whole folder and clone this repo again.

Hopefully, you could help.

Thanks, Sam.

I would also like to know how to change the keyboard back to qwerty using the Makefile?

Nevermind, realized you could just run build.sh in /filesystem.

Thanks for any help though.
👍