Add vim text editor to live CD and installed system

- Include vim for text editing capabilities
- Available in both live CD and installed system
- Essential tool for system administration and development
parent fbaefbf8
......@@ -752,6 +752,7 @@ NETEOF
rm -f "$TARGET_MOUNT/etc/systemd/system/getty@tty1.service.d/live-config.conf" 2>/dev/null || true
rm -rf "$TARGET_MOUNT/lib/live" 2>/dev/null || true
rm -f "$TARGET_MOUNT/etc/profile.d/zz-live-config_xinit.sh" 2>/dev/null || true
rm -rf "$TARGET_MOUNT/usr/share/initramfs-tools/hooks/live" 2>/dev/null || true
# Set suid on X server and xkbcomp for mbetterclient user to start X
print_status "Setting suid on X server and xkbcomp for user X startup..."
......
......@@ -61,6 +61,7 @@ xserver-xorg-video-nouveau
xserver-xorg-video-nvidia
xserver-xorg-video-radeon
xserver-xorg-video-ati
xserver-xorg-video-vmware
# Additional hardware firmware
firmware-intel-sound
......@@ -95,6 +96,9 @@ dhcpcd5
# Multimedia tools
ffmpeg
# Text editors
vim
# Hardware detection and management
pciutils
usbutils
......@@ -105,6 +109,9 @@ acpi
acpi-support
laptop-detect
# VMware tools for virtual machine support
open-vm-tools
# Additional WiFi and network utilities
ethtool
......
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