diff --git a/config-kernel b/config-kernel index 9bb16b7..7720ed2 100644 --- a/config-kernel +++ b/config-kernel @@ -1043,6 +1043,7 @@ CONFIG_SOUND=y # Advanced Linux Sound Architecture # # CONFIG_SND is not set +CONFIG_SND=y # # Open Sound System diff --git a/zzz-config-live.sh b/zzz-config-live.sh index 818031b..3558e01 100644 --- a/zzz-config-live.sh +++ b/zzz-config-live.sh @@ -50,7 +50,7 @@ xterm*faceName: Terminus xterm*faceSize: 10 EOF -cat >> /etc/skel/bash.bashrc <<'EOF' +cat >> /etc/skel/.bashrc <<'EOF' PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' alias apt='apt-get' if [ -x /usr/bin/dircolors ]; then @@ -68,7 +68,7 @@ chmod 0644 \ /etc/skel/.gtkrc-2.0 \ /etc/skel/.Xresources \ /etc/skel/.fluxbox/init \ - /etc/skel/bash.bashrc + /etc/skel/.bashrc # Locale if [ -x /usr/sbin/locale-gen ]; then