From ea2ef68ab316e6edaa4ef20cc676e18edbeda2c4 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 4 Sep 2018 10:20:36 -0400 Subject: setup_env.sh: python pkg name updates linhes-install.service: change starting --- .../mythvantage/airootfs/etc/systemd/system/linhes-install.service | 2 +- .../archiso-19/mythvantage/airootfs/root/linhes_install/all_stop.sh | 0 build_tools/archiso-19/mythvantage/profile_files/packages.x86_64 | 3 +-- setup_env.sh | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) mode change 100644 => 100755 build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/all_stop.sh diff --git a/build_tools/archiso-19/mythvantage/airootfs/etc/systemd/system/linhes-install.service b/build_tools/archiso-19/mythvantage/airootfs/etc/systemd/system/linhes-install.service index c517e39..0d0b227 100644 --- a/build_tools/archiso-19/mythvantage/airootfs/etc/systemd/system/linhes-install.service +++ b/build_tools/archiso-19/mythvantage/airootfs/etc/systemd/system/linhes-install.service @@ -4,6 +4,6 @@ Description=Start LinHES installer at display [Service] Type=oneshot ExecStart=/root/linhes_install/startx -ExecStop=bash /root/linhres_install/all_stop.sh +ExecStop=/root/linhes_install/all_stop.sh RemainAfterExit=yes diff --git a/build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/all_stop.sh b/build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/all_stop.sh old mode 100644 new mode 100755 diff --git a/build_tools/archiso-19/mythvantage/profile_files/packages.x86_64 b/build_tools/archiso-19/mythvantage/profile_files/packages.x86_64 index b6e0e2e..fee5045 100644 --- a/build_tools/archiso-19/mythvantage/profile_files/packages.x86_64 +++ b/build_tools/archiso-19/mythvantage/profile_files/packages.x86_64 @@ -63,12 +63,11 @@ mysql-python expect curl dnsutils -parted sg3_utils nmbscan squashfs-tools rsync -python-parted +python2-pyparted python2-pexpect python-netifaces python-iplib diff --git a/setup_env.sh b/setup_env.sh index fe7ccbd..0b0b3a7 100755 --- a/setup_env.sh +++ b/setup_env.sh @@ -157,7 +157,7 @@ pwd echo "Creating dev chroot, this requires root access" echo "please type your root pass" mkdir -p /tmp/cache/pacman -su -c "./mkarchroot -f -C /tmp/pacman.conf.chroot ../build_root.$ARCH base base-devel openssh git python2 dosfstools rsync squashfs-tools libisoburn gitpython parched unison arch-install-scripts lynx" +su -c "./mkarchroot -f -C /tmp/pacman.conf.chroot ../build_root.$ARCH base base-devel openssh git python2 dosfstools rsync squashfs-tools libisoburn python2-gitpython parched unison arch-install-scripts lynx" status=$? if [ ! $status = 0 ] then -- cgit v0.12