build 1.4 KB

123456789101112131415161718192021222324252627
  1. #!/bin/bash
  2. set -e
  3. #(cd /srv/mephi-edu-linux-teacher-packages/; git pull)
  4. #mkdir /srv/live-build/chroot
  5. #export ADDITIONAL_PACKAGES="$(cat /srv/mephi-edu-linux-teacher-packages/* | tr " \t" "\n\n" | sort | uniq | grep -v '^$')"
  6. #echo "$ADDITIONAL_PACKAGES" > /srv/live-build/chroot/packages-to-install.list
  7. ionice -c 3 lb build noauto "${@}" 2>&1 | tee /tmp/live-build.log
  8. lb chroot_hooks --force
  9. sed -e 's/^ALL/#ALL/g' -i /srv/live-build/chroot/etc/sudoers
  10. sed -e 's/^6:/#6:/g' -i /srv/live-build/chroot/etc/inittab
  11. ionice -c 3 mksquashfs /srv/live-build/chroot /srv/share/nfs/mephi-edu/live/filesystem.squashfs-noroot -comp xz -Xdict-size 100% -Xbcj x86 -b 1048576
  12. grep eth0 /srv/live-build/chroot/etc/network/interfaces >/dev/null || sed -e "s%auto br0%auto eth0\niface eth0 inet dhcp\n\tup route add -net 10.0.0.0/24 gw 192.168.2.2\nauto br0%" -i /srv/live-build/chroot/etc/network/interfaces
  13. sed -e "s/192.168.100.206/192.168.2.2/g" -i /srv/live-build/chroot/etc/{resolv.conf,fstab,dhcp/dhcpd.conf}
  14. sed -e "s/10.20.47.6/192.168.2.2/g" -i /srv/live-build/chroot/etc/libnss-ldap.conf
  15. rm -f /srv/share/nfs/mephi-edu/live/filesystem.squashfs-k315
  16. ionice -c 3 mksquashfs /srv/live-build/chroot /srv/share/nfs/mephi-edu/live/filesystem.squashfs-k315 -comp xz -Xdict-size 100% -Xbcj x86 -b 1048576
  17. ionice -c 3 rsync -xp /srv/share/nfs/mephi-edu/live/filesystem.squashfs-k315 srv0@192.168.2.1:/srv/share/nfs/mephi-edu/live/filesystem.squashfs