summaryrefslogtreecommitdiff
path: root/adelie-build-cd
diff options
context:
space:
mode:
Diffstat (limited to 'adelie-build-cd')
-rwxr-xr-xadelie-build-cd8
1 files changed, 8 insertions, 0 deletions
diff --git a/adelie-build-cd b/adelie-build-cd
index 3e90f8c..a33d477 100755
--- a/adelie-build-cd
+++ b/adelie-build-cd
@@ -342,6 +342,14 @@ case $PHASE in
prepare_cdroot
create_iso
;;
+ all_but_iso)
+ clean_dirs
+ install_pkgs
+ make_structure
+ make_initrd
+ squash_it
+ prepare_cdroot
+ ;;
*)
fatal
printf 'Unknown phase %s. Stop.\n' $PHASE