Skip to content

Commit d6c1617

Browse files
install local pv
1 parent b2da624 commit d6c1617

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

suites/hirsute/raw.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5656
# deb-src $MIRROR $SUITE-backports main restricted universe multiverse
5757
EOF
5858

59+
# set up pv
60+
lshout "Setting up pv..."
61+
cp $ROOT_DIR/core/pv/pv-${t_arch}.deb $chroot_dir
62+
run_cmd "dpkg -i /pv-${t_arch}.deb"
63+
run_cmd "rm /pv-${t_arch}.deb"
64+
65+
# clean any archive if exits
66+
apt-get clean
67+
5968
}
6069

6170
# Option to build specific arch

suites/jammy/raw.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5656
# deb-src $MIRROR $SUITE-backports main restricted universe multiverse
5757
EOF
5858

59+
# set up pv
60+
lshout "Setting up pv..."
61+
cp $ROOT_DIR/core/pv/pv-${t_arch}.deb $chroot_dir
62+
run_cmd "dpkg -i /pv-${t_arch}.deb"
63+
run_cmd "rm /pv-${t_arch}.deb"
64+
65+
# clean any archive if exits
66+
apt-get clean
67+
5968
}
6069

6170
# Option to build specific arch

suites/kinetic/raw.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5555
# deb-src $MIRROR $SUITE-backports main restricted universe multiverse
5656
EOF
5757

58+
# set up pv
59+
lshout "Setting up pv..."
60+
cp $ROOT_DIR/core/pv/pv-${t_arch}.deb $chroot_dir
61+
run_cmd "dpkg -i /pv-${t_arch}.deb"
62+
run_cmd "rm /pv-${t_arch}.deb"
63+
64+
# clean any archive if exits
65+
apt-get clean
66+
5867
}
5968

6069
# Option to build specific arch

0 commit comments

Comments
 (0)