summaryrefslogtreecommitdiff
path: root/configs/profile/rebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/rebuild.sh')
-rwxr-xr-xconfigs/profile/rebuild.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/profile/rebuild.sh b/configs/profile/rebuild.sh
index 3f212c6..72bb176 100755
--- a/configs/profile/rebuild.sh
+++ b/configs/profile/rebuild.sh
@@ -3,15 +3,15 @@
readonly MODE='wipe' # total wipe of work dir preserving package cache
# readonly MODE='rebuild' # full update rebuild preserving work dir
# readonly MODE='tweak' # chroot customization tweaks only
-readonly TARGET='dual' # dual-arch (default)
+# readonly TARGET='dual' # dual-arch (default)
# readonly TARGET='i686' # i686 target only
-# readonly TARGET='x86_64' # x86_64 target only
+readonly TARGET='x86_64' # x86_64 target only
# readonly EDITION='OpenRC/CLI' # OpenRC/CLI init/WM-DE pair
# readonly EDITION='OpenRC/LXDE' # OpenRC/LXDE init/WM-DE pair
-readonly EDITION='SystemD/CLI' # SystemD/CLI init/WM-DE pair (default)
-# readonly EDITION='SystemD/LXDE' # SystemD/LXDE init/WM-DE pair
-readonly CACHE='' # net-install (default)
-# readonly CACHE='-O' # offline install
+# readonly EDITION='SystemD/CLI' # SystemD/CLI init/WM-DE pair (default)
+readonly EDITION='SystemD/LXDE' # SystemD/LXDE init/WM-DE pair
+# readonly CACHE='' # net-install (default)
+readonly CACHE='-O' # offline install
readonly VERSION="`date +%Y.%m.%d-%H.%M`-alpha" # ISO filename like: parabola-<EDITION>-<TARGET>-<VERSION>.iso