forked from tfgrid/zosbuilder
- Use container modules from kernel_modules stage for dependency resolution - Remove dependency on initramfs modules that haven't been copied yet - Fixes regression where clean builds had empty stage1.list - Dependency resolution now works correctly in clean build scenarios
7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "start ash terminal"
|
|
while true; do
|
|
getty -l /bin/ash -n 19200 tty2
|
|
done
|