Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Sep 24, 2022
1 parent 8a9f63d commit 68c5ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Expand Up @@ -31,7 +31,6 @@ build_image () {
--details-to-stdout \
install

# pmbootstrap shutdown
ls -l $(pmbootstrap config work)/chroot_native/home/pmos/rootfs/

cp -v $(pmbootstrap config work)/chroot_native/home/pmos/rootfs/${1}.img .
Expand Down Expand Up @@ -80,6 +79,8 @@ EOF

sudo umount -R ./mnt
sudo losetup -d $LOOP_DEV

pmbootstrap shutdown
}

build_image "tablet-x64uefi" "stable"
Expand Down

0 comments on commit 68c5ffd

Please sign in to comment.