Tu m'as recoonu ?
This commit is contained in:
12
TP09/TRee/lib/kernel/config/AA/BB/CC/50-mkinitcpio.install
Executable file
12
TP09/TRee/lib/kernel/config/AA/BB/CC/50-mkinitcpio.install
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $1 in
|
||||
add)
|
||||
mkinitcpio -k "$2" -g "$3"/initrd
|
||||
;;
|
||||
remove)
|
||||
rm -f -- "$3"/initrd
|
||||
;;
|
||||
esac
|
||||
|
||||
# vim: set ft=sh ts=4 sw=4 et:
|
Reference in New Issue
Block a user