silenced rmdir of lost+found since it may not exist

This commit is contained in:
Tomas M
2012-12-28 01:55:40 -06:00
parent a645f094a5
commit b55b0693df
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ rm -Rf "$LIVEKITDATA"
BOOT="$LIVEKITDATA"/"$LIVEKITNAME"/boot
mkdir -p "$BOOT"
mkdir -p "$BOOT"/../changes
mkdir -p "$BOOT"/../modules
mv "$INITRAMFS" $BOOT/initrfs.img
cp bootfiles/* $BOOT
cat bootfiles/syslinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" > $BOOT/syslinux.cfg