summaryrefslogtreecommitdiff
path: root/configs/profile/rebuild.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-06-25 00:02:18 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 19:32:36 -0400
commit02d130087921238a0edd14f070a6a874903afef9 (patch)
treecd113d6cb13fa44bdd4145683f8de5431684f613 /configs/profile/rebuild.sh
parent5e9d927b61fa3674cfd874f9520077648df88d1f (diff)
housekeeping
Diffstat (limited to 'configs/profile/rebuild.sh')
-rwxr-xr-xconfigs/profile/rebuild.sh35
1 files changed, 19 insertions, 16 deletions
diff --git a/configs/profile/rebuild.sh b/configs/profile/rebuild.sh
index f896460..29c47e1 100755
--- a/configs/profile/rebuild.sh
+++ b/configs/profile/rebuild.sh
@@ -1,21 +1,24 @@
#!/bin/bash
-readonly MODE='wipe' # total wipe of work dir optionally preserving package cache
-readonly PRESERVE_CACHE='false' # preserve package cache in 'wipe' mode
-# readonly MODE='rebuild' # full update rebuild preserving work dir
-# readonly MODE='tweak' # apply chroot customization tweaks only
-readonly TARGET='dual' # dual-arch (default)
-# readonly TARGET='i686' # i686 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 TALKING='' # speech and braille disabled (default)
-# readonly TALKING='-S' # speech and braille enabled
-readonly CACHE='' # net-install (default)
-# readonly CACHE='-O' # offline install
-readonly VERSION="`date +%Y.%m.%d`" # for ISO filename (default)
+## rebuild.sh options ##
+readonly PRESERVE_CACHE='false' # preserve package cache in 'wipe' mode
+readonly MODE='wipe' # total wipe of work dir, optionally preserving package cache
+# readonly MODE='rebuild' # full update rebuild preserving work dir
+# readonly MODE='tweak' # apply chroot customization tweaks only
+
+## build.sh options ##
+readonly TARGET='dual' # dual-arch (default)
+# readonly TARGET='i686' # i686 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 TALKING='' # speech and braille disabled (default)
+# readonly TALKING='-S' # speech and braille enabled
+readonly CACHE='' # net-install (default)
+# readonly CACHE='-O' # offline install
+readonly VERSION="$(date +%Y.%m)" # for ISO filename (default)
# readonly VERSION="`date +%Y.%m.%d-%H.%M`-alpha"
readonly OUT_DIR=./out/new/