diff options
Diffstat (limited to 'kvasile')
-rwxr-xr-x | kvasile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,9 +57,9 @@ export local dracutcmd="dracut -N -o systemd -o systemd-initrd -o systemd-networ source /usr/lib/kvasile/libkvasile case $1 in - --buildpkg) source /usr/share/kvasile/buildpkg + --buildpkg) source /usr/share/kvasile/makepkg ;; - --buildiso) source /usr/share/kvasile/buildiso + --buildiso) source /usr/share/kvasile/makeiso ;; --usermode) source /usr/share/kvasile/modereset source /usr/share/kvasile/usermodeset @@ -71,8 +71,8 @@ case $1 in echo -e "Usage: kvasile [options]" echo -e "" echo -e "Options:" - echo -e "--buildpkg : build package/target in a clean squashed core" - echo -e "--buildiso : build iso based on clean squashed core + targets" + echo -e "--makepkg : build package/target in a clean squashed core" + echo -e "--makeiso : build iso based on clean squashed core + targets" echo -e "--usermode : switch INSTALLED Kogaion system to usermode (use binary packages from repositories)" echo -e "--devmode : switch INSTALLED Kogaion system to devmode (use source packages from portage tree )" echo -e "--help : display this help and exit" |