mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-05 16:31:13 +00:00
mkdir must not fail.
This commit is contained in:
parent
436ee0ed24
commit
29f5dc57fd
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.441~mtrudel2) zesty; urgency=medium
|
||||
|
||||
*
|
||||
|
||||
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Thu, 23 Mar 2017 16:20:16 -0400
|
||||
|
||||
livecd-rootfs (2.440) zesty; urgency=medium
|
||||
|
||||
[ Steve Langasek ]
|
||||
|
@ -26,7 +26,7 @@ fi
|
||||
SQUASH_ROOT=binary/boot/squashfs.dir
|
||||
OVERLAY_ROOT=binary/boot/overlay.dir
|
||||
|
||||
mkdir "$OVERLAY_ROOT"
|
||||
mkdir -p "$OVERLAY_ROOT"
|
||||
|
||||
setup_mountpoint binary/boot/squashfs.dir
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user