Template:Copying Alpine to Flash: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Copy Alpine to a {{{1|Flash Medium}}} == | |||
# Insert the removable {{{1|flash medium (CF or USB stick)}}} into the computer. | # Insert the removable {{{1|flash medium (CF or USB stick)}}} into the computer. | ||
# Determine the name your computer uses for your {{{1|flash medium}}}. The following step is one way to do this. | # Determine the name your computer uses for your {{{1|flash medium}}}. The following step is one way to do this. |
Revision as of 14:09, 9 October 2009
Copy Alpine to a Flash Medium
- Insert the removable flash medium (CF or USB stick) into the computer.
- Determine the name your computer uses for your flash medium. The following step is one way to do this.
- After inserting the flash medium, run the command:
dmesg
- At the end of this command you should see the name of your flash medium, likely starting with "sd". (For example: "sda").
- The remainder of this document will assume that your flash medium is called /dev/sda
- Format the flash medium with a VFAT filesystem:
mkdosfs -F32 /dev/sda1 syslinux /dev/sda1
- Mount the Alpine Linux CD-ROM, and copy the files to the flash medium
mount /media/cdrom
cd /media/cdrom
cp -a .alpine-release * /media/sda1/