slax core install fixups
parent
26bbb6e296
commit
82d748fdb8
|
|
@ -2,11 +2,13 @@
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get dist-upgrade --yes
|
apt-get dist-upgrade --yes
|
||||||
|
|
||||||
# if kernel was upgraded, you may need to reboot
|
# if kernel was upgraded, you may need to reboot
|
||||||
apt-get install --yes --no-install-recommends mc squashfs-tools genisoimage zip unzip psmisc net-tools \
|
apt-get install --yes --no-install-recommends mc squashfs-tools genisoimage zip unzip psmisc net-tools \
|
||||||
alsa-utils man less xz-utils ca-certificates openssl acpid acpi-support-base powermgmt-base bzip2 gpart \
|
alsa-utils man less xz-utils ca-certificates openssl acpid acpi-support-base powermgmt-base bzip2 gpart \
|
||||||
hdparm sdparm lvm2 mdadm smartmontools powertop reiserfsprogs \
|
hdparm sdparm mdadm smartmontools powertop reiserfsprogs dosfstools lsof htop gddrescue rsync \
|
||||||
dosfstools lsof htop gddrescue rsync tcpdump iptraf mtr netcat ssh screen ncurses-term
|
tcpdump iptraf netcat ssh screen ncurses-term
|
||||||
|
|
||||||
apt-get remove --yes libicu* libperl* libxml2 mime-support perl perl-modules-5.24 sgml-base shared-mime-info xdg-user-dirs xml-core
|
apt-get remove --yes libicu* libperl* libxml2 mime-support perl perl-modules-5.24 sgml-base shared-mime-info xdg-user-dirs xml-core
|
||||||
ln -sf bash /bin/sh
|
ln -sf bash /bin/sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue