Changes between Version 21 and Version 22 of ClienteInitrdDSGenerarloV1.0.2
- Timestamp:
- Jul 3, 2012, 11:28:56 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClienteInitrdDSGenerarloV1.0.2
v21 v22 173 173 174 174 {{{ 175 echo "Configurando acceso al disco virtual ogLive, formato IMG"; 175 176 cp /etc/schroot/schroot.conf /etc/schroot/schroot.conf.`getDateTime`; 176 177 cat << EOF > /etc/schroot/schroot.conf … … 205 206 #root-users=root 206 207 EOF 207 ls; 208 echo "Configurando montajes automáticos del sistema ogLive en formato IMG" 208 209 cp /etc/schroot/mount-defaults /etc/schroot/mount-defaults.`getDateTime`; 209 210 cat << EOF > /etc/schroot/mount-defaults … … 222 223 EOF 223 224 225 echo "Fin configuración acceso al ogLive formato IMG"; 224 226 225 227 }}}