Skip to content

Commit 4dc1af6

Browse files
committed
Added VM detection warning
1 parent 41f72a1 commit 4dc1af6

File tree

6 files changed

+16
-2
lines changed

6 files changed

+16
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Exec=/usr/local/bin/vm-detector.sh
4+
Hidden=false
5+
NoDisplay=false
6+
X-GNOME-Autostart-enabled=true
7+
Name=VM detector

axos-iso/airootfs/root/customize_airootfs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

5+
# DO NOT EXECUTE UNLESS YOU KNOW WHAT YOU ARE DOING !!!
6+
57
set -e -u
68

79
sed -i -E '/^# *(en_US|en_GB|de_DE|fr_FR|es_ES|it_IT|pt_PT|pt_BR|zh_CN|zh_TW|ja_JP|ko_KR|ru_RU|nl_NL|sv_SE|da_DK|fi_FI|nb_NO|pl_PL)/ s/^# *//' /etc/locale.gen # Main languages
540 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
sudo /usr/local/bin/vm-detector

axos-iso/packages.x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ packagekit
143143
packagekit-qt6
144144
gnome-packagekit
145145
papirus-icon-theme
146+
virt-what
146147

147148

148149
##### KDE packages

axos-iso/profiledef.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ file_permissions=(
2323
["/usr/local/bin/Installation_guide"]="0:0:755"
2424
["/usr/local/bin/livecd-sound"]="0:0:755"
2525
["/usr/local/bin/alci-displaymanager-check"]="0:0:755"
26-
)
27-
26+
["/usr/local/bin/vm-detector"]="0:0:755"
27+
["/usr/local/bin/vm-detector.sh"]="0:0:755"
28+
)

0 commit comments

Comments
 (0)