|
From: Marcello D. <m.d...@st...> - 2009-06-30 16:39:27
|
Il giorno lun, 29/06/2009 alle 21.00 -0700, Serge Leschinsky ha scritto: > Marcello Desantis wrote: > > After some testing with the above version on an Alix.2C board I've found > > a few bugs: > > > > install-on-usb: > > > > 1) configure_serial_console() is broken. At line 502 it tries to create > > a tar including a "root" dir which doesn't exist. So the line: > > tar -C $TMPDIR/etc-for-mods -c -j -f $TMPDIR/etc-mnt/etc-mods.tar.bz2.new etc-mods root ... > > should be modified in: > > tar -C $TMPDIR/etc-for-mods -c -j -f $TMPDIR/etc-mnt/etc-mods.tar.bz2.new etc-mods ... > Hopefully it's fixed. Test please I've tried with a preloaded config file and without and it works flawlessly. Thank you. Marcello |