[Bug 1444477] Re: preseed ubiquity install from usbstick
ubuntushop
info at ubuntushop.be
Thu Apr 16 06:31:38 UTC 2015
ok, got it running with:
ubiquity ubiquity/success_command string chroot /target wget http://ipaddress/num.sh && cp /target/num.sh /target//usr/local/sbin/ && chmod +x /target/usr/local/sbin/num.sh && chmod 777 /target/usr/local/sbin/num.sh && bash /target/usr/local/sbin/num.sh > /target//var/log/num.txt;
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1444477
Title:
preseed ubiquity install from usbstick
Status in ubiquity package in Ubuntu:
New
Bug description:
I am not able to run a bash script in the ubiquity ubiquity/success_command when oem-config.
Script get's in the target and made executable, but never run:
ubiquity ubiquity/success_command \
string chroot /target wget http://ipadress/num.sh; \
chroot /target chmod +x num.sh; \
chroot /target /bin/chmod 777 num.sh; \
chroot /target /bin/bash /target/num.sh;
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1444477/+subscriptions
More information about the foundations-bugs
mailing list