Template:Copying Alpine to Flash: Difference between revisions

From Alpine Linux
mNo edit summary
m (Remove redirect. (target is also RfD))
 
(32 intermediate revisions by 10 users not shown)
Line 1: Line 1:
== Copy Alpine to a {{{1|Flash Medium}}} ==
{{Delete|This redirect is to an include that is obsolete and is completely unused on the wiki}}
 
# 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.
## After inserting the {{{1|flash medium}}}, run the command:
{{Cmd|dmesg}}
## At the end of this command you should see the name of your {{{1|flash medium}}}, likely starting with "sd". (For example: "sda").
## The remainder of this document will assume that your {{{1|flash medium}}} is called /dev/sda
# Format the {{{1|flash medium}}} with a VFAT filesystem:
{{Cmd|mkdosfs -F32 /dev/sda1
syslinux /dev/sda1}}
# Mount the Alpine Linux CD-ROM, and copy the files to the {{{1|flash medium}}}
{{Cmd|mount /media/cdrom}}
{{Cmd|cd /media/cdrom}}
{{Cmd|cp -a .alpine-release * /media/sda1/ }}

Latest revision as of 06:15, 14 August 2023

This material is proposed for deletion ...

This redirect is to an include that is obsolete and is completely unused on the wiki (Discuss)
Make sure no other pages link here and check the page's history before deleting.