Last active
February 3, 2021 15:13
-
-
Save shankerwangmiao/78aeb594eb7400ac6dc8bad3ba329079 to your computer and use it in GitHub Desktop.
Demo udeb
This file contains 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
test-udeb (0.0.1) unstable; urgency=medium | |
* Dummy | |
-- Miao Wang <[email protected]> Wed Feb 3 16:53:13 CST 2021 |
This file contains 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
9 |
This file contains 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
Source: test-udeb | |
Package: test-udeb | |
Package-Type: udeb | |
Architecture: all | |
XB-Installer-Menu-Item: 2301 | |
Description: my test udeb |
This file contains 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
This file contains 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
#!/bin/sh | |
. /usr/share/debconf/confmodule | |
db_set "test-udeb/test" "Ok" | |
db_input critical "test-udeb/test" || true | |
db_go | |
exit 0; |
This file contains 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
Template: test-udeb/test | |
Type: select | |
Choices: Ok, Cancel | |
Default: Ok | |
Description: This is a test: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment