Merge branch 'master' of github.com:manjaro/manjaro-tools

This commit is contained in:
udeved 2016-06-11 13:03:54 +02:00
commit 388690d73d

View file

@ -400,6 +400,9 @@ configure_live_image(){
msg2 "Configuring hostname ..." msg2 "Configuring hostname ..."
echo ${hostname} > $1/etc/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') 'openrc')
msg2 "Configuring hostname ..." msg2 "Configuring hostname ..."