Skip to content

Instantly share code, notes, and snippets.

@shankerwangmiao
Last active February 3, 2021 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shankerwangmiao/78aeb594eb7400ac6dc8bad3ba329079 to your computer and use it in GitHub Desktop.
Save shankerwangmiao/78aeb594eb7400ac6dc8bad3ba329079 to your computer and use it in GitHub Desktop.
Demo udeb
test-udeb (0.0.1) unstable; urgency=medium
* Dummy
-- Miao Wang <shankerwangmiao@gmail.com> Wed Feb 3 16:53:13 CST 2021
Source: test-udeb
Package: test-udeb
Package-Type: udeb
Architecture: all
XB-Installer-Menu-Item: 2301
Description: my test udeb
#!/bin/sh
. /usr/share/debconf/confmodule
db_set "test-udeb/test" "Ok"
db_input critical "test-udeb/test" || true
db_go
exit 0;
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