Re: [arch-releng] mkinitcpio
I have done some reading up and made changes to my build.sh to follow arch wiki guide So I now use mkarchiso -r "mkinitcpio -c ${script_path}/mkinitcpio.conf -k /boot/vmlinuz-linux-lts -g ${_dst_boot}/${arch}/archiso.img" run Which is the correct way :) I only noticed --basedir stuff today when I updated mkinitcpio /me slaps wrist.... MrG
On 05/24/2012 03:36 AM, Mr Green wrote:
I have done some reading up and made changes to my build.sh to follow arch wiki guide
So I now use
mkarchiso -r "mkinitcpio -c ${script_path}/mkinitcpio.conf -k /boot/vmlinuz-linux-lts -g ${_dst_boot}/${arch}/archiso.img" run
Which is the correct way :)
I only noticed --basedir stuff today when I updated mkinitcpio
/me slaps wrist....
MrG
This is not right, such paths does not exist (at least not doing things manually) inside chroot (root-image) -- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1
participants (2)
-
Gerardo Exequiel Pozzi
-
Mr Green