|
From: Serge L. <fi...@in...> - 2009-06-30 04:01:16
|
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 Serge |