"test/vscode:/vscode.git/clone" did not exist on "577796ba112228a7965c3b1ffc277c692e7b8ce9"
Commit f26a927b authored by longpanda's avatar longpanda
Browse files

VentoyLiveCD x86_64

parent 08e7da50
...@@ -9,4 +9,6 @@ done ...@@ -9,4 +9,6 @@ done
sleep 5 sleep 5
echo "sh /ventoy/profile.sh" >> /root/.profile echo "sh /ventoy/profile.sh" >> /root/.profile
ln -s /lib /lib64
exec /init exec /init
...@@ -39,7 +39,8 @@ fi ...@@ -39,7 +39,8 @@ fi
mkdir -p ISO_TMP/EFI/ventoy mkdir -p ISO_TMP/EFI/ventoy
cd VTOY_TMP cd VTOY_TMP
gcc -O2 -m32 ./ventoy/disksize.c -o ./ventoy/disksize gcc -O2 ./ventoy/disksize.c -o ./ventoy/disksize
rm -f ./ventoy/disksize.c rm -f ./ventoy/disksize.c
find . | cpio -o -H newc | gzip -c -9 > ../ISO_TMP/EFI/ventoy/ventoy.gz find . | cpio -o -H newc | gzip -c -9 > ../ISO_TMP/EFI/ventoy/ventoy.gz
cd .. && rm -rf VTOY_TMP cd .. && rm -rf VTOY_TMP
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment