summaryrefslogtreecommitdiffstats
path: root/debian/templates/image.bug/include-1cmdline
blob: 3fcc940982325357eb6dfdb432a9bbae7678a646 (plain)
1
2
3
4
5
6
7
8
9
add_1cmdline() {
  echo '** Command line:' >&3
  cat /proc/cmdline >&3
  echo >&3
}

ask_1cmdline() {
  true
}