diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-01-18 16:22:36 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-01-18 16:22:36 +0100 |
commit | b6939bf6e772108c6afd8d610d73fc080c495255 (patch) | |
tree | 3d4d8595745289e64bedd95cd50643d8f23d27b0 /qinit | |
parent | 786f7d9389ea88c8dafdb2a1d1cd35cc98cc679e (diff) | |
download | bin-b6939bf6e772108c6afd8d610d73fc080c495255.tar.gz bin-b6939bf6e772108c6afd8d610d73fc080c495255.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'qinit')
-rwxr-xr-x | qinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ shopt -s nullglob ### Paths ################################ #declare config_root=/mnt/levant/nfs/tmp/Florian/qemu declare config_root=/mnt/data/qemu -declare -r machines=$config_root/machines +declare -r machines=~/.config/qinit-machines declare isoroot=$config_root declare imgroot=$config_root |