This commit is contained in:
2026-03-20 00:45:28 +01:00
parent 347df1cad3
commit ef25c9d363
2 changed files with 3 additions and 2 deletions

View File

@@ -1043,6 +1043,7 @@ CONFIG_SOUND=y
# Advanced Linux Sound Architecture
#
# CONFIG_SND is not set
CONFIG_SND=y
#
# Open Sound System

View File

@@ -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