Support for real harddrive and Jmicron usb drives
This commit is contained in:
@@ -88,6 +88,11 @@ cd chibraxLoader && ./build.sh && cd -
|
||||
sudo cp chibraxLoader/init rootfs/usr/bin/ || exit 1
|
||||
echo "done"
|
||||
|
||||
echo "construction du bypass de sh"
|
||||
chmod +x ./fakesh/build.sh
|
||||
cd fakesh && ./build.sh && cd -
|
||||
echo "done"
|
||||
|
||||
echo "construction du kernel"
|
||||
cd kernel && ./from_current.sh && cd -
|
||||
sudo cp kernel/src/vmlinuz rootfs/boot || exit 1
|
||||
|
||||
Reference in New Issue
Block a user