diff --git a/etc/rc b/etc/rc index 076f0dc30a..50f8f50bb0 100755 --- a/etc/rc +++ b/etc/rc @@ -44,8 +44,10 @@ fi /sbin/conscontrol mute off -/bin/mkdir -p /usr/savecore 2>/dev/null -/sbin/savecore /usr/savecore $SWAPDEVICE +if [ ! "$PLATFORM" = "cdrom" ]; then + /bin/mkdir -p /usr/savecore 2>/dev/null + /sbin/savecore /usr/savecore $SWAPDEVICE +fi # Repair symlinks if they are broken if [ ! -L /etc/hosts ]; then