Results 1 to 10 of 38

Thread: [PPC] How to make a Live CD a Live USB stick

Threaded View

  1. #11
    Join Date
    Mar 2006
    Beans
    393

    Re: [PPC] How to make a Live CD a Live USB stick

    Quote Originally Posted by truerobotech View Post
    I have assumed its a bad initial install so im working on the boot from usb process.

    When i get to this point

    (cd /cdrom ; tarcBpf -.) | (cd /mnt ; tar xvBpf -)

    I get a mssg back

    bash: tarcBpf: command not found
    The command you want is:
    Code:
    (cd /cdrom ; tar cBpf - .) | (cd /mnt ; tar xvBpf -)
    There are some spaces missing in the original.

    I have create my own version of how to do this: see attached.
    Attached Files Attached Files
    Just my 0.00000002 million dollars worth,
    Shawn

    Programming is as much about organization and communication as it is about coding.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •