install-on-USB bug ?
Posted: 11. May 2010, 19:21
Hi,
I use install-on-USB provided with salixlive-13.0.iso (downloaded Friday May the 8th). I should run twice the script before the USB drive can boot and I have the following message after each successfully execution (with fr_FR@euro on Slackware 13.0 box) :
I look into the script "install-on-USB version 1.2" and I find this :
+ grub-install is launched before the files of the ISO are copied to the USB disk
+ the last exit run the commands programmed with trap instruction
After see this, I just launch the grub-install after the execution of the script, and the USB drive can boot my laptop. I do nothing for the trap messages, it is just a message...
I use install-on-USB provided with salixlive-13.0.iso (downloaded Friday May the 8th). I should run twice the script before the USB drive can boot and I have the following message after each successfully execution (with fr_FR@euro on Slackware 13.0 box) :
Code: Select all
Installation finished. No error reported.
umount: /tmp/tmp.j4fRWt: n'a pas été trouvé
+ grub-install is launched before the files of the ISO are copied to the USB disk
+ the last exit run the commands programmed with trap instruction
After see this, I just launch the grub-install after the execution of the script, and the USB drive can boot my laptop. I do nothing for the trap messages, it is just a message...