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