add more firmware to slax, do not use device labels in media, chown guest dir
This commit is contained in:
+4
-1
@@ -7,7 +7,10 @@ apt-get dist-upgrade --yes
|
||||
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 \
|
||||
firmware-linux-free firmware-linux-nonfree
|
||||
firmware-linux-free firmware-linux-nonfree \
|
||||
firmware-atheros firmware-bnx2 firmware-brcm80211 firmware-cavium \
|
||||
firmware-ipw2x00 firmware-iwlwifi firmware-libertas firmware-realtek \
|
||||
firmware-ti-connectivity firmware-zd1211
|
||||
|
||||
ln -sf bash /bin/sh
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ rm -Rf /usr/share/icons/gnome/256x256
|
||||
mv /usr/bin/chromium /usr/bin/chromium-launcher
|
||||
|
||||
(cd rootcopy && cp --parents -afr * /)
|
||||
chown guest.users /home/guest
|
||||
chown -R guest.users /home/guest/.config
|
||||
|
||||
rm -Rf /squashfs-root/root/.fluxbox
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=Web Browser
|
||||
Exec=/usr/bin/chromium
|
||||
Exec=chromium
|
||||
Terminal=false
|
||||
Icon=chromium
|
||||
|
||||
Reference in New Issue
Block a user