summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-17 12:48:50 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-17 12:48:50 +0100
commitd4d566b85fb34ca4f57fee06c5f4b52bb675d687 (patch)
treed32d4d11e63a8c4184a69eab2fb065717b34a33e
parent90c33e09c1e1868b80f3594475e90c1ea765c99e (diff)
allow argent version of vasile to be installed side by side
-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"