Changes between Version 12 and Version 13 of setup_target/bebop2
- Timestamp:
- Mar 19, 2020, 12:49:44 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
setup_target/bebop2
v12 v13 58 58 59 59 === chroot script === 60 A titre d'exemple, voici le script script de chroot complet que nous utilisons (''/data/ftp/internal_000/ chroot.sh''):60 A titre d'exemple, voici le script script de chroot complet que nous utilisons (''/data/ftp/internal_000/start.sh''): 61 61 62 62 {{{ 63 63 #!/bin/sh 64 #rerun ourself with redirections to log actions 65 ls -l /proc/$$/fd/1 | grep /dev/null 66 if [ $? -eq 0 ]; then 67 exec $0 $* 2>&1 > /data/ftp/internal_000/start.log 68 fi 69 echo HDS script started at: $(date) 64 70 71 #kill parrot flight control program (dragon-prog) 65 72 kk 66 73