Howto install alpine raspberrypi5: Difference between revisions
Jump to navigation
Jump to search
Mandulete1 (talk | contribs) Created page with "= install tools = * archlinux install the following tools: pacman -Sy util-linux parted wget rsync coreutils dosfstools e2fsprogs git --noconfirm = create alpine image = clone vidalinux alpine git repo: git clone https://github.com/vidalinux/alpine.git" |
Mandulete1 (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
clone vidalinux alpine git repo: | clone vidalinux alpine git repo: | ||
git clone https://github.com/vidalinux/alpine.git | 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 |
Revision as of 04:42, 31 July 2025
install tools
- archlinux
install the following tools:
pacman -Sy util-linux parted wget rsync coreutils dosfstools e2fsprogs 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