From f3f9ad8bdec8df12bf20ae542c92ebfe75b1a86e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Apr 2012 12:10:04 +0200 Subject: When removing fstab for live-installer also touch an empty file for it to avoid other packages failing on non-existing fstab. --- scripts/build/lb_chroot_hacks | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks index bdebc331e..6f471ce08 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -256,6 +256,7 @@ then # This is a temporary hack to get rid of fstab; # needs cleanup in live-boot first to proper fix. rm -f chroot/etc/fstab + touch chroot/etc/fstab fi if [ "${LB_EXPOSED_ROOT}" = "true" ] -- cgit v1.2.3