diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-09-04 14:20:36 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-09-04 14:20:36 (GMT) |
commit | ea2ef68ab316e6edaa4ef20cc676e18edbeda2c4 (patch) | |
tree | 56543bd11902709b27c45b2d945e9ecf968739ba | |
parent | 59ffc50c990097de726564b981373b3bf5530620 (diff) | |
download | linhes_dev-ea2ef68ab316e6edaa4ef20cc676e18edbeda2c4.zip |
setup_env.sh: python pkg name updates
linhes-install.service: change starting
-rw-r--r-- | build_tools/archiso-19/mythvantage/airootfs/etc/systemd/system/linhes-install.service | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | build_tools/archiso-19/mythvantage/airootfs/root/linhes_install/all_stop.sh | 0 | ||||
-rw-r--r-- | build_tools/archiso-19/mythvantage/profile_files/packages.x86_64 | 3 | ||||
-rwxr-xr-x | setup_env.sh | 2 |
4 files changed, 3 insertions, 4 deletions
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 index 6d86635..6d86635 100644..100755 --- 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 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 |