mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-10-22 10:26:21 +00:00
1.0.13 release
This commit is contained in:
@@ -87,6 +87,10 @@ ventoy_get_os_type() {
|
||||
elif $EGREP -q 'archlinux|ARCH' /proc/version; then
|
||||
echo 'arch'; return
|
||||
|
||||
# kiosk
|
||||
elif $EGREP -q 'kiosk' /proc/version; then
|
||||
echo 'kiosk'; return
|
||||
|
||||
# gentoo
|
||||
elif $EGREP -q '[Gg]entoo' /proc/version; then
|
||||
echo 'gentoo'; return
|
||||
@@ -215,7 +219,6 @@ if [ "$VTOY_BREAK_LEVEL" = "03" ] || [ "$VTOY_BREAK_LEVEL" = "13" ]; then
|
||||
fi
|
||||
|
||||
|
||||
|
||||
####################################################################
|
||||
# #
|
||||
# Step 4 : Hand over to real init #
|
||||
|
Reference in New Issue
Block a user