|
#!/bin/bash
|
|
|
|
# Installing symlinks in the chroot
|
|
# We might be changing directories with each symlink.
|
|
# Don't assume each instance will be from ~/ for the root user.
|
|
|
|
# Put a .png at ~/.face from within /etc/skel
|
|
ln -s /usr/bin/autoconfig.sh /etc/skel/autostart
|
|
|