fractionnement du script install_sys.sh en plusieur petit script

This commit is contained in:
Jérémy MANSON
2017-10-17 09:23:01 +02:00
parent a7e7aa9e2b
commit f647224a81
8 changed files with 51 additions and 51 deletions

4
kernelinstall.sh Normal file
View 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/