File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed
Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5757# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5858
5959EOF
60+
61+ # set up pv
62+ lshout " Setting up pv..."
63+ cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
64+ run_cmd " dpkg -i /pv-${t_arch} .deb"
65+ run_cmd " rm /pv-${t_arch} .deb"
66+
6067# clean any archive if exits
6168apt-get clean
6269
Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5757# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5858
5959EOF
60+
61+ # set up pv
62+ lshout " Setting up pv..."
63+ cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
64+ run_cmd " dpkg -i /pv-${t_arch} .deb"
65+ run_cmd " rm /pv-${t_arch} .deb"
66+
6067# clean any archive if exits
6168apt-get clean
6269
Original file line number Diff line number Diff line change @@ -52,6 +52,12 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5252# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5353EOF
5454
55+ # set up pv
56+ lshout " Setting up pv..."
57+ cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
58+ run_cmd " dpkg -i /pv-${t_arch} .deb"
59+ run_cmd " rm /pv-${t_arch} .deb"
60+
5561}
5662
5763shout " Bootstrapping $SUITE ...."
Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5353EOF
5454
5555# TODO: FOLLOW latest udroid version system ( Add props to /etc/os-release )
56+
57+ # set up pv
58+ lshout " Setting up pv..."
59+ cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
60+ run_cmd " dpkg -i /pv-${t_arch} .deb"
61+ run_cmd " rm /pv-${t_arch} .deb"
62+
5663}
5764
5865shout " Bootstrapping $SUITE ...."
You can’t perform that action at this time.
0 commit comments