add firmwares, add changelog
parent
842ccc1cda
commit
705413b33a
|
|
@ -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
|
||||
|
|
@ -6,7 +6,9 @@ apt-get dist-upgrade --yes
|
|||
# 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 \
|
||||
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
|
||||
|
||||
CWD="$(pwd)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue