From 4cc939bb48b633bafb7d724b8a4f912273b49aa4 Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 9 Jun 2016 10:15:57 +0200 Subject: [PATCH] fstab; fixes --- zlibs/debootstrap | 2 +- zlibs/imaging | 4 ++-- zlibs/sysconf | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/zlibs/debootstrap b/zlibs/debootstrap index 2bbc1ac..cd53200 100755 --- a/zlibs/debootstrap +++ b/zlibs/debootstrap @@ -88,7 +88,7 @@ rm -f /thirdstage.sh rm -f /etc/ssh/*key rm -f /etc/ssh/*.pub rm -f /root/.bash_history - +rm -f /usr/bin/qemu* # our file for which we check the bootstrap is complete echo "1" > .done EOF diff --git a/zlibs/imaging b/zlibs/imaging index 7ac329b..9ef8fe3 100644 --- a/zlibs/imaging +++ b/zlibs/imaging @@ -63,8 +63,8 @@ img_partition_dos() { notice "Partitioning with dos" silly - dos_boot_size=(ext2 0 64) - dos_root_size=(ext4 64 -1) + parted_boot=${parted_boot:-ext2 0 64} + parted_root=${parted_root:-ext4 64 -1} pushd ${workdir} diff --git a/zlibs/sysconf b/zlibs/sysconf index 2db1d45..1fb4992 100644 --- a/zlibs/sysconf +++ b/zlibs/sysconf @@ -155,7 +155,7 @@ cat < /boot/initrd.img-`uname -r` +### ignore the symlink /initrd.img -> /boot/initrd.img-`uname -r` ### -- KatolaZ -- 2016-05-21 ###