summaryrefslogtreecommitdiff
path: root/configs/profile/rebuild.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-04-18 22:12:19 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-04-18 22:12:19 -0400
commitf13a7f7b3e1168a2d590f3497c87ddf6c7e70e98 (patch)
tree0e299ece410724b03e4933d229a202bfe3a19fad /configs/profile/rebuild.sh
parent1fa241be2bc01ccddae427862fd4c5aeb87fb1e8 (diff)
squishme too
Diffstat (limited to 'configs/profile/rebuild.sh')
-rwxr-xr-xconfigs/profile/rebuild.sh27
1 files changed, 14 insertions, 13 deletions
diff --git a/configs/profile/rebuild.sh b/configs/profile/rebuild.sh
index 72bb176..1bfc1d4 100755
--- a/configs/profile/rebuild.sh
+++ b/configs/profile/rebuild.sh
@@ -1,18 +1,19 @@
#!/bin/bash
-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='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 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
+readonly MODE='wipe' # total wipe of work dir preserving package cache
+# 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 CACHE='' # net-install (default)
+# readonly CACHE='-O' # offline install
+readonly VERSION="`date +%Y.%m.%d`" # for ISO filename (default)
+# readonly VERSION="`date +%Y.%m.%d-%H.%M`-alpha"
((`id -u`)) && echo "This script must be run with root privileges." && exit