diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-12-09 18:47:39 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-12-09 18:47:39 +0000 |
commit | e28bc3bc338f9b2cfa0e3a8841e76604761712cc (patch) | |
tree | 498196f18e08cd3f794305a49aef0ed6662f1cf1 /libvasile | |
parent | e1cf4074a3c5086eddf38b100db9fd14b9a2a98b (diff) |
start moving common iso things into libvasile
Diffstat (limited to 'libvasile')
-rwxr-xr-x | libvasile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ export local chrootportageconfig="ln -sf /opt/kogaion-build/conf/intel/portage / export local chrootenvupdate="/usr/sbin/env-update && . /etc/profile" export local chrootprofile="eselect profile set 1" +# arch independent iso variables + +export local coremnt="/tmp/"$isoname"" +export local kernelver="3.14.0-"$releasename"" + # generic arch independent functions (used for both build && iso creation) kernelconfig () { |