Sha256: d16af8b7dd5a78928b09a333f76c0a5a304e2525b00232ed071d6203f836a3bd

Contents?: true

Size: 457 Bytes

Versions: 144

Compression:

Stored size: 457 Bytes

Contents

if [ -f .veewee_params ]
then
  . .veewee_params
fi

# Default to not installing systemd
if [ "$USE_SYSTEMD" = yes ]; then
  apt-get install -y systemd

  cat > /etc/default/grub << EOF
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=Debian
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="init=/lib/systemd/systemd debian-installer=en_US"
EOF

  update-grub
fi

Version data entries

144 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha3 templates/Debian-7.1.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha3 templates/Debian-7.3.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha3 templates/Debian-7.5.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha3 templates/Debian-7.3.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.5.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.5.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.1.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.4.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.4.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.2.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.1.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.3.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.3.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha2 templates/Debian-7.2.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha1 templates/Debian-7.0-i386-netboot/systemd.sh
veewee-0.5.0.alpha1 templates/Debian-7.1.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha1 templates/Debian-7.0-amd64-netboot/systemd.sh
veewee-0.5.0.alpha1 templates/Debian-7.4.0-i386-netboot/systemd.sh