adicionar console-setup aos scripts de construçao
This commit is contained in:
parent
18718ee5af
commit
ce750131c2
|
@ -203,6 +203,7 @@ ffmpegthumbnailer
|
|||
xterm
|
||||
grub-pc
|
||||
spice-vdagent
|
||||
console-setup
|
||||
|
||||
" > $build/build/config/package-lists/packages.list.chroot
|
||||
|
||||
|
|
|
@ -203,6 +203,7 @@ ffmpegthumbnailer
|
|||
xterm
|
||||
grub-pc
|
||||
spice-vdagent
|
||||
console-setup
|
||||
|
||||
" > $build/build/config/package-lists/packages.list.chroot
|
||||
|
||||
|
|
|
@ -202,6 +202,7 @@ ffmpegthumbnailer
|
|||
xterm
|
||||
grub-pc
|
||||
spice-vdagent
|
||||
console-setup
|
||||
|
||||
" > $build/build/config/package-lists/packages.list.chroot
|
||||
|
||||
|
|
|
@ -203,6 +203,7 @@ ffmpegthumbnailer
|
|||
xterm
|
||||
grub-pc
|
||||
spice-vdagent
|
||||
console-setup
|
||||
|
||||
" > $build/build/config/package-lists/packages.list.chroot
|
||||
|
||||
|
|
|
@ -203,6 +203,7 @@ ffmpegthumbnailer
|
|||
xterm
|
||||
grub-pc
|
||||
spice-vdagent
|
||||
console-setup
|
||||
|
||||
" > $build/build/config/package-lists/packages.list.chroot
|
||||
|
||||
|
|
|
@ -202,6 +202,7 @@ ffmpegthumbnailer
|
|||
xterm
|
||||
grub-pc
|
||||
spice-vdagent
|
||||
console-setup
|
||||
|
||||
" > $build/build/config/package-lists/packages.list.chroot
|
||||
|
||||
|
|
|
@ -193,6 +193,7 @@ linux-firmware
|
|||
xterm
|
||||
grub-pc
|
||||
spice-vdagent
|
||||
console-setup
|
||||
|
||||
" > $build/build/config/package-lists/packages.list.chroot
|
||||
|
||||
|
|
|
@ -3,12 +3,11 @@ backend: apt
|
|||
operations:
|
||||
- remove:
|
||||
- "^live-*"
|
||||
- calamares-settings-debian
|
||||
- calamares-settings-lubuntu
|
||||
- calamares
|
||||
- hunspell-en-us
|
||||
- zram-config
|
||||
- cifs-utils
|
||||
- lightdm-autologin-greeter
|
||||
- try_install:
|
||||
- language-pack-$LOCALE
|
||||
- hunspell-$LOCALE
|
||||
|
|
|
@ -15,4 +15,4 @@ defaultGroups:
|
|||
- sambashare
|
||||
autologinGroup: autologin
|
||||
sudoersGroup: sudo
|
||||
setRootPassword: false
|
||||
setRootPassword: true
|
||||
|
|
Loading…
Reference in New Issue