Commit 849eb7bf authored by longpanda's avatar longpanda
Browse files

chown root for LiveCD GUI

parent 32c5b5de
...@@ -23,7 +23,9 @@ cd _INITRD_ ...@@ -23,7 +23,9 @@ cd _INITRD_
xzcat ../EXT/initrd.xz | cpio -idmu --quiet >/dev/null 2>&1 xzcat ../EXT/initrd.xz | cpio -idmu --quiet >/dev/null 2>&1
cp -a ../EXT/*.xzm ./ cp -a ../EXT/*.xzm ./
cp -a ../VTOY ./ cp -a ../VTOY ./
chown -R 0:0 ./VTOY
chmod +x ./VTOY/init
chmod +x ./VTOY/autostart
mkdir ventoy mkdir ventoy
......
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