fstab; fixes
This commit is contained in:
parent
fcf4c8459c
commit
4cc939bb48
|
|
@ -88,7 +88,7 @@ rm -f /thirdstage.sh
|
||||||
rm -f /etc/ssh/*key
|
rm -f /etc/ssh/*key
|
||||||
rm -f /etc/ssh/*.pub
|
rm -f /etc/ssh/*.pub
|
||||||
rm -f /root/.bash_history
|
rm -f /root/.bash_history
|
||||||
|
rm -f /usr/bin/qemu*
|
||||||
# our file for which we check the bootstrap is complete
|
# our file for which we check the bootstrap is complete
|
||||||
echo "1" > .done
|
echo "1" > .done
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,8 @@ img_partition_dos() {
|
||||||
notice "Partitioning with dos"
|
notice "Partitioning with dos"
|
||||||
silly
|
silly
|
||||||
|
|
||||||
dos_boot_size=(ext2 0 64)
|
parted_boot=${parted_boot:-ext2 0 64}
|
||||||
dos_root_size=(ext4 64 -1)
|
parted_root=${parted_root:-ext4 64 -1}
|
||||||
|
|
||||||
pushd ${workdir}
|
pushd ${workdir}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue