diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 12:48:50 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 12:48:50 +0100 |
commit | d4d566b85fb34ca4f57fee06c5f4b52bb675d687 (patch) | |
tree | d32d4d11e63a8c4184a69eab2fb065717b34a33e | |
parent | 90c33e09c1e1868b80f3594475e90c1ea765c99e (diff) |
allow argent version of vasile to be installed side by side
-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" |