Last active
December 3, 2017 07:59
-
-
Save teejee2008/f72a1c9aea930542418d47751bd9ba29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Boot with standard options" "root=/dev/mapper/xps_system ro rootflags=subvol=@xenial cryptopts=target=xps_system,source=/dev/disk/by-partlabel/xps_system rootflags=subvol=@xenial quiet splash vt.handoff=7" | |
| "Boot to single-user mode" "root=/dev/mapper/xps_system ro rootflags=subvol=@xenial cryptopts=target=xps_system,source=/dev/disk/by-partlabel/xps_system rootflags=subvol=@xenial quiet splash vt.handoff=7 single" | |
| "Boot with minimal options" "ro root=/dev/mapper/xps_system" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment