PIBOOTCTL-REMOVE(1) | pibootctl | PIBOOTCTL-REMOVE(1) |
pibootctl-remove - pibootctl manual
pibootctl remove [-h] [-f] name
Remove a stored boot configuration.
The remove command is used to delete a stored boot configuration:
$ pibootctl list +---------+--------+---------------------+ | Name | Active | Timestamp | |---------+--------+---------------------| | 720p | x | 2020-03-10 11:33:24 | | default | | 2020-03-10 11:32:12 | | dpi | | 2020-02-01 15:46:48 | | gpi | | 2020-02-01 16:13:02 | +---------+--------+---------------------+ $ sudo pibootctl remove gpi $ pibootctl list +---------+--------+---------------------+ | Name | Active | Timestamp | |---------+--------+---------------------| | 720p | x | 2020-03-10 11:33:24 | | default | | 2020-03-10 11:32:12 | | dpi | | 2020-02-01 15:46:48 | +---------+--------+---------------------+
If, for scripting purposes, you wish to ignore the error in the case the specified stored configuration does not exist, use the --force option:
$ pibootctl rm foo unknown configuration foo $ pibootctl rm -f foo
Dave Jones
2019-2020 Dave Jones
September 14, 2020 | 0.5.2 |