mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-20 15:21:35 +00:00
Fixed a typo and added a chmod to make the file behavior sane
This commit is contained in:
parent
0978c0c7e7
commit
9829c65af0
@ -81,9 +81,10 @@ livefs_ext2()
|
|||||||
echo "Building ext2 filesystem."
|
echo "Building ext2 filesystem."
|
||||||
|
|
||||||
# remove any stale filesystem images
|
# remove any stale filesystem images
|
||||||
rm -f livecd.${FSS}.squashfs
|
rm -f livecd.${FSS}.ext2
|
||||||
|
|
||||||
genext2fs -b $size -d ${ROOT} livecd.${FSS}.ext2
|
genext2fs -b $size -d ${ROOT} livecd.${FSS}.ext2
|
||||||
|
chmod 644 livecd.${FSS}.ext2
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ $(id -u) != 0 ];then
|
if [ $(id -u) != 0 ];then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user