Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
0ac83bff
"docs/source/vscode:/vscode.git/clone" did not exist on "29990968ac6c803b0932eac09c3e4b3acbce6ae0"
Commit
0ac83bff
authored
Dec 15, 2020
by
longpanda
Browse files
support Anarchy Linux 1.3.1 issue #642
parent
40c0504d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+6
-0
No files found.
INSTALL/grub/grub.cfg
View file @
0ac83bff
...
@@ -544,6 +544,10 @@ function uefi_linux_menu_func {
...
@@ -544,6 +544,10 @@ function uefi_linux_menu_func {
if [ -f (loop)/blackarch/boot/x86_64/archiso.img ]; then
if [ -f (loop)/blackarch/boot/x86_64/archiso.img ]; then
vt_add_replace_file $vtindex "EFI\\archiso\\archiso.img"
vt_add_replace_file $vtindex "EFI\\archiso\\archiso.img"
fi
fi
elif [ -d (loop)/anarchy ]; then
if [ -f (loop)/anarchy/boot/x86_64/initramfs-linux.img ]; then
vt_add_replace_file $vtindex "anarchy\\boot\\x86_64\\initramfs-linux.img"
fi
elif [ -d (loop)/parabola ]; then
elif [ -d (loop)/parabola ]; then
if [ -f (loop)/parabola/boot/x86_64/parabolaiso.img ]; then
if [ -f (loop)/parabola/boot/x86_64/parabolaiso.img ]; then
vt_add_replace_file $vtindex "EFI\\parabolaiso\\parabolaiso.img"
vt_add_replace_file $vtindex "EFI\\parabolaiso\\parabolaiso.img"
...
@@ -748,6 +752,8 @@ function legacy_linux_menu_func {
...
@@ -748,6 +752,8 @@ function legacy_linux_menu_func {
if [ -d (loop)/arch/boot/syslinux ]; then
if [ -d (loop)/arch/boot/syslinux ]; then
vt_linux_parse_initrd_isolinux (loop)/arch/boot/syslinux/ /arch/
vt_linux_parse_initrd_isolinux (loop)/arch/boot/syslinux/ /arch/
vt_linux_parse_initrd_isolinux (loop)/arch/boot/syslinux/ /arch/boot/syslinux/
vt_linux_parse_initrd_isolinux (loop)/arch/boot/syslinux/ /arch/boot/syslinux/
elif [ -d (loop)/anarchy/boot/syslinux ]; then
vt_linux_parse_initrd_isolinux (loop)/anarchy/boot/syslinux/ /anarchy/
#manjaro
#manjaro
elif [ -d (loop)/manjaro ]; then
elif [ -d (loop)/manjaro ]; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment