Mettre à jour 'partitions.sh'

This commit is contained in:
Jeremy MANSON 2017-10-16 20:02:02 +02:00
parent 57c6324d26
commit d17f9ba233

View File

@ -24,3 +24,9 @@ echo a # make a partition bootable
echo 1 # bootable partition is partition 1 -- /dev/sda1
echo w # Write changes
) | fdisk /dev/sda
mkfs.ext4 $SYS
mkswap $SWAP
swapon $SWAP
mount $SYS $CHROOT