Update packages
This commit is contained in:
parent
b90502c4f2
commit
bf14626662
@ -3,10 +3,20 @@
|
|||||||
# This script is used to install and setup a sandbox.
|
# This script is used to install and setup a sandbox.
|
||||||
|
|
||||||
PACKAGES=(
|
PACKAGES=(
|
||||||
"base" "base-devel" "linux" "linux-firmware" "syslinux"
|
"linux-lts" "linux-firmware" "base" "base-devel" "syslinux" "vi" "emacs" "vim" "nano"
|
||||||
"vi" "vim" "nano" "micro" "neovim" "emacs"
|
"micro" "neovim" "bash-completion" "btop" "gdu" "neofetch" "git" "curl" "wget" "rsync"
|
||||||
"bash-completion" "btop" "gdu" "tmux" "neofetch"
|
"unzip" "zip" "gdb" "jdk-openjdk" "jre-openjdk" "openjdk-doc" "tcpdump" "openssh"
|
||||||
"git" "openssh" "curl" "wget" "rsync" "unzip" "zip"
|
"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
|
SWAP_SIZE=16G
|
||||||
@ -114,8 +124,8 @@ WantedBy=multi-user.target
|
|||||||
# Create the syslinux configuration file, to instantly boot into the system
|
# Create the syslinux configuration file, to instantly boot into the system
|
||||||
echo "DEFAULT arch
|
echo "DEFAULT arch
|
||||||
LABEL arch
|
LABEL arch
|
||||||
LINUX ../vmlinuz-linux
|
LINUX ../vmlinuz-linux-lts
|
||||||
INITRD ../initramfs-linux.img
|
INITRD ../initramfs-linux-lts.img
|
||||||
APPEND root=/dev/sda2 rw resume=/dev/sda1
|
APPEND root=/dev/sda2 rw resume=/dev/sda1
|
||||||
" > /boot/syslinux/syslinux.cfg
|
" > /boot/syslinux/syslinux.cfg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user