fractionnement du script install_sys.sh en plusieur petit script
This commit is contained in:
5
portageinstall.sh
Normal file
5
portageinstall.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# ectraire portage et installer
|
||||
tar xjpf $CHROOT/$SNAPSHOT -C $CHROOT/usr
|
||||
chroot $CHROOT /bin/bash -c "emerge --config sys-libs/timezone-data"
|
||||
chroot $CHROOT /bin/bash -c "emerge sudo grub --getbinpkgonly"
|
||||
Reference in New Issue
Block a user