Changes between Version 12 and Version 13 of setup_target/bebop2


Ignore:
Timestamp:
03/19/20 12:49:44 (4 years ago)
Author:
Bayard Gildas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup_target/bebop2

    v12 v13  
    5858
    5959=== chroot script ===
    60 A titre d'exemple, voici le script script de chroot complet que nous utilisons (''/data/ftp/internal_000/chroot.sh''):
     60A titre d'exemple, voici le script script de chroot complet que nous utilisons (''/data/ftp/internal_000/start.sh''):
    6161
    6262{{{
    6363#!/bin/sh
     64#rerun ourself with redirections to log actions
     65ls -l /proc/$$/fd/1 | grep /dev/null
     66if [ $? -eq 0 ]; then
     67  exec $0 $* 2>&1 > /data/ftp/internal_000/start.log
     68fi
     69echo HDS script started at: $(date)
    6470
     71#kill parrot flight control program (dragon-prog)
    6572kk
    6673