removed pdclib, strange things were happening..., user shell kinda works now
This commit is contained in:
13
make_img.sh
Executable file
13
make_img.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p initrd
|
||||
rm -f initrd/*.elf
|
||||
|
||||
cp programs/bin/* initrd
|
||||
|
||||
cd initrd
|
||||
mkdir -p output
|
||||
find . -depth -print | cpio -o -H newc > output/initrd.img
|
||||
cd ..
|
||||
|
||||
cp initrd/output/*.img isodir/boot
|
||||
Reference in New Issue
Block a user