installer.sh: don't create obsolete directory /initrd
This commit is contained in:
parent
cbcb688ab1
commit
1c3dc1a870
@ -421,7 +421,7 @@ done
|
|||||||
sed -i "/^LANG=.*/d;1s/^/LANG=$LANG\n/" /etc/locale.conf
|
sed -i "/^LANG=.*/d;1s/^/LANG=$LANG\n/" /etc/locale.conf
|
||||||
echo
|
echo
|
||||||
|
|
||||||
mkdir -p $MOUNTPOINT/{dev,home,initrd,media,mnt,proc,run,sys,tmp}
|
mkdir -p $MOUNTPOINT/{dev,home,media,mnt,proc,run,sys,tmp}
|
||||||
chmod 1777 $MOUNTPOINT/tmp
|
chmod 1777 $MOUNTPOINT/tmp
|
||||||
chmod 0750 $MOUNTPOINT/root
|
chmod 0750 $MOUNTPOINT/root
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user