Some changes to disable the live user and set the password of the root user

debian-cd
Raphaël Hertzog 13 years ago
parent d086e7d73a
commit a2ac01b548

@ -29,4 +29,5 @@ lb config noauto \
--debian-installer live \
--linux-packages linux-image \
--linux-flavours kali \
--bootappend-live "live-config.username=root" \
"$@"

@ -0,0 +1,5 @@
#!/bin/sh
# Set "toor" as root password
usermod -p 'X014elvznJq7E' root
Loading…
Cancel
Save