From df2538f42c578745a581e1ea5a75ee00998ad725 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Tue, 9 May 2023 21:22:30 +0000 Subject: [PATCH] tutorial - wifi .. added the methos to get pacakges from the EXTENDED ISO media source installation --- tutorials/alpine-tutorial-wifi-routering.md | 28 +++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/tutorials/alpine-tutorial-wifi-routering.md b/tutorials/alpine-tutorial-wifi-routering.md index 084cce8..f3ce3e6 100644 --- a/tutorials/alpine-tutorial-wifi-routering.md +++ b/tutorials/alpine-tutorial-wifi-routering.md @@ -114,6 +114,34 @@ package taken from it manually. The most easy option is to first use a wired connetion that provides internet, so you can easyle install the necesary packages to perform the wifi setup. +#### Option 3 using the USB ISO file as media repository + +This means you already have the source instalation media as a ISO file in +a phisical medium like USBstick or USBdrive, and can you put it on the +installed Alpine linux to later mount and use as source media repository: + +1. You of course must have already installed Alpine linux +2. Put the already USB in to a port and try to mount in `/media/cdrom` + * You must guess witch device is your USB sctick, use `blkid` command to identify then + * The output of the command will show some string, your usb **label** will appears + * Note the path device of your indentification USB, its the first one like `/dev/sdg` +3. Now mount the USB media as the iso, like `mount /dev/sdg /media/cdrom` +4. Now run command `echo "/media/cdrom/apk" > /etc/apk/repositories` as root +5. After run such command you can now foward to the next section "install the packages" + +#### Option 4 using the burned CDROM media from the iso file + +This means you already have the source instalation media recorded as a CDROM/DVDROM +as phisical medium, and can you put it on the optical drive of your computer, **this +media source ISO CDROM/DVDROM must be the EXTENDED ISO image**, and you wil use it as +source repository: + +1. You of course must have already installed Alpine linux +2. Put the already burned CD/DVD source media of Alpine in the optincal drive +3. Now mount the source disc media as `mount /dev/cdrom /media/cdrom -t iso9660` +4. Now run command `echo "/media/cdrom/apk" > /etc/apk/repositories` as root +5. After run such command you can now foward to the next section "install the packages" + ### 2 - Install the packages Wireless need a special packages, the pacakge `iwd` is available since 3.10 but