Thread Previous • Date Previous • Date Next • Thread Next |
Hi Nio, Ok, complete revert to the old branch. Now the only modifications are adding getpath() { if [ -f "/home/$USER/obi" ] then dpath="/home/$USER" elif [ -f "$PWD/obi" ] then dpath="$PWD" elif [ -f "${HOME}/obi" ] then dpath="${HOME}" elif [ -f "/usr/share/OBI/obi" ] then dpath="/usr/share/OBI" else echoout "$ScriptnotfoundChangedirectory" exit 1 fi echo "$dpath" }To get the location of position_win (I renamed the script as position_win instead of sourcing it as a function, and removing the function portion) which is now used like this:
dpath=$(getpath) "$dpath"/position_winI will test it before I ask you too, but I have something going on that will most likely keep me away for a while.
I am a bit distracted because of the intensity of real life right now. Feel free to test it if you want, it is building so not sure when On 04/24/2016 10:17 AM, Nio Wiklund wrote:
Hi Israel,Now it stops directly after the splash. It is meaningless to ask us to test like this. You must test yourself that at least the most basic features work before you ask us to test.The log file says: OBI version in apt is: CANCELED Best regards Nio Den 2016-04-24 kl. 16:37, skrev Israel:Hey Jack and Nio, I am building a new version of OBI in Launchpad... it will be revision 207 just update in the ISO, and if you get something like: obi-installer - 3.1.1ubuntu0-207~ubuntu14.04.1 This is the one to test. I tried fixing what is there all ready (all my work to fix the shellcheck errors etc...), but if this doesn't work I will revert totally to 202 (the working version) and add Nio's minor fix and leave all the other shellcheck issues to rest until we release 1.0. ALSO: Could you please send the $HOME/obi-installer.log when you test it! This is in the live ISO, AND if it installs successfully this will be on the installed computer as well in the user's $HOME that you created. On 04/24/2016 04:21 AM, Cinque Port Computers wrote:Hi Israel, Latest zsync and install attempt in VB seems to fail with msg something like "0 ext4 partitions found in /mnt/fstab should be 1..." after tarball is expanded and copied to /dev/sda, with /dev/sda1 as root and /dev/sda2 as swap. ...so can't install. Cheers, JackT.------------------------------------------------------------------------To: nio.wiklund@xxxxxxxxx; torios-dev@xxxxxxxxxxxxxxxxxxx From: israeldahl@xxxxxxxxx Date: Sat, 23 Apr 2016 20:12:35 -0500 Subject: Re: [Torios-dev] New upload On 04/23/2016 05:13 PM, Nio Wiklund wrote:<br /><b>[confirm-partition]</b><br /> 0 ext4 partitions in /mnt/etc/fstab, should be 1Hi Nio, This is the line you are talking about. confirm-partition is indeed the 'advanced' version. I did change a few things, but nothing that should cause issues. I think I need to add a way to get the version of OBI into the logfile, that way I can track the commit better. Can you update OBI in the live session and see if things work better. I cleaned up a bunch recently using shellcheck to go through and make things better (hopefully). Let me know if the newest works better. It should be: obi-installer - 3.1.1ubuntu0-205~ubuntu14.04.1<https://code.launchpad.net/%7Etorios-dev/+archive/ubuntu/torios-core/+build/9621613>205 is the important number... -- Regards -- Mailing list: https://launchpad.net/~torios-dev Post to : torios-dev@xxxxxxxxxxxxxxxxxxx Unsubscribe : https://launchpad.net/~torios-dev More help : https://help.launchpad.net/ListHelp-- Regards
-- Regards
Thread Previous • Date Previous • Date Next • Thread Next |