Remove quiet splash

This commit is contained in:
Aleksey Samoilov 2022-04-25 16:39:38 +04:00
parent 3fe49f1c81
commit eb06f5b5a0

View file

@ -21,7 +21,7 @@ lb config noauto \
--parent-archive-areas "main restricted universe multiverse" \ --parent-archive-areas "main restricted universe multiverse" \
--linux-packages linux-image \ --linux-packages linux-image \
--linux-flavours "$KERNEL_FLAVORS" \ --linux-flavours "$KERNEL_FLAVORS" \
--bootappend-live "boot=casper quiet splash" \ --bootappend-live "boot=casper" \
--mirror-bootstrap "$MIRROR_URL" \ --mirror-bootstrap "$MIRROR_URL" \
--parent-mirror-bootstrap "$MIRROR_URL" \ --parent-mirror-bootstrap "$MIRROR_URL" \
--mirror-chroot-security "http://security.ubuntu.com/ubuntu/" \ --mirror-chroot-security "http://security.ubuntu.com/ubuntu/" \