Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#4935 - Two bugs in Archboot
Attached to Project:
Arch Linux
Opened by name withheld (Gullible Jones) - Sunday, 02 July 2006, 00:07 GMT
Opened by name withheld (Gullible Jones) - Sunday, 02 July 2006, 00:07 GMT
|
DetailsI've noticed two oddities in archboot, the first in the installation program (/arch/setup) and the second in the base system:
1. During the installation of Arch Linux, packages' .install files don't seem to be running properly. udev's install script (which runs migrate-udev) doesn't get run, so migrate-udev has to be done manually; the proper files in /etc/skel never get copied to /root, since said files don't exist as far as the installer is concerned; the symbolic linking that perl's install script should do fails in a barrage of "directory does not exist" error messages. There seem to be some serious issues here. 2. The 'mv' command cannot be used, since the necessary binary doesn't exist. I have a feeling that this might have something to do with the first bug, but I'm not sure it could explain everything. |
This task depends upon
and not the real bash shell. i'll try to fix this soon.
The udev and perl scripts failing though... That is bad. It looks as though perl has to be reinstalled after the initial installation.
(Also,I should have realized before... The creation of the initial ramdisks is done by kernel26's install script, and that works fine. It might be only a few install scripts that are really screwing up. I'll compile a list.)
then it can install all of the packages, including those two and their dependencies AGAIN, so that their install scripts are respected as well.
It's important that those packages are installed a second time, because their install scripts fail on the initial run.
James
udev doesn't work because of a missing / in front of sbin/migrat...
perl is the same, seems pacman changed it's behaviour in using --root parameter.
the / seems to be needed in the install files, i'll inform judd about it.
Not that packages are changed and it needs to be without /