[calamares] disable gpt-auto-generator

This commit is contained in:
Philip 2016-06-10 21:26:52 +02:00
parent 295a997f2f
commit e6625187a1

View file

@ -401,6 +401,9 @@ configure_live_image(){
msg2 "Configuring hostname ..."
echo ${hostname} > $1/etc/hostname
msg2 "Disable systemd-gpt-auto-generator"
ln -sfv /dev/null "${path}/usr/lib/systemd/system-generators/systemd-gpt-auto-generator"
;;
'openrc')
msg2 "Configuring hostname ..."