You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
435 B
19 lines
435 B
#!/bin/bash
|
|
|
|
CWD=$(dirname $(readlink -f $0))
|
|
|
|
echo "wicd-daemon wicd/users multiselect live" | debconf-set-selections
|
|
|
|
apt-get update >>$OUTPUT 2>&1
|
|
apt-get install --no-install-recommends --yes \
|
|
medit \
|
|
qalculate-gtk \
|
|
pcmanfm \
|
|
lxtask \
|
|
xarchiver xdg-utils libgconf-2-4 \
|
|
network-manager-gnome >>$OUTPUT 2>&1
|
|
|
|
(cd /rootcopy && cp --parents -afr * /)
|
|
|
|
chown live:live /home/live
|
|
chown -R live:live /home/live
|