Skip to content

Commit

Permalink
Build-depend on lvm2 (to include it in the prebuilt initramfs)
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
  • Loading branch information
g7 authored and NotKit committed Feb 2, 2025
1 parent b663991 commit 6ae122e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-initrd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ done
[ -z $OUT ] && OUT=./out

# list all packages needed for halium's initrd here
[ -z $INCHROOTPKGS ] && INCHROOTPKGS="initramfs-tools dctrl-tools dmsetup e2fsprogs libc6-dev zlib1g-dev libssl-dev busybox-static parse-android-dynparts"
[ -z $INCHROOTPKGS ] && INCHROOTPKGS="initramfs-tools dctrl-tools dmsetup e2fsprogs lvm2 libc6-dev zlib1g-dev libssl-dev busybox-static parse-android-dynparts"

BOOTSTRAP_BIN="qemu-debootstrap --arch $ARCH --variant=minbase"

Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Depends: initramfs-tools,
coreutils,
busybox-static,
e2fsprogs,
lvm2,
${misc:Depends}
Description: tools for mounting an Ubuntu Touch rootfs
This package contains the scripts to boot an Ubuntu Touch device.
Expand Down

0 comments on commit 6ae122e

Please sign in to comment.