diff options
-rwxr-xr-x | build (renamed from build64) | 0 | ||||
-rwxr-xr-x | iso (renamed from iso64) | 0 | ||||
-rwxr-xr-x | vasile | 8 |
3 files changed, 4 insertions, 4 deletions
@@ -59,15 +59,15 @@ export local isoefibootdirx64=""$isorootdirx64"/efi/boot" export local dracutrdx64="initramfs-genkernel-"$isomainarchx64"-"$kernelver"" export local dracutcmdx64="dracut -N -o systemd -o systemd-initrd -o systemd-networkd -o dracut-systemd --force --kver "$kernelver" "/boot/"$dracutrdx64""" -source /usr/lib/vasile/libvasile +source /usr/lib/vasile-kogaion/libvasile case $1 in - --build64) source /usr/share/vasile/build64 + --build) source /usr/share/vasile-kogaion/build ;; - --iso64) source /usr/share/vasile/iso64 + --iso) source /usr/share/vasile-kogaion/iso ;; --help) echo -e "" - echo -e "Usage: vasile [options]" + echo -e "Usage: vasile-kogaion [options]" echo -e "" echo -e "Options:" echo -e "--build64 : build package/target in a clean x64 squashed core" |