XDEL fix, disk requirements
This commit is contained in:
parent
ee7fa157aa
commit
c277781772
1 changed files with 4 additions and 1 deletions
|
|
@ -4,6 +4,9 @@
|
|||
# archxfce.sh - Arch installation script
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Minimum disk space: 15G
|
||||
# Recommended disk space: 20G
|
||||
#
|
||||
# 1. boot archlinux-<date>-dual.iso
|
||||
# 2. curl -o archxfce.sh <url-to-this-script>
|
||||
#
|
||||
|
|
@ -85,7 +88,7 @@ PKG_XAPP="audacious audacious-plugins chromium dconf-editor firefox galculator g
|
|||
PKG_EXTRA="android-tools argyllcms aspell axel blueman bluez cadaver clang cmake cmus coin-or-mp colord colord-gtk cups cups-filters cups-pdf cups-pk-helper datamash dialog dos2unix doxygen easytag elinks exfatprogs expac expect extra-cmake-modules fdupes feh ffmpeg figlet foomatic-db foomatic-db-engine foomatic-db-gutenprint-ppds foomatic-db-ppds freeglut freerdp gdb go graphicsmagick gspell gutenprint hspell hwinfo i7z id3v2 inetutils intel-media-sdk iotop jhead jq ladspa libdvdcss libisoburn libmicrohttpd libmp4v2 libtiger libvoikko links llvm logrotate lua lynx man-pages mcpp meld mercurial mplayer mpv msr-tools namcap nano ncftp netctl nethogs noto-fonts noto-fonts-cjk numactl nuspell ocl-icd onevpl-intel-gpu opusfile p7zip pacman-contrib pacutils perf perl-image-exiftool perl-net-dbus picard qt5-tools qt5-wayland qt5-xmlpatterns restic rtkit rust sdl_image sg3_utils sqlitebrowser subversion syslinux sysstat system-config-printer texlive-bin thunderbird tigervnc time tree tk transmission-gtk ttf-hack ttf-hannom ttf-opensans usbutils vamp-plugin-sdk vi vorbis-tools weechat words xine-lib zig"
|
||||
|
||||
# Things that get dragged in by xorg to remove
|
||||
PKG_XDEL="xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-alias-100dpi xorg-fonts-alias-75dpi mod_dnssd apache"
|
||||
PKG_XDEL="xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-alias-100dpi xorg-fonts-alias-75dpi"
|
||||
|
||||
# Where we'll log all actions (in the chroot)
|
||||
ACTLOG="/root/archxfce.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue