summaryrefslogtreecommitdiff
path: root/configs/profile/rebuild.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-03-17 11:41:43 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-03-17 11:41:43 -0400
commit83200b7ac53429c82c8a81f5078fbd97deb4d923 (patch)
tree2c3e98b6f3798a5709704e32a0c700b0884f6bef /configs/profile/rebuild.sh
parent9ba1697c1c342ebc1cf9c9af885fd7f88409febf (diff)
deleteme
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