summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-01-17 16:30:24 +0100
committer Eric Hameleers <alien@slackware.com>2021-01-17 16:30:24 +0100
commit41df52e9c6f3d3c9fafe16c3fdc4165d30d2a350 (patch)
tree7ba23b3528f52fae805cea2870f2c2020d3848b7
parent05812bb39c16c28d06c4676c1d6cd5a04e1e3572 (diff)
downloadliveslak-41df52e9c6f3d3c9fafe16c3fdc4165d30d2a350.tar.gz
liveslak-41df52e9c6f3d3c9fafe16c3fdc4165d30d2a350.tar.xz
DAW: add Console OS boot option
-rwxr-xr-xmake_slackware_live.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 2c0f1f1..5c1bcf6 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -161,7 +161,7 @@ ONLY_ISO="NO"
# The name of the directory used for storing persistence data:
PERSISTENCE=${PERSISTENCE:-"persistence"}
-# Add a Core OS to load into RAM (currently only supported for XFCE and LEAN):
+# Add a Core OS to load into RAM (currently supported for XFCE, LEAN, DAW):
CORE2RAM=${CORE2RAM:-"NO"}
CORE2RAMMODS="${MINLIST} noxbase"
@@ -1204,7 +1204,7 @@ case "$LIVEDE" in
;;
esac
-if [ "${CORE2RAM}" == "YES" ] || [ "${LIVEDE}" == "XFCE" ] || [ "${LIVEDE}" == "LEAN" ] ; then
+if [ "${CORE2RAM}" == "YES" ] || [ "${LIVEDE}" == "XFCE" ] || [ "${LIVEDE}" == "LEAN" ] || [ "${LIVEDE}" == "DAW" ] ; then
# For now, allow CORE2RAM only for the variants that actually
# have the required modules in their system list.
# TODO: create these modules separately in the 'core2ram' subdirectory.