-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo in pop-boot.postinst #54
Comments
This package was briefly used when we transitioned to kernelstub, however it should be installed on modern systems as it can cause random loss of boot options (which, in extreme circumstances, may cause the boot to fail). We should thus remove this package from the build as every supported version of Pop_OS uses kernelstub by default (on EFI systems; legacy boot systems are a non-issue because they won't/can't be transitioned to kernelstub/systemd-boot) Fixes #54 (by removing the offending file altogether)
This package was briefly used when we transitioned to kernelstub, however it should not be installed on modern systems as it can cause random loss of boot options (which, in extreme circumstances, may cause the boot to fail). We should thus remove this package from the build as every supported version of Pop_OS uses kernelstub by default (on EFI systems; legacy boot systems are a non-issue because they won't/can't be transitioned to kernelstub/systemd-boot) Fixes #54 (by removing the offending file altogether)
This package was briefly used when we transitioned to kernelstub, however it should not be installed on modern systems as it can cause random loss of boot options (which, in extreme circumstances, may cause the boot to fail). We should thus remove this package from the build as every supported version of Pop_OS uses kernelstub by default (on EFI systems; legacy boot systems are a non-issue because they won't/can't be transitioned to kernelstub/systemd-boot) Fixes #54 (by removing the offending file altogether)
I have a question on this. I assumed this are the standard settings on pop-os, so i installed kernelstub on two other distros to match my pop-os with this command to have a reliable multiboot environment. Is this true? I would appreciate if you could write down the command of the standard installation of pop-os on the Readme. |
https://github.com/pop-os/kernelstub/blob/master/debian/pop-boot.postinst
Bug in line 5
line 5: DISTRO_DFAULT_KERNEL_OPTIONS=quiet splash loglevel=0
line 10: --options "$DISTRO_DEFAULT_KERNEL_OPTIONS" \
Solution
change line 5 to: DISTRO_DEFAULT_KERNEL_OPTIONS=quiet splash loglevel=0
The text was updated successfully, but these errors were encountered: