fractionnement du script install_sys.sh en plusieur petit script
This commit is contained in:
4
kernelinstall.sh
Normal file
4
kernelinstall.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
#installer le noyaux
|
||||
tar xjpf $CHROOT/kernel.tar.bz2 -C $CHROOT/
|
||||
tar xjpf $CHROOT/modules.tar.bz2 -C /lib/modules/
|
Reference in New Issue
Block a user