summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild (renamed from build64)0
-rwxr-xr-xiso (renamed from iso64)0
-rwxr-xr-xvasile8
3 files changed, 4 insertions, 4 deletions
diff --git a/build64 b/build
index c4c507f..c4c507f 100755
--- a/build64
+++ b/build
diff --git a/iso64 b/iso
index 462c67b..462c67b 100755
--- a/iso64
+++ b/iso
diff --git a/vasile b/vasile
index f0190a4..39cc017 100755
--- a/vasile
+++ b/vasile
@@ -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"