Update position of blend in hooks array
This commit is contained in:
parent
7feb94aac6
commit
b37899b7da
1 changed files with 1 additions and 2 deletions
|
@ -211,13 +211,12 @@ def inst_setup_base(config):
|
||||||
enable_service('bluetooth')
|
enable_service('bluetooth')
|
||||||
enable_service('cups')
|
enable_service('cups')
|
||||||
# Enable blend-files
|
# Enable blend-files
|
||||||
enable_service('blend-system')
|
|
||||||
enable_user_service('blend-files')
|
enable_user_service('blend-files')
|
||||||
# Add blend hook
|
# Add blend hook
|
||||||
exec_chroot(['bash', '-c', 'echo \'MODULES=""\' > /etc/mkinitcpio.conf'])
|
exec_chroot(['bash', '-c', 'echo \'MODULES=""\' > /etc/mkinitcpio.conf'])
|
||||||
exec_chroot(['bash', '-c', 'echo \'BINARIES=""\' >> /etc/mkinitcpio.conf'])
|
exec_chroot(['bash', '-c', 'echo \'BINARIES=""\' >> /etc/mkinitcpio.conf'])
|
||||||
exec_chroot(['bash', '-c', 'echo \'FILES=""\' >> /etc/mkinitcpio.conf'])
|
exec_chroot(['bash', '-c', 'echo \'FILES=""\' >> /etc/mkinitcpio.conf'])
|
||||||
exec_chroot(['bash', '-c', 'echo \'HOOKS="base udev plymouth autodetect modconf block keyboard keymap consolefont filesystems fsck blend"\' >> /etc/mkinitcpio.conf'])
|
exec_chroot(['bash', '-c', 'echo \'HOOKS="base udev blend plymouth autodetect modconf block keyboard keymap consolefont filesystems fsck"\' >> /etc/mkinitcpio.conf'])
|
||||||
exec_chroot(
|
exec_chroot(
|
||||||
['bash', '-c', 'echo \'COMPRESSION="zstd"\' >> /etc/mkinitcpio.conf'])
|
['bash', '-c', 'echo \'COMPRESSION="zstd"\' >> /etc/mkinitcpio.conf'])
|
||||||
# Generate fstab
|
# Generate fstab
|
||||||
|
|
Loading…
Reference in a new issue