Changeset fd6bb04 for BOOK/chroot/mips64


Ignore:
Timestamp:
Jul 7, 2006, 9:18:44 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a66a890
Parents:
eda9ef8
Message:

More tweaking to remove redundancies, added missing xinclude, and removed the {1..8} constructs from boot section as this is a recent bash addition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/mips64/creatingdirs.xml

    reda9ef8 rfd6bb04  
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17 <screen><userinput>mkdir -pv /{bin,boot,dev,etc/opt,home,lib{,32,64},mnt,opt}
    18 mkdir -pv /{proc,media/{floppy,cdrom},sbin,srv,sys,var}
     17<screen><userinput>mkdir -pv /{bin,boot,dev,{etc/,}opt,home,lib{,32,64},mnt}
     18mkdir -pv /{proc,media/{floppy,cdrom},sbin,srv,sys}
     19mkdir -pv /var/{lock,log,mail,run,spool}
     20mkdir -pv /var/{opt,cache,lib{,32,64}/{misc,locate},local}
    1921install -dv /root -m 0750
    2022install -dv {/var,}/tmp -m 1777
     
    2628  ln -sv share/{man,doc,info} $dir
    2729done
    28 mkdir -pv /var/{lock,log,mail,run,spool}
    29 mkdir -pv /var/{opt,cache,lib{,32,64}/{misc,locate},local}
    3030install -dv /usr/lib/locale
    3131ln -sv ../lib/locale /usr/lib32
Note: See TracChangeset for help on using the changeset viewer.