Would like to know if recent arch updates have affected archiso scripts? Today added loop module to mkinitcpio, iso builds refused to run due to loop being missing. Just a heads up if you need MrG
Mr Green <mrgreen@linuxmail.org> on Thu, 2013/09/19 11:11:
Would like to know if recent arch updates have affected archiso scripts? Today added loop module to mkinitcpio, iso builds refused to run due to loop being missing.
Just a heads up if you need
I am suffering the same. The loop module is present in initramfs, but it does not get loaded. I suppose this is related to the systemd 207-3 update. Worked well with systemd 204-*. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);}
On Thu, Sep 19, 2013 at 11:11:25AM +0100, Mr Green wrote:
Would like to know if recent arch updates have affected archiso scripts? Today added loop module to mkinitcpio, iso builds refused to run due to loop being missing.
Just a heads up if you need
MrG
I suppose the problem is that udev no longer creates static nodes on startup, and this has been left to systemd. Probably easiest to fix this in mkinitcpio's udev hook. The attached patch doesn't apply directly to anything but the SVN trunk of systemd, but it should make enough sense...
Dave Reisner <d@falconindy.com> on Thu, 2013/09/19 09:05:
On Thu, Sep 19, 2013 at 11:11:25AM +0100, Mr Green wrote:
Would like to know if recent arch updates have affected archiso scripts? Today added loop module to mkinitcpio, iso builds refused to run due to loop being missing.
Just a heads up if you need
MrG
I suppose the problem is that udev no longer creates static nodes on startup, and this has been left to systemd. Probably easiest to fix this in mkinitcpio's udev hook.
The attached patch doesn't apply directly to anything but the SVN trunk of systemd, but it should make enough sense...
Fixed in systemd 207-5, I can confirm it works now. Thanks Dave! -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);}
participants (3)
-
Christian Hesse
-
Dave Reisner
-
Mr Green