laurent85v / archuseriso

A set of bash script programs to create bootable Arch Linux images and to create bootable USB flash drives with a desktop environment.
GNU General Public License v3.0
228 stars 30 forks source link

Startup script (script= form cmdline) needs ^D to start #27

Closed ato2 closed 3 years ago

ato2 commented 3 years ago

I am using "script=..." cmdline boot option on my disk-less machines to auto-configure them after PXE boot. I am using aui-console (latest aui-console-linux_5_11_15-0417-x64.iso) Now it is necessary to provide ^D or logout on console, after which script executes as before. So it seems that /root/.zlogin is not executed automatically for root on console as it was before.

laurent85v commented 3 years ago

I made a test with the same iso and using the script= kernel parameter to download a basic bash script and it works, the script executes without issue!

ato2 commented 3 years ago

It was mistake in my startup script :(