dennis sexton wrote: > /beadm cre?ate snv-134 > beadm mount snv-134 /mnt > pkg install ?R /mnt [email protected],5.11?0.134 > bootadm update-archive ?R /mnt > beadm unmount snv-134 > beadm acti?vate snv-134 > reboot > > > The above syntax didn't work for me > > pfexec pkg install -R /mnt [email protected],5.11-0.134 > pkg: illegal install option -- R
The "-R /mnt" has to come before "install", not after. Try: pfexec pkg -R /mnt install [email protected],5.11-0.134 -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
