longpanda
longpanda
安全启动兼容性问题比较多,常见的是启动时黑屏。 所以默认不支持安全启动,如果你想支持,执行脚本时加 -s 参数,即 `sudo sh vtoyboot.sh -s`
> [Github build environments also have caching](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows). The compile binaries of build processes that are time consuming or do not change often can be stored as an output artifact as...
> Much of the legitimate concern in [#2795](https://github.com/ventoy/Ventoy/issues/2795) stems from needing to trust Ventoy. > > While Ventoy is open source, as [@fnr1r](https://github.com/fnr1r) has been discovering in https://github.com/fnr1r/ventoy-cpio, the build...
> Many projects have invested a lot of effort into reproducible builds over the last 10+ years and it is not so difficult to achieve now. Packages for the FreeBSD...
For some files (e.g. BusyBox) since Ventoy directly use its binary file, so maybe I can directly get one from Debian/Arch pacckage which is already reproducible.
There is some Windows EXE file, how to process this? 
For some busybox binaries, can we confirm that the one used in Ventoy now (get from busybox official website) is already reproducible? 
> > There is some Windows EXE file, how to process this? > >  > > 7-zip releases their source code, so you can download the source for the...
> [@ventoy](https://github.com/ventoy) everyone seems to be flipping out about this and I would suggest maybe adding a update to readme about the issue, reiteratting your open source stance and a...
> [@ventoy](https://github.com/ventoy) > > You can add this github workflow to your repository and manually run the action(or modify it to run whenever) > > name: Compile Windows 7-Zip >...