"src/vscode:/vscode.git/clone" did not exist on "b09bd1ed3416b0b7daed8459c5159606ca0d1453"
Commit c18399e8 authored by longpanda's avatar longpanda
Browse files

Add support for 小鱼儿yr系统维护PE

parent 5a591c1a
...@@ -156,6 +156,12 @@ function locate_initrd { ...@@ -156,6 +156,12 @@ function locate_initrd {
} }
function locate_wim { function locate_wim {
if vt_strstr "$vt_volume_id" "yr"; then
if [ -f (loop)/isyl/isyl ]; then
vt_wim_peset
fi
fi
vt_windows_locate_wim_patch (loop) vt_windows_locate_wim_patch (loop)
if [ -n "${vtdebug_flag}" ]; then if [ -n "${vtdebug_flag}" ]; then
......
...@@ -26,7 +26,7 @@ sfs: fshelp ...@@ -26,7 +26,7 @@ sfs: fshelp
reiserfs: fshelp reiserfs: fshelp
part_sunpc: part_sunpc:
zstd: zstd:
gfxmenu: trig video_colors bitmap_scale gfxterm font normal bitmap video gfxmenu: trig video_colors gfxterm bitmap_scale font normal video bitmap
backtrace: backtrace:
jfs: jfs:
help: extcmd normal help: extcmd normal
......
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