Skip to content

Commit

Permalink
Merge pull request #7 from monperrus/fix-alpine
Browse files Browse the repository at this point in the history
fix: two required fixes to make the alpine example work
  • Loading branch information
iximiuz authored Feb 29, 2020
2 parents dce1047 + eef7405 commit fe7e67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ linux.img: builder linux.dir
docker run -it \
-v `pwd`:/os:rw \
-e DISTR=${DISTR} \
--privileged \
--cap-add SYS_ADMIN \
--device $(LOOPDEVICE) \
${REPO}/builder bash /os/create_image.sh $(LOOPDEVICE)
Expand Down
2 changes: 1 addition & 1 deletion alpine/syslinux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ DEFAULT linux
SAY Now booting the kernel from SYSLINUX...
LABEL linux
KERNEL /boot/vmlinuz-virt
APPEND ro root=/dev/sda1 initrd=/boot/initramfs-virt
APPEND ro root=/dev/sda1 rootfstype=ext3 initrd=/boot/initramfs-virt

0 comments on commit fe7e67f

Please sign in to comment.