xdguserdirs.gereklere.eklendi
This commit is contained in:
parent
6a63e415a3
commit
ef91d877a5
|
@ -40,4 +40,5 @@ abiword
|
|||
dosfstools
|
||||
os-prober
|
||||
openjdk
|
||||
xdg-user-dirs
|
||||
lxdm
|
||||
|
|
|
@ -29,4 +29,5 @@ dosfstools
|
|||
os-prober
|
||||
openjdk
|
||||
flashplayer
|
||||
xdg-user-dirs
|
||||
komutan
|
||||
|
|
Binary file not shown.
|
@ -1139,8 +1139,7 @@ squashfs_olustur(){
|
|||
#cp $bos_imaj tmp/LiveOS/ext3fs.img
|
||||
#else
|
||||
#dd if=/dev/zero of=tmp/LiveOS/ext3fs.img bs=1MB count="$((anayer+fazladan))"
|
||||
dd if=/dev/zero of=tmp/LiveOS/ext3fs.img bs=1MB
|
||||
count=20000
|
||||
dd if=/dev/zero of=tmp/LiveOS/ext3fs.img bs=1MB count=16384
|
||||
#dd if=/dev/zero of=tmp/LiveOS/ext3fs.img bs=1MB count=16192
|
||||
mke2fs -t ext4 -L $iso_etiket -F tmp/LiveOS/ext3fs.img
|
||||
mkdir -p temp-root
|
||||
|
@ -1298,3 +1297,4 @@ parametre_analiz() {
|
|||
|
||||
parametre_analiz "$@"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue