From 386699a058d1725d154420acc01bdedd40c5c9d0 Mon Sep 17 00:00:00 2001 From: udeved Date: Thu, 21 May 2015 23:23:00 +0200 Subject: [PATCH] [scripts] add comment for swap --- scripts/livecd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/livecd b/scripts/livecd index 7f69fc3..c4a4ed1 100755 --- a/scripts/livecd +++ b/scripts/livecd @@ -13,8 +13,10 @@ arch=$(uname -m) echo "update fstab for swap" > /tmp/livecd.log -## Systemd should do it # scan_swap +## Systemd should do it +# should or should not? +# [[ -d /run/openrc ]] && configure_swap configure_swap echo "set locale" >> /tmp/livecd.log