How-to-Make-a-Computer-Operating-System icon indicating copy to clipboard operation
How-to-Make-a-Computer-Operating-System copied to clipboard

Chapter 3 - bootdisk/* no such file or directory

Open SamTebbs33 opened this issue 11 years ago • 2 comments

I've got to chapter 3 and am trying to run the cp -R bootdisk/* /mnt/ command from inside /vagrant (I have also tried running it from the root directory) but it keeps telling me that the directory doesn't exist.

SamTebbs33 avatar Sep 06 '14 20:09 SamTebbs33

you need copy repository src/sdk/bootdisk into you directory.Because the bootdisk in the book not mention

zyfjeff avatar Oct 03 '14 14:10 zyfjeff

You need copy the src into your vagrant's directory , the /vagrant is a share directory on your computer, so you can copy it easy.Only need move src to your vagrant's directory.

anonymousch avatar Oct 07 '14 08:10 anonymousch