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
cc9ff415
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "b53d9e11c645c61492c0e04a930d4c4da7904cc6"
Commit
cc9ff415
authored
Feb 07, 2021
by
longpanda
Browse files
misc update
parent
08d218fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy.c
+1
-0
GRUB2/buildgrub.sh
GRUB2/buildgrub.sh
+4
-4
INSTALL/docker_ci_build.sh
INSTALL/docker_ci_build.sh
+0
-1
No files found.
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy.c
View file @
cc9ff415
...
@@ -1984,6 +1984,7 @@ static grub_err_t ventoy_cmd_list_img(grub_extcmd_context_t ctxt, int argc, char
...
@@ -1984,6 +1984,7 @@ static grub_err_t ventoy_cmd_list_img(grub_extcmd_context_t ctxt, int argc, char
return
grub_error
(
GRUB_ERR_BAD_ARGUMENT
,
"Must clear image before list"
);
return
grub_error
(
GRUB_ERR_BAD_ARGUMENT
,
"Must clear image before list"
);
}
}
g_enumerate_time_checked
=
0
;
g_enumerate_start_time_ms
=
grub_get_time_ms
();
g_enumerate_start_time_ms
=
grub_get_time_ms
();
strdata
=
ventoy_get_env
(
"VTOY_FILT_DOT_UNDERSCORE_FILE"
);
strdata
=
ventoy_get_env
(
"VTOY_FILT_DOT_UNDERSCORE_FILE"
);
...
...
GRUB2/buildgrub.sh
View file @
cc9ff415
...
@@ -23,7 +23,7 @@ echo '======== build grub2 for x86_64-efi ==============='
...
@@ -23,7 +23,7 @@ echo '======== build grub2 for x86_64-efi ==============='
make distclean
make distclean
./autogen.sh
./autogen.sh
./configure
--with-platform
=
efi
--prefix
=
$VT_GRUB_DIR
/INSTALL/
./configure
--with-platform
=
efi
--prefix
=
$VT_GRUB_DIR
/INSTALL/
make
-j
16
make
-j
16
||
exit
1
sh install.sh uefi
sh install.sh uefi
...
@@ -32,7 +32,7 @@ echo '======== build grub2 for i386-efi ==============='
...
@@ -32,7 +32,7 @@ echo '======== build grub2 for i386-efi ==============='
make distclean
make distclean
./autogen.sh
./autogen.sh
./configure
--target
=
i386
--with-platform
=
efi
--prefix
=
$VT_GRUB_DIR
/INSTALL/
./configure
--target
=
i386
--with-platform
=
efi
--prefix
=
$VT_GRUB_DIR
/INSTALL/
make
-j
16
make
-j
16
||
exit
1
sh install.sh i386efi
sh install.sh i386efi
...
@@ -51,7 +51,7 @@ TARGET_CC=aarch64-linux-gnu-gcc \
...
@@ -51,7 +51,7 @@ TARGET_CC=aarch64-linux-gnu-gcc \
TARGET_OBJCOPY
=
aarch64-linux-gnu-objcopy
\
TARGET_OBJCOPY
=
aarch64-linux-gnu-objcopy
\
TARGET_STRIP
=
aarch64-linux-gnu-strip
TARGET_NM
=
aarch64-linux-gnu-nm
\
TARGET_STRIP
=
aarch64-linux-gnu-strip
TARGET_NM
=
aarch64-linux-gnu-nm
\
TARGET_RANLIB
=
aarch64-linux-gnu-ranlib
TARGET_RANLIB
=
aarch64-linux-gnu-ranlib
make
-j
16
make
-j
16
||
exit
1
sh install.sh arm64
sh install.sh arm64
...
@@ -61,7 +61,7 @@ echo '======== build grub2 for i386-pc ==============='
...
@@ -61,7 +61,7 @@ echo '======== build grub2 for i386-pc ==============='
make distclean
make distclean
./autogen.sh
./autogen.sh
./configure
--target
=
i386
--with-platform
=
pc
--prefix
=
$VT_GRUB_DIR
/INSTALL/
./configure
--target
=
i386
--with-platform
=
pc
--prefix
=
$VT_GRUB_DIR
/INSTALL/
make
-j
16
make
-j
16
||
exit
1
sh install.sh
sh install.sh
...
...
INSTALL/docker_ci_build.sh
View file @
cc9ff415
...
@@ -4,7 +4,6 @@ VTOY_PATH=$PWD/..
...
@@ -4,7 +4,6 @@ VTOY_PATH=$PWD/..
wget
-q
-P
$VTOY_PATH
/DOC/ https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz
wget
-q
-P
$VTOY_PATH
/DOC/ https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz
wget
-q
-P
$VTOY_PATH
/DOC/ https://musl.libc.org/releases/musl-1.2.1.tar.gz
wget
-q
-P
$VTOY_PATH
/DOC/ https://musl.libc.org/releases/musl-1.2.1.tar.gz
wget
-q
-P
$VTOY_PATH
/DOC/ https://musl.libc.org/releases/musl-1.2.1.tar.gz
wget
-q
-P
$VTOY_PATH
/GRUB2/ https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz
wget
-q
-P
$VTOY_PATH
/GRUB2/ https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz
wget
-q
-O
$VTOY_PATH
/EDK2/edk2-edk2-stable201911.zip https://codeload.github.com/tianocore/edk2/zip/edk2-stable201911
wget
-q
-O
$VTOY_PATH
/EDK2/edk2-edk2-stable201911.zip https://codeload.github.com/tianocore/edk2/zip/edk2-stable201911
wget
-q
-P
/opt/ https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz
wget
-q
-P
/opt/ https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz
...
...
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