diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..630c2424 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "redpill-lkm"] + path = redpill-lkm + url = git@github.com:fbelavenuto/redpill-lkm.git diff --git a/README.md b/README.md index 4100fc6f..60ae89d7 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# arpl +# Automated Redpill Loader + +This particular project was created to facilitate my testing with Redpill and I decided to share it with other users. + +It is still in alpha stage, with little documentation, but it is functional. + +I tried to make the system as user-friendly as possible, to make life easier. The loader automatically detects which device is being used, SATADom or USB, detecting its VID and PID correctly. redpill-lkm has been edited to allow booting the kernel without setting the variables related to network interfaces so the loader (and user) doesn't have to worry about that. + +More information will be added in the future. diff --git a/redpill-lkm b/redpill-lkm new file mode 160000 index 00000000..f1c8ed50 --- /dev/null +++ b/redpill-lkm @@ -0,0 +1 @@ +Subproject commit f1c8ed508c27e0009d1567efcdae756d288d0e34