add firmwares, add changelog

pull/40/head
TomasM 2017-12-12 07:15:32 -05:00
parent 842ccc1cda
commit 705413b33a
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,27 @@
TODO:
make persistent changes default when booting from writable media
(and offer "fresh start" in boot menu instead)
add @ntfs-3g support, add ext4 support for bootable device
update syslinux
add wicd as wifi configurator
make keyboard layout persistent
make xlunch refresh on start to see newly installed apps
fb keys: OnDesktop Mouse1 :MacroCmd {WindowMenu} {HideMenus}
reimplement xrandr screen resolution change, use --mode somehow
consider gsettings-desktop-schemas
add thunar or pcmanfm
* Slax 9.3.0
added wireless tools
added firmware (free and nonfree)
added contrib and nonfree repositories
fixed apt-get alias parameters handling
* Slax 9.2.1
initial release of Slax based on Debian

View File

@ -6,7 +6,9 @@ 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 mdadm smartmontools dosfstools lsof htop gddrescue rsync netcat ssh gpm wireless-tools hdparm sdparm mdadm smartmontools dosfstools lsof htop gddrescue rsync netcat ssh gpm wireless-tools \
firmware-linux-free firmware-linux-nonfree
ln -sf bash /bin/sh ln -sf bash /bin/sh
CWD="$(pwd)" CWD="$(pwd)"