From: longpanda Date: Wed, 29 Sep 2021 14:20:49 +0000 (+0800) Subject: chown root for LiveCD GUI X-Git-Tag: v1.0.54~12 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/849eb7bf2c3e24cff11fde7c454948177c215b38?ds=sidebyside chown root for LiveCD GUI --- diff --git a/LiveCDGUI/initrd.sh b/LiveCDGUI/initrd.sh index 08293a7..1133bd0 100644 --- a/LiveCDGUI/initrd.sh +++ b/LiveCDGUI/initrd.sh @@ -23,7 +23,9 @@ cd _INITRD_ xzcat ../EXT/initrd.xz | cpio -idmu --quiet >/dev/null 2>&1 cp -a ../EXT/*.xzm ./ cp -a ../VTOY ./ - +chown -R 0:0 ./VTOY +chmod +x ./VTOY/init +chmod +x ./VTOY/autostart mkdir ventoy