mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-09-03 12:11:34 +00:00
add missing modules/ directory
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf root
|
||||
mkdir -p root/lib root/lib64
|
||||
mkdir -p root/lib root/lib64 root/lib/modules
|
||||
|
||||
cp ../src/init ./root
|
||||
cp busybox ./root
|
||||
cp iptables ./root
|
||||
cp libm.so.6 ./root/lib64/
|
||||
tar -xf modules.tar -C ./root/lib/
|
||||
tar -xf modules.tar -C ./root/lib/modules
|
||||
|
||||
ldd ./root/init | while read line
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user