Howto install alpine raspberrypi5: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) No edit summary |
Mandulete1 (talk | contribs) |
||
Line 2: | Line 2: | ||
* archlinux | * archlinux | ||
install the following tools: | install the following tools: | ||
pacman -Sy util-linux parted wget rsync coreutils dosfstools e2fsprogs git --noconfirm | pacman -Sy util-linux parted wget rsync coreutils dosfstools e2fsprogs qemu-user-static git --noconfirm | ||
= create alpine image = | = create alpine image = | ||
clone vidalinux alpine git repo: | clone vidalinux alpine git repo: |
Revision as of 04:48, 31 July 2025
install tools
- archlinux
install the following tools:
pacman -Sy util-linux parted wget rsync coreutils dosfstools e2fsprogs qemu-user-static git --noconfirm
create alpine image
clone vidalinux alpine git repo:
git clone https://github.com/vidalinux/alpine.git cd alpine
create alpine image stage1:
./create_image_from_scratch1.sh
now procced with stage2:
./create_image_from_scratch2.sh