diff --git a/Slax/debian/install b/Slax/debian/install index f61ec5f..8dbb941 100644 --- a/Slax/debian/install +++ b/Slax/debian/install @@ -6,14 +6,16 @@ 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 ntfs-3g +hdparm sdparm mdadm smartmontools dosfstools lsof htop gddrescue rsync netcat ssh gpm wireless-tools ntfs-3g rfkill ln -sf bash /bin/sh +apt-get remove --yes vim* grub* debconf-i18n installation-report + CWD="$(pwd)" cd /tmp apt-get download acpi-support dpkg -x acpi-support*.deb /tmp/acpisupport cd /tmp/acpisupport cp -aR * / -cd "$CWD" \ No newline at end of file +cd "$CWD" diff --git a/Slax/debian/modules/03-desktop/build b/Slax/debian/modules/03-desktop/build index 2adf16c..bbb5542 100755 --- a/Slax/debian/modules/03-desktop/build +++ b/Slax/debian/modules/03-desktop/build @@ -61,10 +61,10 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin # add xlunch from sources -wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.2.6.tar.gz +wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.2.8.tar.gz cd /tmp tar -xf xlunch.tar.gz -cd xlunch-3.2.6 +cd xlunch-3.2.8 make cp xlunch /squashfs-root/usr/bin cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick