File: wrong-element-type.yaml

package info (click to toggle)
bdebstrap 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 312 kB
  • sloc: python: 1,736; sh: 125; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
name: wrong-element-type
mmdebstrap:
  customize-hooks:
    # Make vim the default editor
    - chroot "$1" update-alternatives --set editor /usr/bin/vim.basic
    # Passwordless sudo
    - sed -i 's/^%sudo.*$/%sudo   ALL=(ALL:ALL) NOPASSWD: ALL/' "$1/etc/sudoers"