wip
This commit is contained in:
parent
cbb603f95b
commit
523cf80c9e
1 changed files with 2 additions and 2 deletions
4
entry.sh
4
entry.sh
|
@ -57,8 +57,8 @@ function first_stage(){
|
||||||
yes | mkfs.ext4 /dev/vg0/root
|
yes | mkfs.ext4 /dev/vg0/root
|
||||||
echo lvcreate /dev/vg0 --name=swap --size=16G
|
echo lvcreate /dev/vg0 --name=swap --size=16G
|
||||||
lvcreate /dev/vg0 --name=swap --size=16G
|
lvcreate /dev/vg0 --name=swap --size=16G
|
||||||
mkswap /dev/vg0/root
|
mkswap /dev/vg0/swap
|
||||||
swapon /dev/vg0/root
|
swapon /dev/vg0/swap
|
||||||
echo mount /dev/vg0/root $TARGET
|
echo mount /dev/vg0/root $TARGET
|
||||||
mount /dev/vg0/root $TARGET
|
mount /dev/vg0/root $TARGET
|
||||||
echo debootstrap sid $TARGET
|
echo debootstrap sid $TARGET
|
||||||
|
|
Loading…
Reference in a new issue