Move definition of username, fullname and hostname to configuration file

merge-requests/16/head 2020.1
Raphaël Hertzog 5 years ago
parent 40ebd62591
commit 8b8412d78f

@ -136,8 +136,8 @@ lb config noauto \
--iso-volume "Kali Live" \
--linux-packages linux-image \
--memtest memtest86 \
--bootappend-live "boot=live components quiet splash username=kali hostname=kali noeject" \
--bootappend-live-failsafe "boot=live components username=kali hostname=kali noeject memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" \
--bootappend-live "boot=live components quiet splash noeject" \
--bootappend-live-failsafe "boot=live components noeject memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" \
--bootappend-install "net.ifnames=0" \
--security false \
$lb_opts \

@ -0,0 +1,4 @@
# Default kali configuration
LIVE_HOSTNAME="kali"
LIVE_USERNAME="kali"
LIVE_USER_FULLNAME="Kali Live user"
Loading…
Cancel
Save