./install.sh
./inspect
If ./run aborts and does not give you a root shell:
In rootfs/usr/lib/dracut-lib.sh,
modify die function to look like this:
die() {
emergency_shell
exit 1
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
./install.sh
./inspect
If ./run aborts and does not give you a root shell:
In rootfs/usr/lib/dracut-lib.sh,
modify die function to look like this:
die() {
emergency_shell
exit 1
}