Mettre à jour 'partitions.sh'
This commit is contained in:
parent
57c6324d26
commit
d17f9ba233
@ -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
|
Loading…
x
Reference in New Issue
Block a user