ACIL FM
Dark
Refresh
Current DIR:
/usr/lib/kernel/install.d
/
usr
lib
kernel
install.d
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
10-devicetree.install
1.92 MB
chmod
View
DL
Edit
Rename
Delete
20-grub.install
8.38 MB
chmod
View
DL
Edit
Rename
Delete
20-grubby.install
1.86 MB
chmod
View
DL
Edit
Rename
Delete
50-depmod.install
2.24 MB
chmod
View
DL
Edit
Rename
Delete
50-dracut.install
1.85 MB
chmod
View
DL
Edit
Rename
Delete
51-dracut-rescue.install
3.79 MB
chmod
View
DL
Edit
Rename
Delete
60-kdump.install
791 B
chmod
View
DL
Edit
Rename
Delete
90-loaderentry.install
5.77 MB
chmod
View
DL
Edit
Rename
Delete
90-uki-copy.install
3.31 MB
chmod
View
DL
Edit
Rename
Delete
92-crashkernel.install
204 B
chmod
View
DL
Edit
Rename
Delete
92-tuned.install
1.62 MB
chmod
View
DL
Edit
Rename
Delete
95-kernel-hooks.install
675 B
chmod
View
DL
Edit
Rename
Delete
99-grub-mkconfig.install
1.02 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/lib/kernel/install.d/99-grub-mkconfig.install
#!/usr/bin/bash if ! [[ $KERNEL_INSTALL_MACHINE_ID ]]; then exit 0 fi ARCH=$(uname -m) # Older ppc64le OPAL firmware (petitboot version < 1.8.0) don't have BLS support # so grub2-mkconfig has to be run to generate a config with menuentry commands. if [[ $ARCH = "ppc64le" ]] && [ -d /sys/firmware/opal ]; then RUN_MKCONFIG=true fi if [[ $DISABLE_BLS = "true" ]]; then if grep -q '^GRUB_ENABLE_BLSCFG="*true"*\s*$' /etc/default/grub; then sed -i 's/^GRUB_ENABLE_BLSCFG=.*/GRUB_ENABLE_BLSCFG=false/' /etc/default/grub fi fi [ -f /etc/default/grub ] && . /etc/default/grub if [ x$GRUB_ENABLE_BLSCFG = xfalse ]; then RUN_MKCONFIG=true fi # A traditional grub configuration file needs to be generated only in the case when # the bootloaders are not capable of populating a menu entry from the BLS fragments. if [[ $RUN_MKCONFIG != "true" ]]; then exit 0 fi COMMAND="$1" case "$COMMAND" in add|remove) grub2-mkconfig --no-grubenv-update -o /boot/grub2/grub.cfg >& /dev/null ;; *) ;; esac
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply