Title / Description
Code aatman@Aatman-debian:~/Desktop$ diff setup_ltsp.fun setup_ltsp.fun.bu 97c97 < if [[ ! -r /opt/ltsp/amd64 ]]; then --- > if [[ ! -r /opt/ltsp/i386 ]]; then 108c108 < cmd=(ltsp-build-client --arch amd64 --mirror "$mirror" $http_proxy) --- > cmd=(ltsp-build-client --arch i386 --mirror "$mirror" $http_proxy) 120c120 < dest_fn=/var/lib/tftpboot/ltsp/amd64/lts.conf --- > dest_fn=/var/lib/tftpboot/ltsp/i386/lts.conf 128c128 < dest_fn=/opt/ltsp/amd64/etc/ntp.conf --- > dest_fn=/opt/ltsp/i386/etc/ntp.conf 134c134 < dest_fn=/opt/ltsp/amd64/etc/saned.d/net.conf --- > dest_fn=/opt/ltsp/i386/etc/saned.d/net.conf 164c164 < setup_file -c "$content_rq" -d /opt/ltsp/amd64/tmp/BLLIS.sh -p 755 --- > setup_file -c "$content_rq" -d /opt/ltsp/i386/tmp/BLLIS.sh -p 755 173c173 < mount --bind /$i /opt/ltsp/amd64/$i --- > mount --bind /$i /opt/ltsp/i386/$i 181c181 < cmd=(chroot /opt/ltsp/amd64 /tmp/BLLIS.sh) --- > cmd=(chroot /opt/ltsp/i386 /tmp/BLLIS.sh) 199c199 < buf=$(umount "/opt/ltsp/amd64/$i" 2>&1) --- > buf=$(umount "/opt/ltsp/i386/$i" 2>&1) 208,209c208,209 < && msg I "Unmounted /opt/ltsp/amd64/$i" \ < || msg W "Failed to unmount /opt/ltsp/amd64/$i" --- > && msg I "Unmounted /opt/ltsp/i386/$i" \ > || msg W "Failed to unmount /opt/ltsp/i386/$i"
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code