9 lines
377 B
Bash
Executable File
9 lines
377 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Overwrite the user config for the Plymouth drive decryption and boot sequence with the Blob default and rebuild it.
|
|
# blob:requires-sudo=true
|
|
|
|
# Reuse the fixed-file publisher so root never resolves the source checkout or
|
|
# follows a destination symlink while restoring the packaged assets.
|
|
exec "$BLOB_PATH/bin/blob-plymouth-set" --refresh-default
|