|
From: Serge L. <fi...@in...> - 2009-06-30 02:41:59
|
Marcello, Marcello Desantis wrote: > 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 ... Thanks, I'll check. > 2) the second call at $grub_shell in install_grub() procedure at line > 221 causes a segmentation fault on Ubuntu 9.04 x86_64 and Ubuntu 8.04 > x86. I didn't try on other distributions. Yes, the bug was in 1.4RC1, but I believed it was fixed in CVS. Have you tried install DL on CF from DL, loaded as a LiveCD? Based on the information your provided in the bug description I'd like to ask you to check elf-flags of "/sbin/grub" binary in your CVS build. "paxctl -v /sbin/grub" paxctl is absent in DL ISO, but you can copy it from the build environment. Thanks, Serge |