1
0
mirror of https://github.com/bin456789/reinstall.git synced 2025-07-26 17:08:34 +00:00

core: 修复手滑造成无法从windows引导到alpine

This commit is contained in:
bin456789
2023-09-16 17:11:53 +08:00
parent 6408c82311
commit 7dd4f5040e

@@ -981,7 +981,7 @@ mod_alpine_initrd() {
curl -Lo $modloop_file $nextos_modloop curl -Lo $modloop_file $nextos_modloop
if is_in_windows; then if is_in_windows; then
# cygwin 没有 unsquashfs # cygwin 没有 unsquashfs
7z e $modloop_file ipv6.ko -r -y -oa$ipv6_dir 7z e $modloop_file ipv6.ko -r -y -o$ipv6_dir
else else
install_pkg unsquashfs install_pkg unsquashfs
mkdir_clear $modloop_dir mkdir_clear $modloop_dir