Update packages

This commit is contained in:
Lyanis SOUIDI 2024-04-29 17:28:02 +02:00
parent b90502c4f2
commit bf14626662

View File

@ -3,10 +3,20 @@
# This script is used to install and setup a sandbox.
PACKAGES=(
"base" "base-devel" "linux" "linux-firmware" "syslinux"
"vi" "vim" "nano" "micro" "neovim" "emacs"
"bash-completion" "btop" "gdu" "tmux" "neofetch"
"git" "openssh" "curl" "wget" "rsync" "unzip" "zip"
"linux-lts" "linux-firmware" "base" "base-devel" "syslinux" "vi" "emacs" "vim" "nano"
"micro" "neovim" "bash-completion" "btop" "gdu" "neofetch" "git" "curl" "wget" "rsync"
"unzip" "zip" "gdb" "jdk-openjdk" "jre-openjdk" "openjdk-doc" "tcpdump" "openssh"
"bind" "inetutils" "nmap" "firefox" "firefox-i18n-fr" "libreoffice" "libreoffice-fr"
"rpcbind" "nfs-utils" "xfce4" "xfce4-goodies" "yakuake" "gimp" "xorg" "xf86-video-vesa"
"xf86-video-dummy" "ttf-dejavu" "ttf-liberation" "ttf-bitstream-vera" "acpid"
"sdl12-compat" "sdl_ttf" "sdl_gfx" "sdl_image" "sdl_mixer" "sdl_net" "sdl_sound"
"sdl2_gfx" "sdl2_image" "sdl2_mixer" "sdl2_net" "sdl2_ttf" "dosfstools" "ntfs-3g" "ntp"
"subversion" "cvs" "git" "breezy" "python" "wireshark-qt" "wireshark-cli" "evince"
"dbus" "mlocate" "gvfs" "strace" "net-tools" "postfix" "sudo" "gtksourceview3" "mplayer"
"cronie" "optipng" "lib32-glibc" "libvirt" "qt5" "xterm" "graphviz" "vlc" "pulseaudio"
"pulseaudio-alsa" "tmux" "sleuthkit" "tk" "tcl" "xterm" "junit" "lightdm" "samba" "bind"
"krb5" "tree" "time" "noto-fonts" "noto-fonts-cjk" "noto-fonts-emoji" "noto-fonts-extra"
"numlockx" "lightdm-gtk-greeter"
)
SWAP_SIZE=16G
@ -114,8 +124,8 @@ WantedBy=multi-user.target
# Create the syslinux configuration file, to instantly boot into the system
echo "DEFAULT arch
LABEL arch
LINUX ../vmlinuz-linux
INITRD ../initramfs-linux.img
LINUX ../vmlinuz-linux-lts
INITRD ../initramfs-linux-lts.img
APPEND root=/dev/sda2 rw resume=/dev/sda1
" > /boot/syslinux/syslinux.cfg