Support des modules a tester

This commit is contained in:
Marc
2021-12-14 14:19:14 +01:00
parent 2209a9a36d
commit 4aee41a5d6
17 changed files with 368 additions and 27 deletions
-4
View File
@@ -43,9 +43,6 @@ cd rootfs/usr
ln -s lib lib64
cd -
#installation de grub
# coreutils = cat
#sudo pacstrap rootfs || exit 1
echo "construction de la libc"
chmod +x ./libc/build.sh
@@ -95,7 +92,6 @@ echo "done"
echo "construction du kernel"
cd kernel && ./from_current.sh && cd -
sudo cp kernel/src/vmlinuz rootfs/boot || exit 1
echo "done"
echo "Cloning the firmware"