mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-27 19:01:19 +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."
|
||||
|
||||
# remove any stale filesystem images
|
||||
rm -f livecd.${FSS}.squashfs
|
||||
rm -f livecd.${FSS}.ext2
|
||||
|
||||
genext2fs -b $size -d ${ROOT} livecd.${FSS}.ext2
|
||||
chmod 644 livecd.${FSS}.ext2
|
||||
}
|
||||
|
||||
if [ $(id -u) != 0 ];then
|
||||
|
Loading…
x
Reference in New Issue
Block a user