summaryrefslogtreecommitdiffstats
path: root/liveinit
diff options
context:
space:
mode:
Diffstat (limited to 'liveinit')
-rwxr-xr-xliveinit3
1 files changed, 3 insertions, 0 deletions
diff --git a/liveinit b/liveinit
index 0c32d33..088d4dd 100755
--- a/liveinit
+++ b/liveinit
@@ -419,6 +419,9 @@ EOPW
sed -i -e "s/^\(127.0.0.1\t*\)@DARKSTAR@.*/\1${LIVE_HOSTNAME}.example.net ${LIVE_HOSTNAME}/" /mnt/overlay/etc/hosts
fi
+ # Delete ALSA state file, the Live OS may be booted on different computers:
+ rm -f /mnt/overlay/var/lib/alsa/asound.state
+
# Copy contents of rootcopy directory (may be empty) to overlay:
cp -af /mnt/media/${LIVEMAIN}/rootcopy/* /mnt/overlay/ 2>/dev/null