Re: Installation report for the Build-Boo tstrap test-release rev.7247
Stefan Fiedler <[email protected]> Mon, 20 Mar 2006 18:09:44 +0100
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Montag 20 März 2006 02:58 schrieb Thomas "fake" Jakobi: > hi, > > Stefan Fiedler schrieb: > >- 1st stage does not include a /etc/fstab, so after loading the initrd > > from CD the message > > Can't find /etc/fstab: No such file or directory > >is issued. It's not a problem but doesn't look very pretty imho. > >[...] > >- the /boot/initrd.img installed misses libdl.so.2, so booting from it > > causes a kernel panic. Recreating the initrd with 'mkinitrd' (within the > > chroot environment of the installed system) before re-booting helps. > > i noticed this too, that's why i wrote > http://www.rocklinux.net/submaster/smadm.cgi?i=2006031618512808515 I'll look into that later ... > > >- for some reason, gasgui reports that the udev-0.87-0 package on the CD > > needs 1 GB of space, although it doesn't really need that much when > > installed. :S Resulting warnings (because my root partition is < 1 GB) > > could be successfully ignored. > > very interesting, can you de-bug this a little more? Gasgui reads package info from packages.db, which also contains the cksum listings. Build-Pkg creates cksums and md5sums for package files, and also stores file sizes in the cksum listings (/var/adm/cksums/). Since /lib/udev/devices/core links to /proc/kcore, cksum, md5sum and size of the /proc/kcore of the build system are stored in the package metadata. The package size however is correct (displayed with 'mine -p'), as it is calculated by other means. Checking udev for changed files with 'mine -y udev' currently always shows /lib/udev/devices/core as modified, and will hang because it probably tries to read from /lib/udev/devices/stdin... I think a proper fix would be to ignore symbolic links and device files in cksum/md5sum creation and checks. With best regards, Stefan Fiedler > > greets, > > fake > > _______________________________________________ > rock-devel mailing list > [email protected] > http://www.rocklinux.net/mailman/listinfo/rock-devel